Posted By:
Marc_Tauber
Posted On:
Thursday, August 29, 2002 06:03 AM
How can I accomplish a cvs update on a specific fileset? The cvs task does not work with nested filesets and the other possibility, using the exec task with an arg line that pipes the cat output of a file to the update command does not work either. (when typed into the command line everything is fine, but ant does not support the single quotes)
Any idea?