AW: problem with "excludes" in javac target.

2008-11-24 Thread Jan.Materne
>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

Re: problem with "excludes" in javac target.

2008-11-24 Thread Ziggy
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

Re: problem with "excludes" in javac target.

2008-11-24 Thread Ziggy
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

RE: problem with "excludes" in javac target.

2008-11-24 Thread Rebhan, Gilbert
-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

AW: problem with "excludes" in javac target.

2008-11-24 Thread Jan.Materne
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: >

problem with "excludes" in javac target.

2008-11-24 Thread Ziggy
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