Difference between revisions of "Starting Development"

From AardRock Wiki
Jump to navigation Jump to search
(First draft)
 
 
Line 1: Line 1:
When you're starting to work on Cheetah, start with an empty [[Eclipse]]. Check out the Cheetah-project, as described in [[SubversionInEclipse#Checking_out_the_Cheetah_project]]. Also check out the other projects:
When you're starting to work on Cheetah, start with an empty [[Eclipse]]. Check out the Cheetah-project, as described in [[SubversionInEclipse#Checking_out_the_Cheetah_project| Checking Out The Cheetah Project]]. Also check out the other projects:


* com.hp.hpl.jena
* com.hp.hpl.jena

Latest revision as of 10:22, 2 May 2006

When you're starting to work on Cheetah, start with an empty Eclipse. Check out the Cheetah-project, as described in Checking Out The Cheetah Project. Also check out the other projects:

  • com.hp.hpl.jena
  • edu.stanford.ejalbert
  • Launcher
  • Platonos
  • WiredReachRDF

After you've done this, go to the Java (default) perspective, and select all these projects in the package explorer. Click on File->Export, select "Generate Ant Buildfiles". Click on Next, make sure the projects are selected and are checked and click on Finish once. This takes some time. After that, you should be able to succesfully build Cheetah and start developing.