Changes for page WOProject-Ant
Last modified by Andrew Lindesay on 2014/02/25 00:42
From version 50.1
edited by Andrew Lindesay
on 2006/10/25 15:38
on 2006/10/25 15:38
Change comment:
There is no comment for this version
To version 49.1
edited by Andrew Lindesay
on 2007/04/23 06:13
on 2007/04/23 06:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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>> http://objectstyle.org/woproject-old/ant/wocompile.html]], [[WOApplication>>http://objectstyle.org/woproject-old/ant/woapplication.html]], [[WOFramework>>http://objectstyle.org/woproject-old/ant/woframework.html]]. After dropping the WOProject core jars into Ant's lib directory, these tasks can be used directly in the typical Ant build.xml file in building your WebObjects projects.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>>WOCompile]], [[WOApplication>>WOApplication]], [[WOFramework>>WOFramework]]. After dropping the WOProject core jars into Ant's lib directory, these tasks can be used directly in the typical Ant ##build.xml## file in building your WebObjects projects. 10 10 11 11 See the link above to the old site for in-depth documentation on each of these new tasks, as well as their [[APIs>>http://objectstyle.org/woproject-old/api/index.html]]. 12 12 ... ... @@ -42,3 +42,9 @@ 42 42 ** [[XcodeIndex]]: Maintains XCode project files for integration with WOBuilder on the latest Mac OS X. 43 43 44 44 * [[Embedding WOFrameworks]] 45 + 46 +== FAQ == 47 + 48 +=== I am making an EO adaptor framework and so need to manipulate the ##Info.plist## === 49 + 50 +Edit the ##build.properties## file and modify the ##customInfoPListContent## which will be appended near the end of the ##Info.plist## file that is constructed when the framework is build.