Subject More compile problems
Author Rick Fincher
Hi All,

I'm getting errors during a build when the script tries to check out JBoss
sources. The error is:

[cvs] cvs [checkout aborted]: authorization failed: server
cvs.sourceforge.net rejected access to /cvsroot/jboss or user anonymous

It looks like SourceForge won't take an anonymous user for JBoss.

I sourceforge just overloaded and complaining?

Also, I recently updated ant to 1.5.1 could that be a factor?

The output is below.

Thanks,

Rick
---------------

C:\JayBird\client-java>bin/ant.bat -Djavax.xml.parsers.DocumentBuilderFacto
ry="org.apache.xerces.jaxp.DocumentBuilderF
ctoryImpl" -Djavax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXP
arserFactoryImpl"
Buildfile: build.xml

init:

compile-concurrent:
[unjar] Expanding: C:\JayBird\client-java\src\lib\concurrent.jar into
C:\JayBird\client-java\output\concurrent

checkout-j2ee:
[mkdir] Created dir: C:\JayBird\client-java\thirdparty\jboss
[cvs] Using cvs passfile: C:\JayBird\client-java\.cvspass
[cvs] cvs [checkout aborted]: authorization failed: server
cvs.sourceforge.net rejected access to /cvsroot/jboss
or user anonymous

compile-j2ee:

BUILD FAILED
file:C:/JayBird/client-java/build.xml:205: srcdir
"C:\JayBird\client-java\thirdparty\jboss\jboss-j2ee\src\main" does no
exist!

Total time: 8 seconds
C:\JayBird\client-java>