try running nant with -v ( for verbose ). It will print the full commandline to the console. You can then run that same commandline directly from the console and see if that fails. From the looks of that ouput it seems to be a permission error of some sort.

Another option is to use the cvs tasks in NAntContrib.

Ian

Bruce Leggett wrote:

I cannot check a file out using the exec tag and CVS (version CVSNT 2.0.35).
The error I am getting is:

cvs [update aborted]: cannot create .#version.xml.1.1 for copying:
Permission denied

This is exactly what my exec tag looks like.

<exec program="${cvs.exe}" basedir="${build.dir}\DCMSVC"
commandline="unedit -l version.xml" />


Anyone know what is happening?


Thanks alot,
Bruce




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers




--
Ian MacLean, Developer, ActiveState, a division of Sophos
http://www.ActiveState.com




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to