Not sure if I already sent this as I accidently hit tab and return.  At any 
rate I just added an update target to my build script.  The target is shown 
below:

<target name="update">
    <cvs-update />
</target>

When I execute the target I get the following error:

C:\data\build\pom\Eom\src\Eom>nant update
NAnt 0.85 (Build 0.85.2344.0; rc4; 6/2/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/data/build/pom/Eom/src/Eom/Eom.build
Target framework: Microsoft .NET Framework 2.0
Target(s) specified: update


update:

[cvs-update] Exception parsing command: The -P update option is not  
implemented
.

BUILD FAILED

C:\data\build\pom\Eom\src\Eom\Eom.build(15,4):
External Program Failed: c:\program files\nant\bin\scvs.exe (return code was 
-1)


Total time: 0.3 seconds.

I guess I'm surprised that the cvs client that comes with nant does not work 
in this, what I would suspect, typical case.  I have the cvsnt client and I 
can substitute that, but I would need to supply the entire path.  This makes 
the build script more fragile as different machines might have the client 
installed in different locations.  Is there a better way to do this?  What 
about just specifying the exe without a path and letting the command shell 
find the file?

Thanks,
Nick

_________________________________________________________________
Search from any web page with powerful protection. Get the FREE Windows Live 
Toolbar Today!   http://get.live.com/toolbar/overview


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to