I am getting this error since morning(I tried to build 2.1.1 after a while),
this is what I have in my build script.
cvs co -r SJSAS91_FCS_BRANCH appserv appserv-ee installer installer-ee
packager packager-ee
cd appserv
maven -Dnative.build=true checkout bootstrap-all build | tee build.log
cd ../appserv-ee
maven -Dnative.build=true checkout bootstrap-all build | tee build.log
cd ../installer
maven -Dnative.build=true bootstrap build | tee installer.log
cd ../installer-ee
maven -Dnative.build=true bootstrap build | tee installer.log
I get this error when I tried to build appserv-ee. Interestingly for
some reason
the samples-ee module is trying to checkout based on "guest" cvs user
id. Is there
an additional flag/variable that I need to set for CVS user id?
checkout-ee:
[echo] ---------------------------
[echo] - Checking out EE modules -
[echo] ---------------------------
[echo] Checking out from source: samples-ee
[cvs] Using cvs passfile: /.cvspass
[cvs] Fatal error, aborting.
[cvs] guest: no such user
[cvs] cvs checkout: authorization failed: server
jescvs.sfbay.sun.com reject
ed access to /m/jws for user guest
[cvs] cvs checkout: used empty password; try "cvs login" with a real
passwor
d
BUILD FAILED
File...... /9.1BuildSpace/workspace/appserv-ee/maven.xml
Element... maven:reactor
Line...... 246
Column.... 40
Unable to obtain goal [checkout-ee] --
/9.1BuildSpace/workspace/appserv-ee/./mav
en.xml:272:47: <ant:cvs> cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:guest_at_jescvs.sfbay.sun.com:/m/jws'
'checkout'
'samples-ee'
Appreciate any pointers.
Thanks
Sathyan