Differences between revisions 17 and 18
Revision 17 as of 2008-05-25 20:53:09
Size: 658
Editor: c-69-181-156-50
Comment:
Revision 18 as of 2008-06-01 08:02:43
Size: 668
Editor: c-98-212-140-18
Comment: missed a bit
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 1. Go to File > Import > "Existing Projects into Workspace" in Eclipse  1. Go to File > Import > General > "Existing Projects into Workspace" in Eclipse
  1. Run the checkout and ant build steps from the regular JythonDeveloperGuide

  2. In your Eclipse preferences, go to Java > Build Path > Classpath Variables and add a new variable named ANT_HOME that points to your ant install. That directory should have a lib/ant.jar inside of it.

  3. Go to File > Import > General > "Existing Projects into Workspace" in Eclipse

  4. Select your Jython checkout directory as the root

This could be made to work entirely in Eclipse with a few more additions to the external builders. For now, it requires running ant in the first step to make the build/gensrc and build/jarjar directories and then every time after a clean.

JythonDeveloperGuide/EclipseNotes (last edited 2012-06-03 22:23:41 by JeffAllen)