>Is it possible to set Ant's classpath from within the build.xml itself?
>
>Basically, I've got a directory full of libs that contain Ant
>tasks, and
>I'd rather not have to specify each one on the command line or in
>s. I'd rather just have a single line in my build.xml
>that says
>"put all t
Is it possible to set Ant's classpath from within the build.xml itself?
Basically, I've got a directory full of libs that contain Ant tasks, and
I'd rather not have to specify each one on the command line or in
s. I'd rather just have a single line in my build.xml that says
"put all the jars i
2008/11/20 Rez <[EMAIL PROTECTED]>:
>
> Hi
>
>
> I can run the below command from a Windows cmd line just fine
> cvs -f stat | grep "Repository revision" | gawk '{print $4 " " $3}'
> but now I'd like to add it to my build.xml file in a target
>
> line="cvs -f stat | grep "Repository revis