dev@glassfish.java.net

"maven checkout" broken for modules

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Mon, 14 May 2007 15:25:50 -0700

It seems that some recent updates broke by module build instructions.
When I try to do a "maven -Dmodules=activation,mail checkout" I get:

     [echo] ----------------------------------
     [echo] - Checking out GlassFish modules -
     [echo] ----------------------------------
     [echo] WARNING: Invalid CVS module: activation
     [echo] WARNING: Invalid CVS module: mail



After fixing that in my build script the build then fails with:

     [echo] ------------------------------
     [echo] - Building GlassFish EE modules -
     [echo] ------------------------------
     [echo] Resolving admin-ee binary dependency
Starting the reactor...

BUILD FAILED
File...... /cache/tmp/glassfish/glassfish/bootstrap/maven.xml
Element... maven:reactor
Line...... 136
Column.... 35
basedir
/cache/tmp/glassfish/glassfish/bootstrap/../../glassfish/bootstrap/../admin-ee
does not exist


Is this a bug or a new feature?