You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by ram me <me...@gmail.com> on 2005/12/27 06:42:52 UTC

Build failed in maven checkout

I was try to build the server today  , The maven checkout is Failed.
svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo

gives

Checked out revision 359173.


Afterward change the directory to geronimo

C:\geronimo>maven m:fresh-checkout
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2


BUILD FAILED
File...... C:\geronimo\maven.xml
Element... ant:cvs
Line...... 254
Column.... 15
java.io.IOException: CreateProcess: cvs -d:pserver:anonymous@cvs.openejb.org
:/ho
me/projects/openejb/scm -q checkout -P openejb error=2
Total time: 2 seconds
Finished at: Tue Dec 27 10:50:51 IST 2005

Re: Build failed in maven checkout

Posted by Heinz Drews <he...@gmail.com>.
Hello,

the m:fresh-checkout retrieves component from CVS.
You have to include cvs in the path definition.

Regards,
Heinz

On 12/27/05, ram me <me...@gmail.com> wrote:
>
>
> I was try to build the server today  , The maven checkout is Failed.
> svn checkout http://svn.apache.org/repos/asf/geronimo/trunk
> geronimo
>
> gives
>
> Checked out revision 359173.
>
>
> Afterward change the directory to geronimo
>
> C:\geronimo>maven m:fresh-checkout
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>
> BUILD FAILED
> File...... C:\geronimo\maven.xml
> Element... ant:cvs
> Line...... 254
> Column.... 15
> java.io.IOException: CreateProcess: cvs
> -d:pserver:anonymous@cvs.openejb.org:/ho
> me/projects/openejb/scm -q checkout -P openejb error=2
> Total time: 2 seconds
> Finished at: Tue Dec 27 10:50:51 IST 2005