<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
Hongbing
Kou
Collaborative Software Development Laboratory
University of Hawaii
$Id$
This file introduces you to the major components of the Jupiter (code review plug-in for Eclipse) software
system. It includes information on the contents of the package you have downloaded,
instructions on how to install the system, basic invocation and usage, user
documentation, developer documentation, and contact coordinates for further
information. Please see the following table for links to the different sections
of this README file.
Section | What this Section Provides |
---|---|
Contents of this package | Provides the contents of the Jupiter plug-in for Eclipse. |
Installation | Provides a detailed description of how to build the Jupiter plug-in. |
User Documentation | Provides a detail description of what a user may do in the Jupiter plug-in (not completed at this time). |
Developer Documentation | Provides a detail description of the development rules, processes, design, and build system. |
Contact Information | Provides the contain information for those who wish to comment about the Jupiter plug-in. |
Directory/File | Contents |
---|---|
. | Top-level directory
files include:
|
./feature | Contains files to
build an Eclipse feature for Jupiter.
|
./plugin | Contains files to
build Jupiter Eclipse plugin.
|
./site | Contain update site
definition for Jupiter.
|
These instructions assume that you have checked out Jupiter from the SVN repository at:
# Project members authenticate over HTTPS to allow committing changes.
svn checkout https://hackystat-sensor-eclipse.googlecode.com/svn/trunk/
hackystat-sensor-eclipse --username <your account>
# Non-members may check out a read-only working copy anonymously over
HTTP.
svn checkout http://hackystat-sensor-eclipse.googlecode.com/svn/trunk/ hackystat-sensor-eclipse
The Eclipse PDE will generate features and plugin in the jupiter-eclipse-site project. You can commit the newly generated archive files to SVN repository to make a new release of Jupiter.
See the User's Guide at http://code.google.com/p/jupiter-eclipse-plugin/wiki/UserGuide
See developer guide at http://code.google.com/p/jupiter-eclipse-plugin/wiki/DeveloperGuide
If you would like to know more about this software, or would like to be informed of future releases:
Home page: | http://code.google.com/p/jupiter-eclipse-plugin/ |
Developer contact: | Takuya Yamashita, Hongbing Kou (hongbing@gmail.com), Julie Sakuda(jsakuda@gmail.com), Philip Johnson (johnson@hawaii.edu) |
SVN repository: | http://jupiter-eclipse-plugin.googlecode.com/svn/trunk/ |
Mailing lists: | http://groups.google.com/group/jupiter-users |