>ps. I thought the version number on the file "antlr-2.7.2.jar"
>denotes the version of Ant.
Yes, this is the version number. But from Antlr (parser generator) not
Ant (build tool) ;-)
Jan
-
To unsubscribe, e-mail: [EMAIL PROT
AIL PROTECTED]> wrote:
>
>
> -Original Message-
> From: Ziggy [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2008 2:03 PM
> To: user@ant.apache.org
> Subject: Re: problem with "excludes" in javac target.
>
> /*
> Hi,
>
> I forgot to m
Hi,
I forgot to mention that i am using ANT v2.7.2
Many thanks
On Mon, Nov 24, 2008 at 12:18 PM, Ziggy <[EMAIL PROTECTED]> wrote:
> Can anyone see why "excludes" in this code snippet does not work?
>
> [code]
>
> Compiling java sources:
> ${junit.path}**
> destdir="${c
-Original Message-
From: Ziggy [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2008 2:03 PM
To: user@ant.apache.org
Subject: Re: problem with "excludes" in javac target.
/*
Hi,
I forgot to mention that i am using ANT v2.7.2
Many thanks
*/
ant version 2.7.2 !?
Yo
TECTED]
>Gesendet: Montag, 24. November 2008 13:18
>An: user@ant.apache.org
>Betreff: problem with "excludes" in javac target.
>
>Can anyone see why "excludes" in this code snippet does not work?
>
>[code]
>
>Compiling java sources:
>
Can anyone see why "excludes" in this code snippet does not work?
[code]
Compiling java sources:
${junit.path}**
[/code]
Here are the relevant properties used in the above code
[code]
[/code]
Thanks