--- Barry Jia <[EMAIL PROTECTED]> wrote:
> cvs.exe is in my path, and the debug info
> " cvs -d :pserver:bjia@tira-src:/var/local/tira-cvs checkout
> code-injection"
> generate exception,
> but if I run this command in same terminal, it works ! it can check out
> everything, I do not know which directory is invalid now if Error code
> 267
> means invalid directory.
> in my build file like below, how to set up cvx.exe absolute path for
> cvs.exe
> ?
>  <target name="checkout">
>       <cvs cvsRoot="${CVSROOT}"
>            package="code-injection"
>            dest="code-injection"
>            passfile="${passfile}"
>        />
>    </target>

Maybe your ${CVSROOT} property value is incorrect, or maybe the
"code-injection" directory needs to exist first (if it doesn't already)?

(Just speculating, though, since I've not used the <cvs> task.)

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to