info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem running CVS via Ant


From: NullBock
Subject: Problem running CVS via Ant
Date: 5 Aug 2004 00:14:11 -0700

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]