Hello

Do you use argument line or argument value?

I always have troubles with argument line, because you dont know what cvs 
command you do.
Use argument value for each command line argument as in the example I used:

 <cvs cvsroot="${cvs.root}" cvsrsh="${cvs.rsh}" dest="${cvs.exportboxbase}">
      <commandline>
        <argument value="xxxexport" />
        <argument value="-r" />
        <argument value="${cvs.branchtag}" />
        <argument value="${cvs.project}" />
      </commandline> 

Greetings

Jürgen

-- 
Jürgen Knuplesch                    www.icongmbh.de
icon Systemhaus GmbH                Tel. +49 711 806098-275
Sophienstraße 40                    
D-70178 Stuttgart                   Fax. +49 711 806098-299

Geschäftsführer: Uwe Seltmann
HRB Stuttgart 17655
USt-IdNr.: DE 811944121 
-----Ursprüngliche Nachricht-----
Von: Chris Velevitch [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 12. Juni 2007 11:15
An: user@ant.apache.org
Betreff: cvs behaviour

The cvs task behaves unexpectantly. At the commandline 'cvs export -d dest -r 
tag module' exports the content of the module the 'dest'. The ant task cvs 
creates a directory called 'module' in 'dest' and copies the contents of the 
module 'module' to the directory 'dest/module'. Is this a known problem or is 
there some attribute I need to add to make behave the same as at the 
commandline?


Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au

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


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

Reply via email to