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.
smime.p7s
Description: S/MIME cryptographic signature
