Re: WOFrameworksBaseURL
Re: WOFrameworksBaseURL
- Subject: Re: WOFrameworksBaseURL
- From: Pascal Robert <email@hidden>
- Date: Sat, 14 Mar 2009 13:55:22 -0400
public Application() {
NSLog.out.appendln("Welcome to " + name() + " !");
/* ** put your initialization code in here ** */
frameworksBaseURL();
if ( System.getProperty("WOFrameworksBaseURL") != null )
setFrameworksBaseURL(System.getProperty("WOFrameworksBaseURL"));
}
if you're using 5.4, i believe it was discussed a couple weeks ago
that the WOFrameworksBaseURL property is broken in 5.4 ... i think
it was lachlan that posted a workaround -- might want to search the
archives.
ms
On Mar 14, 2009, at 1:40 PM, Ricardo J. Parada wrote:
Hi,
I'm trying to understand this one correctly. I'm launching my
embedded application and I see in the log that WOFrameworksBaseURL
is set as follows:
"WOFrameworksBaseURL = /WebObjects/MyWonderApp.woa/Frameworks"
But then the ERXStylesheet is generating a url like this:
<script src="/WebObjects/Frameworks/Ajax.framework/
WebServerResources/prototype.js"></script>
Is this correct? I thought it should be /WebObjects/MyWonderApp.woa/
Frameworks/Ajax.framework/WEbSErverREsources/prototype.js ?
_______________________________________________
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
_______________________________________________
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
-------------------------------------------------------
Pascal Robert
http://www.macti.ca
http://www.aircourriel.com
http://www.linkedin.com/in/macti
Skype: MacTICanada
AIM/iChat : MacTICanada
_______________________________________________
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