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      (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