AW: AW: adding a fork option to my ant task

2007-09-19 Thread Jan.Materne
>> 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? FileSets are a collection of files with a common directory. Path

Re: AW: adding a fork option to my ant task

2007-09-18 Thread Jochen Theodorou
[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/Groovy

AW: adding a fork option to my ant task

2007-09-18 Thread Jan.Materne
>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) >> >>

AW: AW: adding a fork option to my ant task

2007-09-18 Thread Jan.Materne
stag, 18. September 2007 16:14 >An: Ant Users List >Betreff: Re: AW: adding a fork option to my ant task > >[EMAIL PROTECTED] schrieb: >[...] >>> I looked in the javac task a bit, but it's quite big and I >>> didn't find the right place. >> &g

Re: AW: adding a fork option to my ant task

2007-09-18 Thread Jochen Theodorou
[EMAIL PROTECTED] schrieb: [...] I looked in the javac task a bit, but it's quite big and I didn't find the right place. I dont know, but I would have a look into source code ... I wrotze, I did, but did not find the right place.. you have no pointer for me? bye blackdrag -- Jochen "bla

AW: adding a fork option to my ant task

2007-09-18 Thread Jan.Materne
>I am currently looking for ways to fork the Groovy compile >task Groovyc (http://svn.groovy.codehaus.org/browse/groovy/trunk/groovy/groovy-core/s rc/main/org/codehaus/groovy/ant/Groovyc.java) > >I would like to be able to define a maxmem setting and a fork option, >like javac does. Is there a si