On 13/01/2009, at 11:14 AM, D Tim Cummings wrote:

Yes, bug radar 6487590

This may, of course, not be a bug of Apple's but with the final build. Check the executable script for your app. i.e.,
$ less YourApp.woa/YourApp

The last line of mine has this:
eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap $ {COMMAND_LINE_ARGS} -WOFrameworksBaseURL /WebObjects/MyApp.woa/ Contents/Frameworks

i.e., the WOFrameworksBaseURL is specifically getting set (whereas in the past this used to not be the case). Now I'm building with maven (using the woproject-maven plugin) but it's highly possible that seeing as it shares some functionality with woproject ant stuff that this is also happening for you for embedded builds.

If yours also has this - then this *is* the problem. That's why your properties are getting ignored - because the first property wins.

with regards,
--

Lachlan Deck

_______________________________________________
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