N
NullBock
I'm trying to do a simple checkout from CVS via ant; my target looks
like this:
<target name="func">
<cvs command="-Q checkout -P MyProject"/>
</target>
Running this returns an "authorization failed" error, with CVS saying
I need to login. The following works from the command line, however:
cvs -Q checkout -P MyProject
when called from the same directory from which I called the Ant
script.
I'm using Ant 1.5.3-1 on a Windows 2000 (sp1) machine. The ANT_HOME
and JAVA_HOME variables are properly set. The script works fine on
other machines.
Any ideas? TIA
Walter Gildersleeve
Freiburg, Germany
emai1: contact AT springbock.net
like this:
<target name="func">
<cvs command="-Q checkout -P MyProject"/>
</target>
Running this returns an "authorization failed" error, with CVS saying
I need to login. The following works from the command line, however:
cvs -Q checkout -P MyProject
when called from the same directory from which I called the Ant
script.
I'm using Ant 1.5.3-1 on a Windows 2000 (sp1) machine. The ANT_HOME
and JAVA_HOME variables are properly set. The script works fine on
other machines.
Any ideas? TIA
Walter Gildersleeve
Freiburg, Germany
emai1: contact AT springbock.net