Eclipse 3.3.2
WOLips 3.3.5047
WO 5.3
Deployed on OS X Server 10.4.11

How can I get a WO app to use the jar that's inside the WOA (app.woa/ Contents/Resources/Java) instead of the jar under /Library/Java/ Extensions?

        The build.xml seems to be configured correctly:

<lib dir="Libraries">
        <include name="*.jar"/>
        <exclude name="**/*.framework/**"/>
</lib>

Also, I see the correct jar inside the WOA, but, for some reason, during deployment, the app is picking up the jar under /Library/Java/ Extensions instead of the one inside the WOA. (In other words, it runs fine in Eclipse but not when it's deployed.)

        Did I miss an Eclipse or ant setting?

Thanks,
Joe


_______________________________________________
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