Changes for page WOProject-Ant

Last modified by Andrew Lindesay on 2014/02/25 00:42

From version 104.1
edited by Andrew Lindesay
on 2023/11/13 11:56
Change comment: Renamed back-links.
To version 105.1
edited by Paul Hoadley
on 2023/11/13 11:56
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.apl
1 +XWiki.paulh
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.WOCompile]], [[doc:WOL.WOApplication]], [[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.WOCompile]], [[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.
10 10  
11 11  See the link above to the old site for in-depth documentation on each of these new tasks.
12 12  
... ... @@ -31,7 +31,7 @@
31 31  
32 32  * Core WebObjects Tasks
33 33  ** [[doc:WOL.WOCompile]]: A Javac task extension that allows including WOFrameworks in CLASSPATH.
34 -** [[doc:WOL.WOApplication]]: A task for assembling WebObjects applications.
34 +** [[doc:WOL.Home.WOProject-Ant.WOApplication.WebHome]]: A task for assembling WebObjects applications.
35 35  ** [[doc:WOL.WOFramework]]: 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.