IntoJ Suite:Download
From Intoj.org
Contents |
[edit] Installing the IntoJ Suite
The latest version of the intoJ Suite is Version 1.1. It requires the Graphical Editing Framework (GEF) to be installed first.
[edit] Short Howto
To install the intoJ Suite, please point Eclipse to our update site:
Update Site: http://www.intoj.org/update/
[edit] Longer Howto
If you're new to installing plugins into Eclipse, please follow these steps to install both GEF (a necessary prerequisite to intoJ) and intoJ:
[edit] Installing GEF
GEF, the Graphical Editing Framework, is an optional part of Eclipse. You can install it using the Update Manager of Eclipse:
- Select "Help"/"Software Updates"/"Find and Install"
- Select "Search for new features to install"
- Select "Eclipse.org update site"
- Select "GEF SDK 3.1"
- Select "Graphical Editing Framework"
- Follow the instructions.
[edit] Installing intoJ
Please use our update site:
- Select "Help"/"Software Updates"/"Find and Install"
- Select "Search for new features to install"
- Select "New remote site". Enter a name (for example, "intoJ") and the URL of the update site (http:/www.intoj.org/update/). Hit ok.
- Select the new site
- Select "intoJ"
- Select "IntoJ Suite"
- Follow the instructions.
Enjoy!
[edit] Source Code
Please use CVS to access the source code (see sourceforge page for more information). Each module in CVS represents an Eclipse project. You'll want to check out the following modules:
- org.intoJ
- org.intoJ.analysisCore
- org.intoJ.castAnalyzer
- org.intoJ.contextMetricAdapter
- org.intoJ.metrics
- org.intoJ.simpleInferType
- org.intoJ.typeAccessAnalyzer
- org.intoJ.typeAccessCalculators
Additionally, you may want to check out the feature, update site, and web site:
- org.intoJ.suite.feature
- org.intoJ.suite.update
- org.intoJ.documentation