Bill Shannon wrote:
> 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
>
Just now I ran "maven -Dmodules=activation,mail checkout" after checking
out "glassfish/bootstrap" module, and see following.
[cvs] U
glassfish/mail/src/java/javax/mail/util/SharedFileInputStream.java
[cvs] U glassfish/mail/src/java/javax/mail/util/package.html
build:end:
[echo] ----------------------------------
[echo] - Checking out GlassFish modules -
[echo] ----------------------------------
[echo] WARNING: Invalid CVS module: activation
[echo] WARNING: Invalid CVS module: mail
BUILD SUCCESSFUL
Two modules: activation, mail are checked out successfully, last two
statements are WARNING, which can be fixed by merging those PE, EE
module-list variables (but can be ignored as these are not any severe
issues, just a warning)
> After fixing that in my build script the build then fails with:
what did you fix here? and later which command you run to expose
following error message?
thanks
Dinesh
>
> [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?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>