nd for this.
Thanks!
DLW
From: Earl Hood
To: Ant Users List ,
Date: 11/05/2013 08:23 PM
Subject:Re: Issues With Quotes
Sent by:earlh...@gmail.com
On 11/5/13, Dave Westerman wrote:
> I'm passing in an attribute that contains a value to search for in a
file
I have a problem with double-quotes in Ant, and I'm not sure how to get
around the problem.
I'm passing in an attribute that contains a value to search for in a file
in Windows. I'm doing this:
>From the command line, the findstr command can handle a quote in the data;
for instance, th
I am writing my own Ant task as a wrapper to a utility which I have written. I have
3rd-party jar files which my utility needs in order to run. The Ant manual suggests
that you always allow a user of your task to specify the classpath. I'm assuming I
should use the builtin embedded element. But