Hi Paul, I confess to only half reading this thread... :-)
On May 31, 2011, at 3:41 PM, Paul Hoadley wrote:
> Not quite sure what you're suggesting there, but putting the URL for the
> image that the web inspector tells me it's using into the address bar does
> _not_ produce the expected image, no. The URL looks good, the server just
> isn't returning the resource.
>
>> If not, the perhaps you are not including your images in your
>> WebServerResources project folder? Misspelled name? Case sensitivity issue?
>
> It's definitely none of the above. I can run exactly the same bundle out of
> Eclipse, and CSS-referenced images are found and displayed as expected.
Take a look at ERXApplication.isDevelopmentModeSafe() and below, specifically
String ide = ERXProperties.stringForKey("WOIDE");
if ("WOLips".equals(ide) || "Xcode".equals(ide)) {
developmentMode = true;
}
You probably need to set
er.extensions.ERXApplication.developmentMode=true
when running from the command line.
Just a shot in the dark.
Chuck
--
Chuck Hill Senior Consultant / VP Development
Come to WOWODC this July for unparalleled WO learning opportunities and real
peer to peer problem solving! Network, socialize, and enjoy a great
cosmopolitan city. See you there! http://www.wocommunity.org/wowodc11/
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
