Differences between revisions 18 and 19
Revision 18 as of 2008-06-01 08:02:43
Size: 668
Editor: c-98-212-140-18
Comment: missed a bit
Revision 19 as of 2008-11-15 09:16:01
Size: 668
Editor: localhost
Comment: converted to 1.6 markup
No differences found!
  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)