Changes for page WOProject-Ant

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

From version 78.1
edited by Andrus Adamchik
on 2006/09/16 12:50
Change comment: There is no comment for this version
To version 80.1
edited by Andrus Adamchik
on 2006/09/29 15:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -WOProject
1 +WOProject Ant
Content
... ... @@ -22,7 +22,7 @@
22 22  
23 23  //(for tasks not documented here see [[the old site>>http://objectstyle.org/woproject-old/ant/]]).//
24 24  
25 -* Core Tasks
25 +* WO Core Tasks
26 26  ** [[WOCompile]]: A Javac task extension that allows including WOFrameworks in CLASSPATH.
27 27  ** [[WOApplication]]: A task for assembling WebObjects applications.
28 28  ** [[WOFramework]]: A task for assembling WebObjects frameworks.
... ... @@ -29,12 +29,12 @@
29 29  ** [[WOGen]]: A task for generating custom Java EO classes from EOModel.
30 30  ** [[EOModel]]: A task for configuring custom connection dictionary for EOModels.
31 31  
32 +* Generic Java Tasks
33 +** [[JApplication]]: A task for assembling native launchers of Java applications for a number of target platforms.
34 +
32 32  * WO Tools Integration Tasks:
33 33  ** [[PBIndex]]: Maintains PB.project file for integration with WOBuilder on Windows.
34 34  ** [[PBXIndex]]: Maintains PBX.pbproj file for integration with WOBuilder and EOModeler on older Mac OS X.
35 35  ** [[XcodeIndex]]: Maintains XCode project files for integration with WOBuilder on the latest Mac OS X.
36 36  
37 -* Generic Java Tasks
38 -** [[JApplication]]: A task for assembling native launchers of Java applications for a number of target platforms.
39 -
40 40  * [[Embedding WOFrameworks]]