Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot run cvs task to checkout a module using ant

Status
Not open for further replies.

cvssad

Programmer
Nov 30, 2004
1
US
Please reply to:
readtech@cox.net
I am a new participant. I wrote the following ant script:

<project name = "cvsco" default = "fetchlatest">
<target name = "fetchlatest">
<cvs
cvsRoot = ":sspi:renzi@128.49.144.60:/jic"
package = "jic"
dest = "."
command = "checkout"

</cvs>
</target>
</project>

I get the following error when I run it.

c:\cvstest\build.xml:9: element type "cvs" must be followed by attribute specifications, ">" or "/>"

When I ran
ant -diagnostics
under the tasks section it said
cvs version not available

I am using ant version 1.6.2
I am using
cvs version 2.0.4

cvs is on my path
It is
wincvs 1.3
What am I doing wrong.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top