Since it has been about 12 hours and no word from Adam I disabled the
webslinger build and component load in SVN rev 756990.
For now at least we can build and run everything else (only the
webslinger component and webapp should be affected by this).
I looked around a little for the missing class
(WebslingerAccessLogValve) and couldn't find it, so it must be in a
missing library, or perhaps the reference to it is in the wrong
package or something. Anyway, my guess is Adam will be able to clean
that up quickly once he's back in.
-David
On Mar 21, 2009, at 12:40 PM, Joe Eckard wrote:
On Mar 20, 2009, at 4:51 PM, Adam Heath wrote:
[email protected] wrote:
Author: doogie
Date: Fri Mar 20 20:50:19 2009
New Revision: 756754
URL: http://svn.apache.org/viewvc?rev=756754&view=rev
Log:
Upgrade to newer version. Works on java 1.5 now.
As the log says, you can run on java 1.5 now. Sorry it took so long.
I get the following compilation error after an svn update (now at
756985) and "ant clean-all && ant":
...
prepare:
[mkdir] Created dir: /Users/eckard/src/ofbiz-rrmc/framework/
webslinger/build/classes
[mkdir] Created dir: /Users/eckard/src/ofbiz-rrmc/framework/
webslinger/build/lib
classes:
[javac15] Compiling 11 source files to /Users/eckard/src/ofbiz-rrmc/
framework/webslinger/build/classes
[javac15] /Users/eckard/src/ofbiz-rrmc/framework/webslinger/src/org/
ofbiz/webslinger/WebslingerCatalinaContainer.java:31: package
org.webslinger.catalina does not exist
[javac15] import org.webslinger.catalina.WebslingerAccessLogValve;
[javac15] ^
[javac15] /Users/eckard/src/ofbiz-rrmc/framework/webslinger/src/org/
ofbiz/webslinger/WebslingerCatalinaContainer.java:38: cannot find
symbol
[javac15] symbol : class WebslingerAccessLogValve
[javac15] location: class
org.ofbiz.webslinger.WebslingerCatalinaContainer
[javac15] WebslingerAccessLogValve al = new
WebslingerAccessLogValve();
[javac15] ^
[javac15] /Users/eckard/src/ofbiz-rrmc/framework/webslinger/src/org/
ofbiz/webslinger/WebslingerCatalinaContainer.java:38: cannot find
symbol
[javac15] symbol : class WebslingerAccessLogValve
[javac15] location: class
org.ofbiz.webslinger.WebslingerCatalinaContainer
[javac15] WebslingerAccessLogValve al = new
WebslingerAccessLogValve();
[javac15] ^
[javac15] Note: Some input files use unchecked or unsafe operations.
[javac15] Note: Recompile with -Xlint:unchecked for details.
[javac15] 3 errors
BUILD FAILED
/Users/eckard/src/ofbiz-rrmc/build.xml:148: The following error
occurred while executing this line:
/Users/eckard/src/ofbiz-rrmc/framework/build.xml:141: The following
error occurred while executing this line:
/Users/eckard/src/ofbiz-rrmc/macros.xml:27: The following error
occurred while executing this line:
/Users/eckard/src/ofbiz-rrmc/framework/webslinger/build.xml:53:
Compile failed; see the compiler error output for details.