Le 2012-12-05 à 13:34, Jesse Tayler <[email protected]> a écrit : > > On Dec 5, 2012, at 1:06 PM, Pascal Robert <[email protected]> wrote: > >> What's missing is the WOFrameworksBaseURL in the application script if you >> are embedding frameworks (system and local). What is the two last lines in >> the application script (MyApplication.woa/MyApplication) ? > > I'm uncertain which script you mean? The WOMan.woa/WOMan would be the binary, > no?
Have you looked at it? It's a shell script... > in my developer system, I have no references to to that WOFrameworksBaseURL > but -- > > Could this by my own linking? > > I see in my PageWrapper a link like so: > > <link rel="stylesheet" type="text/css" media="screen" > href="/WebObjects/WOMan.woa/Frameworks/ERModernDefaultSkin.framework/WebServerResources/default_screen_stylesheet.css"/> So the problem is there. > > Should that href really be set with a direct path like that? Or did I just > hard code that at some point I've forgotten of? No, you should use WOResourceManager or other components like <ERXStyleSheet filename="default_screen_stylesheet.css" framework="ERModernDefaultSkin" /> > I didn't quite realize this link was a call from my own PageWrapper and not > something embedded. > > Maybe I just need to get my href's properly aligned with my deployment > strategy there somehow? > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
