Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Ant and cvs problem
Eclipse Ant and cvs problem [message #135332] Fri, 16 January 2004 09:44 Go to next message
Eclipse UserFriend
Originally posted by: patni76.yahoo.com

Hii All,

I encountered the following problem, when i deploy using ant and took the
resources dynamically from cvs.

get:
[cvs] Caught exception: CreateProcess: cvs
-d:server:name@cvs:/data/to/cvs checkout some_src error=2

I am stumped why=??

can someone help??

regards
guest
Re: Eclipse Ant and cvs problem [message #135421 is a reply to message #135332] Fri, 16 January 2004 15:59 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Have tried running the Ant build using -verbose or -debug to get more
information?
Does the Ant build work from the commandline?
Have you tried the Ant User mailing list?

HTH
Darins

"guest" <patni76@yahoo.com> wrote in message
news:bu8bql$4pg$1@eclipse.org...
> Hii All,
>
> I encountered the following problem, when i deploy using ant and took the
> resources dynamically from cvs.
>
> get:
> [cvs] Caught exception: CreateProcess: cvs
> -d:server:name@cvs:/data/to/cvs checkout some_src error=2
>
> I am stumped why=??
>
> can someone help??
>
> regards
> guest
>
Re: Eclipse Ant and cvs problem [message #135585 is a reply to message #135332] Sat, 17 January 2004 21:12 Go to previous messageGo to next message
Nico Seessle is currently offline Nico SeessleFriend
Messages: 7
Registered: July 2009
Junior Member
guest wrote:

> [cvs] Caught exception: CreateProcess: cvs
> -d:server:name@cvs:/data/to/cvs checkout some_src error=2

Error=2 typically means "command not found".

Ant requires you to have a command-line cvs client on your PATH. Make
sure you have one installed and that it's on your PATH.

Nico
Re: Eclipse Ant and cvs problem [message #991400 is a reply to message #135585] Tue, 18 December 2012 22:12 Go to previous message
kris blue is currently offline kris blueFriend
Messages: 1
Registered: December 2012
Junior Member
Awesome Nico...Thanks for the info.
Previous Topic:Problem Running htm With Java on Mac OSX
Next Topic:Potential deadlock when initializing Java tooling
Goto Forum:
  


Current Time: Fri Apr 19 09:35:40 GMT 2024

Powered by FUDForum. Page generated in 0.01872 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top