You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Yan Bai <ya...@gmail.com> on 2006/08/17 22:42:09 UTC

cvs caught exception when building T5 from source

Hello all,
I want to build T5 from src, have followed the steps in the
instruction, but BUILD FAILED. Below is what i got when type in 'ant
-checkout'. Please help.

=====================================
Buildfile: build.xml

checkout:
     [echo] If the checkout fails, run `cvs -d
:pserver:anoncvs@cvs.apache.org:/home/cvspublic login` and try again.
The password for the anonymous CVS access is `anoncvs`
      [cvs] Caught exception: CreateProcess: cvs
-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
jakarta-tomcat-5 error=2
      [cvs] Caught exception: CreateProcess: cvs
-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
jakarta-tomcat-catalina error=2
      [cvs] Caught exception: CreateProcess: cvs
-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
jakarta-tomcat-jasper error=2
      [cvs] Caught exception: CreateProcess: cvs
-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
jakarta-tomcat-connectors error=2
      [cvs] Caught exception: CreateProcess: cvs
-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
jakarta-servletapi-5 error=2

BUILD SUCCESSFUL
Total time: 0 seconds

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: cvs caught exception when building T5 from source

Posted by Dies Koper <di...@jp.fujitsu.com>.
Hello Yan,

Is it possible that you don't have cvs in your classpath?
Did you try to run `cvs -d 
:pserver:anoncvs@cvs.apache.org:/home/cvspublic login` as suggested?

Regards,
Dies

Yan Bai wrote:
> Hello all,
> I want to build T5 from src, have followed the steps in the
> instruction, but BUILD FAILED. Below is what i got when type in 'ant
> -checkout'. Please help.
> 
> =====================================
> Buildfile: build.xml
> 
> checkout:
>     [echo] If the checkout fails, run `cvs -d
> :pserver:anoncvs@cvs.apache.org:/home/cvspublic login` and try again.
> The password for the anonymous CVS access is `anoncvs`
>      [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
> jakarta-tomcat-5 error=2
>      [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
> jakarta-tomcat-catalina error=2
>      [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
> jakarta-tomcat-jasper error=2
>      [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
> jakarta-tomcat-connectors error=2
>      [cvs] Caught exception: CreateProcess: cvs
> -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic -q -z3 checkout -P
> jakarta-servletapi-5 error=2
> 
> BUILD SUCCESSFUL
> Total time: 0 seconds



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: cvs caught exception when building T5 from source

Posted by Mark Thomas <ma...@apache.org>.
Yan Bai wrote:
> Hello all,
> I want to build T5 from src, have followed the steps in the
> instruction, but BUILD FAILED. Below is what i got when type in 'ant
> -checkout'. Please help.

You don't want to be using cvs. Your should be using svn to get the
latest sources.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org