Changes for page WOProject-Ant
Last modified by Andrew Lindesay on 2014/02/25 00:42
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. jw1 +XWiki.uli - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 While Ant is distributed with around fifty built-in tasks, any number of customized tasks can easily be added by developers outside of the core Ant team. 8 8 9 -WOProject is such a project. WOProject adds a half dozen tasks to Ant. These tasks allow WebObject developers the freedom to use Ant in their build process, instead of the using Apple's XCode suite. A few of these tasks are: [[doc:WOL.Home.WOProject-Ant.WOCompile.WebHome]], [[doc:WOL.Home.WOProject-Ant.WOApplication.WebHome]], [[doc:WOL.WOFramework]]. By using the -lib command line option to refer to woproject.jar, these tasks can be used directly in the typical Ant {{code language="none"}}build.xml{{/code}} file in building your WebObjects projects outside of the Eclipse/WOLips environment. It is not recommended to drop woproject.jar into your ant lib directory since woproject is under continuous development and different versions can trigger problems such as errors when build WOnder from source. 9 +WOProject is such a project. WOProject adds a half dozen tasks to Ant. These tasks allow WebObject developers the freedom to use Ant in their build process, instead of the using Apple's XCode suite. A few of these tasks are: [[doc:WOL.Home.WOProject-Ant.WOCompile.WebHome]], [[doc:WOL.Home.WOProject-Ant.WOApplication.WebHome]], [[doc:WOL.Home.WOProject-Ant.WOFramework.WebHome]]. By using the -lib command line option to refer to woproject.jar, these tasks can be used directly in the typical Ant {{code language="none"}}build.xml{{/code}} file in building your WebObjects projects outside of the Eclipse/WOLips environment. It is not recommended to drop woproject.jar into your ant lib directory since woproject is under continuous development and different versions can trigger problems such as errors when build WOnder from source. 10 10 11 11 See the link above to the old site for in-depth documentation on each of these new tasks. 12 12 ... ... @@ -32,7 +32,7 @@ 32 32 * Core WebObjects Tasks 33 33 ** [[doc:WOL.Home.WOProject-Ant.WOCompile.WebHome]]: A Javac task extension that allows including WOFrameworks in CLASSPATH. 34 34 ** [[doc:WOL.Home.WOProject-Ant.WOApplication.WebHome]]: A task for assembling WebObjects applications. 35 -** [[doc:WOL.WOFramework]]: A task for assembling WebObjects frameworks. 35 +** [[doc:WOL.Home.WOProject-Ant.WOFramework.WebHome]]: A task for assembling WebObjects frameworks. 36 36 ** [[doc:WOL.WOGen]]: A task for generating custom Java EO classes from EOModel. 37 37 ** [[doc:WOL.Home.WOProject-Ant.EOModel.WebHome]]: A task for configuring custom connection dictionary for EOModels. 38 38