dev@glassfish.java.net

time for another build failure!

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Thu, 17 May 2007 21:07:43 -0700

First, this failure:

Cookie rejected: "$Version=0; JSESSIONID=587BDF0192570D3B1704EEBE50DD5584;
$Path=/servlets". Illegal path attribute "/servlets". Path of origin:
"/nonav/repository/jbi-install/jars/jbi-install-070515.jar"
Error retrieving artifact from
[http://www.ibiblio.org/maven/jbi-install/jars/jbi-install-070515.jar]:
java.io.IOException: Unknown error downloading; status code was: 301

Why is it downloading from ibiblio? I thought we had issues with that site.

If I redo the build. I don't get this error.


Then...

<extend>../bootstrap/maven.xml</extend>build:start:

What's with the <extend>?

...
     [java] [javac]
/cache/tmp/glassfish-build/glassfish/appserv-api/src/java/com/sun/appserv/management/util/jmx/MBeanServerConnection_Hook.java:424:
queryMBeans(javax.management.ObjectName,javax.management.QueryExp) in
com.sun.appserv.management.util.jmx.MBeanServerConnection_Hook cannot implement
queryMBeans(javax.management.ObjectName,javax.management.QueryExp) in
javax.management.MBeanServerConnection; attempting to use incompatible return type
     [java] [javac] found : java.util.Set<javax.management.ObjectName>
     [java] [javac] required: java.util.Set<javax.management.ObjectInstance>
     [java] [javac] public Set<ObjectName> queryMBeans(ObjectName name,
QueryExp query)
     [java] [javac] ^
     [java] [javac]

And several more similar compilation failures. Known problem?

If I redo the build, I still get this error.