I think I saw something like that about a year ago. ant clean and then build took care of it.
Of course I don't have the error log anymore so it may have been something completely different. jrs On May 5, 2006, at 4:58 PM, Jim Grandy wrote: > Anyone seen something like this? I'm seeing these errors on my local > PowerBook, building lps-3.2. I did recently upgrade my Java 5.0 > installation, but I'm pointing at the right Java 1.5 VM, I believe. > lps-dev compiles fine on the same machine. > > compile: > [javac] Compiling 23 source files to /Volumes/data/Users/ > jgrandyw/dev/laszlo/lps-3.2/WEB-INF/lps/server/build > [javac] Compiling 506 source files to /Volumes/data/Users/ > jgrandyw/dev/laszlo/lps-3.2/WEB-INF/lps/server/build > > [javac] Found 7 semantic errors compiling "/Volumes/data/Users/ > jgrandyw/dev/laszlo/lps-3.2/WEB-INF/lps/server/src/org/openlaszlo/ > auth/HTTPAuthentication.java": > > [javac] 35. public class HTTPAuthentication implements > Authentication > [javac] ^----------------^ > [javac] *** Semantic Error: The return type of method > "java.lang.Appendable append(java.lang.CharSequence $1) throws > java.io.IOException;" does not match the return type of the > accessible method "java.lang.AbstractStringBuilder append > (java.lang.CharSequence $1);" declared in type > "java.lang.AbstractStringBuilder". > > ---- > > jgrandyw$ java -version > java version "1.5.0_06" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) > Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing) > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
