Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » problem about ant & cvs
problem about ant & cvs [message #32902] Thu, 15 May 2003 03:19 Go to next message
Eclipse UserFriend
Originally posted by: lfsheli.21cn.com

i test a ant script under eclipse

<target name="get" depends="clean" description="Get files from CVS">
<echo message="Get source file from CVS "/>
<cvs cvsRoot=":user:pass@server:d:/cvsdata/cvsrepo/repo1 "
package="package"
dest="${src.dir}"
/>

</target>

Evil befell him.!!

it shows

Caught exception: CreateProcess:
cvs -d:pserver:user:pass@server:d:/cvsdata/cvsrepo/repo1 checkout package
error=2



the cvs server is cvs nt

i am using eclipse 2.1

thanx your attention

=====================
Re: problem about ant & cvs [message #32971 is a reply to message #32902] Thu, 15 May 2003 03:46 Go to previous message
Eclipse UserFriend
Originally posted by: lfsheli.21cn.com

if i wanna use cvs tag in ant of eclipse
which steps i need to do ??


"RG" <lfsheli@21cn.com> :b9vf35$j0l$1@rogue.oti.com...
> i test a ant script under eclipse
>
> <target name="get" depends="clean" description="Get files from CVS">
> <echo message="Get source file from CVS "/>
> <cvs cvsRoot=":user:pass@server:d:/cvsdata/cvsrepo/repo1 "
> package="package"
> dest="${src.dir}"
> />
>
> </target>
>
> Evil befell him.!!
>
> it shows
>
> Caught exception: CreateProcess:
> cvs -d:pserver:user:pass@server:d:/cvsdata/cvsrepo/repo1 checkout package
> error=2
>
>
>
> the cvs server is cvs nt
>
> i am using eclipse 2.1
>
> thanx your attention
>
> =====================
>
>
>
Previous Topic:problem about ant & cvs
Next Topic:how to update a view ?
Goto Forum:
  


Current Time: Tue Jul 08 13:51:42 EDT 2025

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

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

Back to the top