Re: WOLips Ant Build
Re: WOLips Ant Build
- Subject: Re: WOLips Ant Build
- From: D Tim Cummings <email@hidden>
- Date: Wed, 11 Jul 2007 13:10:12 +1000
When you create a new Wonder Application it creates a folder "Libraries" which is already set up like this in build.xml. Drop your third party jars in the "Libraries" folder. Right-click on them and select Build Path -> Add to Build Path, and you are done!
Tim
On 10/07/2007, at 8:55 AM, Chuck Hill wrote: To handle the jars, just fill out this part of the build.xml file:
<lib dir="."> <include name="*.jar"/> <exclude name="**/*.framework/**"/> </lib>
e.g.
<lib dir="ThirdPartyJars."> <include name="*.jar"/> </lib>
or
<lib dir="."> <include name="**/*.jar"/> <exclude name="**/*.framework/**"/> </lib>
|
_______________________________________________
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