Hi,
I have an Ant script which builds a fileset and then converts it to a
property like so:
This works perfectly in Ant 1.6.3 but in 1.5 it doesn't. Looking at debug
trace I see something like:
"Adding reference: debug.class.files ->
[EMAIL PROTECTED]
Setting project property: debug.cl
Hi,
This worked fine, thanks!
On 5/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Use to find catch that class file. Transform into a property
> using or . After that should
> be your friend.
>
> Jan
>
> > -Ursprüngliche Nachricht-
>
Hi,
I'm trying to use Ant to create a script which behaves differently depending
on the presence of a certain class. I could use the Available task if I knew
the full classname but I only know that it will start with Debug.
Is there any way to make the available task operate with
filesets/patt