Re: Fileset group

2007-10-25 Thread Peter Reilly
m: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 25, 2007 7:49 AM > > To: Ant Users List > > Subject: RE: Fileset group > > > > /* > > i didn't use the checkstyle task but if it works > > like other tasks, you may use = >

Re: Fileset group

2007-10-25 Thread Alain ROY
PROTECTED]> wrote: > > > -Original Message- > From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 25, 2007 7:49 AM > To: Ant Users List > Subject: RE: Fileset group > > /* > i didn't use the checkstyle task but if it works > like other tasks, y

Re: Fileset group

2007-10-25 Thread Alain ROY
IL PROTECTED] > Sent: Thursday, October 25, 2007 7:49 AM > To: Ant Users List > Subject: RE: Fileset group > > /* > i didn't use the checkstyle task but if it works > like other tasks, you may use = > > > > > > > ... > >

RE: Fileset group

2007-10-25 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 10:46 AM To: user@ant.apache.org Subject: AW: Fileset group /* >if task doesn't support path (as for example the copy task) >then use antcontrib like that = > > &

AW: Fileset group

2007-10-25 Thread Jan.Materne
>if task doesn't support path (as for example the copy task) >then use antcontrib like that = > > > > > > > > btw DOES support s ... (since 1.7.0 as it supports resource collections). Jan - To unsubscribe, e-mail: [EMAIL P

RE: Fileset group

2007-10-25 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 7:49 AM To: Ant Users List Subject: RE: Fileset group /* i didn't use the checkstyle task but if it works like other tasks, you may use = ... and later in task just us

AW: Fileset group

2007-10-24 Thread Jan.Materne
;Gesendet: Donnerstag, 25. Oktober 2007 07:49 >An: Ant Users List >Betreff: RE: Fileset group > > >Hi, > >-Original Message- >From: Alain ROY [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 24, 2007 12:40 PM >To: user@ant.apache.org >Subject: Fileset group

RE: Fileset group

2007-10-24 Thread Rebhan, Gilbert
Hi, -Original Message- From: Alain ROY [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:40 PM To: user@ant.apache.org Subject: Fileset group /* I want to use a task which accepts nested elements. I have up to 20 Java projects I want to process with checkstyle in one

Fileset group

2007-10-24 Thread Alain ROY
Hi all, I use ant 1.7.0 and Checkstyle 4.3 Ant task. I want to use a task which accepts nested elements. I have up to 20 Java projects I want to process with checkstyle in one time. I'd like to define a fileset which is the composition of filesets with *.java source files of several source