Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Install Subclipse for Eclipse 3.x, follow the steps from http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuAImage Removed
  2. In Eclipse, switch to the "SVN Repository Exploring" perspective
  3. Add a new SVN repository using the URL http://svn.apache.org/repos/asf/incubator/lcf/trunkImage Removed
  4. Right click on the svn repo and select "Check Out"
    • May want to change the default name from truck to ManifoldCF, if you don't change the name Eclipse will ask for a project type, pick General/Project.
  5. Wait for the source to extract
  6. Switch to Java Perspective and right click on the project that was added (referred to as MCF in the rest of the steps) and select "Properties"
  7. Select "Builders" and click New
  8. Select "Ant Builder" and click Ok
  9. Give your builder a name, like ManifoldCF Ant Builder
  10. In the "Buildfile" section, press the "Browse Workspace" button
  11. Select the MCF project, drill down to "modules" subfolder and select "build.xml" file then press Ok
  12. In the "Base Directory" section, press the "Browse Workspace" button
  13. Expand the MCF project and select "modules" then press Ok
  14. Note, you can further configure the different targets if you wish for a clean, regular, and auto build
  15. Press Ok in the "Edit launch configuration properties" to complete the Eclipse configuration
  16. Make sure you have the system variable JAVA_HOME pointing to your jdk, also you need the jdk bin directory listed in your path so java doc would work
  17. Now you can issue "Project/Build Project" and watch the console for the ant output

...