Le 08-02-24 à 15:43, Anthony B Arthur a écrit :

How do I configure my project in eclipse so that it will adjust the build scripts to property find the woproject tasks? I am getting this error when running ant from the command line (ant install or ant build):

BUILD FAILED
/Users/aarthur/Projects/eclipse/MFolio/build.xml:46: taskdef class org.objectstyle.woproject.ant.WOApplication cannot be found

You need to add the woproject.jar lib in Ant's path:

        http://wiki.objectstyle.org/confluence/display/WOL/WOProject-Ant

"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." _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to