Re: Ant install wo app with debug
Re: Ant install wo app with debug
- Subject: Re: Ant install wo app with debug
- From: John Pollard <email@hidden>
- Date: Wed, 17 Jun 2009 13:16:19 +0100
Yes, that fixed it, thanks Chuck. Further documentation I should have
found here:
http://wiki.objectstyle.org/confluence/display/WOL/WOCompile
On 13 Jun 2009, at 03:28, Chuck Hill wrote:
wocompile is just a wrapper around the javac task: http://ant.apache.org/manual/CoreTasks/javac.html
You can add the debug property:
e.g.
<wocompile srcdir="Sources" destdir="bin" debug="true">
That should give you what you want.
Chuck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden