To edit or add content to this Wiki, you can simply create a new account at http://wocommunity.org/account.
WOProject Ant Tasks is a suite of extensions for ant to build WOApplications, WOFrameworks and native launchers for the standalone Java application.
Ant build files are broken into what are called 'targets', similar to a Makefile. These targets are a group of, what are called, 'tasks'. Tasks are used for getting work done; they make something happend directly, e.g. move files on the filesystem, compile java source files into classes, transfer files from one server to another over ssh, etc.
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.
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, WOApplication, 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.
See the link above to the old site for in-depth documentation on each of these new tasks.
Reasons for using Ant to build WebObjects frameworks and applications:
You can download the ant tasks from the sourceforge page from the automated Hudson build 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
').
(for tasks not documented here see the old site).
Info.plist
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.
3 Comments
Gavin Eadie
In "Download and Install"
"You can download the ant tasks from the sourceforge page for WOProject" – sadly that sourceforge link takes you to material from 2004!
Gavin Eadie
Is Ant 1.7 is required after "hotness" (Jan 2009)?
Timoteo Ponce
The updated URL would be http://jenkins.wocommunity.org/view/WOLips/job/WOLips37Stable/lastSuccessfulBuild/artifact/temp/dist/plugins/