-----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 <checkstyle> task doesn't support path (as for example the copy
task)
>then use antcontrib <for> like that =
>
><for param="fileset" list="fileset.prj1.src1,fileset.prj1.src2, ...">
><sequential>
><checkstyle ...>
><fileset refid="@{fileset}"/>
></checkstyle>
></sequential>
> </for>


btw
<copy> DOES support <path>s ... (since 1.7.0 as it supports resource
collections).
*/

Nice to know, but we're still running with ant 1.6.5 here :-(

Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to