Building in Ant: Difference between revisions

From GLOW Visualization
Jump to navigationJump to search
(Created page with '==Install the necessary software and libraries== See dependencies for building GLOW. ==Create a build.properties file== Create a single file in the <tt>dev</tt> directory …')
 
(No difference)

Latest revision as of 15:14, 15 February 2010

Install the necessary software and libraries

See dependencies for building GLOW.

Create a build.properties file

Create a single file in the dev directory containing the locations of the dependencies. Note that under Windows, the backslashes in paths have to be escaped.

Example:

prefuse.home=C:\\Program Files\\prefuse-beta
jogl.home=C:\\Program Files\\JOGL
protege.home=C:\\Program Files\\Protege

Build everything

To build all subprojects, go to the dev directory and issue the command:

ant build all