Changes for page WOProject-Ant
Last modified by Andrew Lindesay on 2014/02/25 00:42
From version 34.1
edited by Marc Guenther
on 2009/09/15 07:24
on 2009/09/15 07:24
Change comment:
Migrated to Confluence 4.0
To version 35.1
edited by Larry Mills-Gahl
on 2014/02/25 00:33
on 2014/02/25 00:33
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.m arc1 +XWiki.elemgee - 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: [[ WOCompile>>doc:WOCompile]], [[WOApplication>>doc:WOApplication]], [[WOFramework>>doc: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:WOCompile]], [[doc:WOApplication]], [[doc: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 ... ... @@ -20,7 +20,7 @@ 20 20 21 21 == Download and Install == 22 22 23 -You can download the ant tasks (% style="text-decoration: line-through;" %)from the [[sourceforge>>url:http://sourceforge.net/projects/woproject/||shape="rect"]] page(%%)from the automated [[Hudson build>>url:http://webobjects.mdimension.com/hudson/job/WOLipsStable/lastSuccessfulBuild/artifact/||shape="rect"]] page for WOProject. If you have installed the wolips material for using WebObjects with Eclipse then you can also find the ant tasks there. The path for this will look something like{{code language="none"}}.../eclipse/plugins/org.objectstyle.wolips.woproject.ant_2.0.0.3458/lib/woproject.jar{{/code}}. To use the ant plugins outside of Eclipse, either by extracting the jar file from the Eclipse distribution or by downloading it separately, you will need to install them into your computers' ant lib directory. On MacOS-X this would be{{code language="none"}}/Developer/Java/Ant/lib/woproject.jar{{/code}}(on Leopard w/ XCode 3.0, this would be /usr/share/ant/lib/{{codelanguage="none"}}woproject.jar).{{/code}}23 +You can download the ant tasks from the [[sourceforge>>url:http://sourceforge.net/projects/woproject/||shape="rect"]] page from the automated [[Hudson build>>url:http://webobjects.mdimension.com/hudson/job/WOLipsStable/lastSuccessfulBuild/artifact/||shape="rect"]] page for WOProject. If you have installed the wolips material for using WebObjects with Eclipse then you can also find the ant tasks there. The path for this will look something like .../eclipse/plugins/org.objectstyle.wolips.woproject.ant_2.0.0.3458/lib/woproject.jar. To use the ant plugins outside of Eclipse, either by extracting the jar file from the Eclipse distribution or by downloading it separately, you will need to install them into your computers' ant lib directory. On MacOS-X this would be /Developer/Java/Ant/lib/woproject.jar (on Leopard w/ XCode 3.0, this would be /usr/share/ant/lib/woproject.jar. You can also put this jar in USER_HOME/.ant/lib/woproject.jar. A quick way to see where all of these lib directories are and what is loaded is to type 'ant -diagnostics'). 24 24 25 25 == Ant Tasks == 26 26 ... ... @@ -37,9 +37,9 @@ 37 37 ** [[doc:EOModel]]: A task for configuring custom connection dictionary for EOModels. 38 38 39 39 * WebObjects Tools Integration Tasks: 40 -** [[doc:PBIndex]]: Maintains PB.project file for integration with WOBuilder on Windows. 41 -** [[doc:PBXIndex]]: Maintains PBX.pbproj file for integration with WOBuilder and EOModeler on older Mac OS X. 42 -** [[doc:XcodeIndex]]: Maintains XCode project files for integration with WOBuilder on the latest Mac OS X. 40 +** [[PBIndex>>doc:PBIndex]]: Maintains PB.project file for integration with WOBuilder on Windows. 41 +** [[PBXIndex>>doc:PBXIndex]]: Maintains PBX.pbproj file for integration with WOBuilder and EOModeler on older Mac OS X. 42 +** [[XcodeIndex>>doc:XcodeIndex]]: Maintains XCode project files for integration with WOBuilder on the latest Mac OS X. 43 43 44 44 * [[doc:Embedding WOFrameworks]] 45 45 * [[doc:Servlet Builds]]