FYI, on a related note the build.app.name override to project.name in build.properties needs a minor change to work properly for the correct frameworksBaseURL to be generated when build.app.name is different to project.name

http://issues.objectstyle.org/jira/browse/WOL-979


On Mar 16, 2009, at 9:50 AM, Mike Schrag wrote:

yes, it's logged

On Mar 16, 2009, at 9:36 AM, Ricardo J. Parada wrote:


By the way, does anybody know if a bug has been filed for this?



On Mar 15, 2009, at 10:02 PM, Ricardo J. Parada wrote:


Thanks, that worked perfect!



On Mar 14, 2009, at 1:55 PM, Pascal Robert wrote:

        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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com

This email sent to [email protected]

_______________________________________________
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/probert%40macti.ca

This email sent to [email protected]


-------------------------------------------------------
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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40mdimension.com

This email sent to [email protected]


_______________________________________________
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/kieran_lists%40mac.com

This email sent to [email protected]

_______________________________________________
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