dev@glassfish.java.net

Re: build errors

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Fri, 16 Mar 2007 21:32:23 -0700

Ok, I found the build errors that actually failed. Apparently it wasn't
last night, it was the night before. After running my scripts on the
build output, here's where the error is:

     [java] [javac] /cache/tmp/glassfish-build/glassfish/appserv-webtier/src/
java/org/apache/catalina/loader/WebappClassLoader.java:1824: cannot find symbol
     [java] [javac] symbol : method clear()
     [java] [javac] location: class com.sun.org.apache.commons.beanutils.Mapp
edPropertyDescriptor
     [java] [javac] MappedPropertyDescriptor.clear();
     [java] [javac] ^
     [java] BUILD FAILED
     [java] [javac] 1 error
     [java] /cache/tmp/glassfish-build/glassfish/appserv-webtier/build.xml:64: Co
mpile failed; see the compiler error output for details.
     [java] [ERROR] Java Result: 1
BUILD FAILED
File...... /cache/tmp/glassfish-build/glassfish/bootstrap/maven.xml
Element... maven:reactor
Line...... 233
Column.... 40
Unable to obtain goal [build-pe] -- /cache/tmp/glassfish-build/glassfish/bootstr
ap/../../glassfish/bootstrap/maven.xml:606:28: <fail> No message


The problem fixed itself last night.