Before anybody asks, Java Build
Path \ Libraries in my Eclipse points to the correct two WebObjects 5.4 JavaWOExtensions
libraries – javawoextensions.jar (in JavaWOExtensions.framework\Resources\Java)
and JavaWOExtensions.jar in (JavaWOExtensions.framework\WebServerResources\Java).
Thanks
From:
webobjects-dev-bounces+mstrumyla=email@hidden
[mailto:webobjects-dev-bounces+mstrumyla=email@hidden] On
Behalf Of Strumyla, Marius
Sent: Friday, July 27, 2012 11:07 AM
To: email@hidden
Subject: Issue with UNIXClassPath and JavaWOExtensions framework
Hello, I’m using Eclipse 3.7 + WOLips 3.7 on Windows. My app
has a reference to JavaWOExtensions framework.
I have noticed that WOLips puts a wrong entry into
UNIXClassPath (or any classpath):
WOROOT/Library/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
While this entry is good for WebObjects 5.2, it’s not valid
for WebObjects 5.4.
For WebObjects 5.4, the correct entry should be:
WOROOT/Library/Frameworks/
JavaWOExtensions.framework/Resources/Java/javawoextensions.jar
WOROOT/Library/Frameworks/
JavaWOExtensions.framework/WebServerResources/Java/JavaWOExtensions.jar
My app references some images from JavaWOExtensions
framework. When I deployed it on Linux with WO54, those images were broken:
/ERROR/NOT_FOUND/framework=JavaWOExtensions/filename=exclamation.gif
I thought I would post in case anybody else runs into this.
Thanks,
--
i5mast