• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOLips Ant Build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >WOLips Ant Build (From: Jeremy Rosenberg <email@hidden>)
 >Re: WOLips Ant Build (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Tutorial for webobjects?
  • Next by Date: future of wocode.com
  • Previous by thread: Re: WOLips Ant Build
  • Next by thread: JDBCAdaptor.isValidQualifierType NullPointer
  • Index(es):
    • Date
    • Thread