This is how I do it...

Add to build.xml:

                <!-- woproject Tasks -->
<taskdef file="${user.library.dir}/woproject_tasks.properties" classpath="${woproject.path}" />

Create this file (or is this part of WOLips, I forget)
~/Library/woproject_tasks.properties:

woframework=org.objectstyle.woproject.ant.WOFramework
wocompile=org.objectstyle.woproject.ant.WOCompile
woapplication=org.objectstyle.woproject.ant.WOApplication


Chuck


On May 22, 2007, at 11:28 AM, [EMAIL PROTECTED] wrote:

Everyone,

When I try to build a WO framework like this:

ant install

I get an error stating that it can't find the java class:

org.objectstyle.woproject.ant.WOFramework

How do I tell ant on the command line where the class is?

Thanks,
Ken

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]


--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects





_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
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