Re: problem with Excludes in the Ant.

2009-11-24 Thread David Weintraub
/** doesnot get excluded > All other excludes are happening properly. > > Can anyone please tell me why this is happening. And any solution for this > problem is appreciated. > > Thanks in advance. > > Regards, > Madhu > -- > View this message in context: > http://o

AW: problem with Excludes in the Ant.

2009-11-23 Thread Knuplesch, Juergen
this problem is appreciated. Thanks in advance. Regards, Madhu -- View this message in context: http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html Sent from the Ant - Users mailing list archive at Nabble.com

problem with Excludes in the Ant.

2009-11-23 Thread madhusudhanv
appreciated. Thanks in advance. Regards, Madhu -- View this message in context: http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html Sent from the Ant - Users mailing list archive at Nabble.com. - To

Re: Problem with excludes

2009-05-29 Thread alsen
Michael Wroopy wrote: > > Hi! > > I've problem with excludes when creating a zip file. > I want to create a zip files containing all files in current > directory, but exclude two directories. > > > > > > > exc

AW: Problem with excludes

2009-05-29 Thread Jan.Materne
I would add a "/" after the excludes Jan >-Ursprüngliche Nachricht- >Von: Andreas Dahlén [mailto:andr...@dahlen.ws] >Gesendet: Freitag, 29. Mai 2009 09:51 >An: user@ant.apache.org >Betreff: Problem with excludes > >Hi! > >I've problem with

Problem with excludes

2009-05-29 Thread Andreas Dahlén
Hi! I've problem with excludes when creating a zip file. I want to create a zip files containing all files in current directory, but exclude two directories. excludes="${dist}, ${build}"/> /Andreas --

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