Re: split install issue with 5.4.3
Re: split install issue with 5.4.3
- Subject: Re: split install issue with 5.4.3
- From: Lachlan Deck <email@hidden>
- Date: Tue, 13 Jan 2009 17:38:35 +1100
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden