dev@glassfish.java.net

build broken

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Wed, 02 Apr 2008 16:56:08 -0700

Seems like we are having a maven glitch so to be able to build
successfully you need to do the following from v3

mvn clean
mvn install --> will fail building glassfish-api
cd common/glassfish-api
mvn install
cd ../../web/webtier
mvn install
cd ../.. (back to v3)
mvn install

and it will pass, Kohsuke or myself are going to debug this and will
keep you posted.

best is not to update your workspace until further notice.

Jerome