>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). Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
