Changes for page WOProject-Ant
Last modified by Andrew Lindesay on 2014/02/25 00:42
From version 90.1
edited by Andrus Adamchik
on 2006/09/29 15:20
on 2006/09/29 15:20
Change comment:
There is no comment for this version
To version 97.1
edited by Marc Guenther
on 2009/09/15 07:24
on 2009/09/15 07:24
Change comment:
download URL is very old
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -WOProject Ant1 +WOProject-Ant - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a ndrus1 +XWiki.marc - Content
-
... ... @@ -6,9 +6,9 @@ 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]].Afterdropping theWOProjectcore jarsintoAnt'slibdirectory, 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]]. By using the lib command line option to refer to woproject.jar, these tasks can be used directly in the typical Ant ##build.xml## 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 -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]].11 +See the link above to the old site for in-depth documentation on each of these new tasks. 12 12 13 13 Reasons for using Ant to build WebObjects frameworks and applications: 14 14 ... ... @@ -18,9 +18,13 @@ 18 18 19 19 * Allows easy automation of daily builds for teams of developers, i.e. nightly builds for smoke testing, etc. 20 20 21 +== Download and Install == 22 + 23 +You can download the ant tasks --from the [[sourceforge>>http://sourceforge.net/projects/woproject/]] page-- from the automated [[Hudson build>>http://webobjects.mdimension.com/hudson/job/WOLipsStable/lastSuccessfulBuild/artifact/]] 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).##// 24 + 21 21 == Ant Tasks == 22 22 23 -//(for tasks not documented here see [[the old site>>http://objectstyle.org/woproject-old/ant/]]).// 27 +//(for tasks not documented here see// //[[//the old site//>>http://objectstyle.org/woproject-old/ant/]]).// 24 24 25 25 * Java Launchers 26 26 ** [[JApplication]]: A task for assembling native launchers for any Java applications for a number of OS platforms. ... ... @@ -38,3 +38,10 @@ 38 38 ** [[XcodeIndex]]: Maintains XCode project files for integration with WOBuilder on the latest Mac OS X. 39 39 40 40 * [[Embedding WOFrameworks]] 45 +* [[Servlet Builds]] 46 + 47 +== FAQ == 48 + 49 +=== I am making an EO adaptor framework and so need to manipulate the ##Info.plist## === 50 + 51 +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.