dev@glassfish.java.net

cannot build appserv-core module

From: Julius Stroffek <Julius.Stroffek_at_Sun.COM>
Date: Tue, 16 Oct 2007 23:21:46 +0200

Hi All,

I am having errors while trying to build appserv-core module. The log
file while runnig a command

    maven -Dmodules=appserv-core bootstrap build

is attached.

I used the follwing commands as described on
https://glassfish.dev.java.net/public/BuildGlassFish.html#Complete_Instructions_on_how_to_Build

cd workspace
cvs co -d :pserver:<userid>@cvs.dev.java.net:/cvs checkout
glassfish/bootstrap
cd glassfish/bootstrap
maven -Dmodules=appserv-code checkout
maven -Dmodules=appserv-code bootstrap build &>glassfish_build.log

I am getting the similar errors while trying to build all the modules with

cd workspace
cvs co -d :pserver:<userid>@cvs.dev.java.net:/cvs checkout
glassfish/bootstrap
cd glassfish/bootstrap
maven checkout
maven bootstrap-all build

Am I doing something wrong or there is a build issue?

Thanks

Cheers

Julo