[EMAIL PROTECTED] schrieb:
Dominique Devienne schrieb:
On 9/18/07, Jochen Theodorou <[EMAIL PROTECTED]> wrote:
I am currently looking for ways to fork the Groovy compile
task Groovyc
(http://svn.groovy.codehaus.org/browse/groovy/trunk/groovy/groo
vy-core/src/main/org/codehaus/groovy/ant/Groovyc.java)
MatchingTask is a legacy from the past, it's best to avoid it, and
accept the filesets in your task directly. Not a big deal, but it's
considered better style these days to have explicit named filesets
than a single implement fileset.
it is supported by the task too I think..


Support of ResourceCollections, or Paths could be good ...

google does not find much useful information on that. for example how they are used and why they are better than file sets for example... it's not the same, is it?

bye blackdrag

--
Jochen "blackdrag" Theodorou
Groovy Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/

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

Reply via email to