Re: ProjectHelper improvements

2009-10-28 Thread Stefan Bodewig
On 2009-10-28, Nicolas Lalevée wrote: > Le 28 oct. 09 à 14:13, Stefan Bodewig a écrit : >> On 2009-10-27, Nicolas Lalevée wrote: >>> Le 27 oct. 09 à 12:24, Stefan Bodewig a écrit : On 2009-10-26, Nicolas Lalevée wrote: > Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : >>> In t

Re: ProjectHelper improvements

2009-10-28 Thread Nicolas Lalevée
Le 28 oct. 09 à 14:13, Stefan Bodewig a écrit : On 2009-10-27, Nicolas Lalevée wrote: Le 27 oct. 09 à 12:24, Stefan Bodewig a écrit : On 2009-10-26, Nicolas Lalevée wrote: Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : In the Ant and SubAnt tasks the default build file is build.xm

Re: ProjectHelper improvements

2009-10-28 Thread Stefan Bodewig
On 2009-10-27, Nicolas Lalevée wrote: > Le 27 oct. 09 à 12:24, Stefan Bodewig a écrit : >> On 2009-10-26, Nicolas Lalevée wrote: >>> Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : > In the Ant and SubAnt tasks the default build file is > build.xml. To be honest I'd rather have

Re: ProjectHelper improvements

2009-10-27 Thread Nicolas Lalevée
Le 27 oct. 09 à 12:24, Stefan Bodewig a écrit : On 2009-10-26, Nicolas Lalevée wrote: Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : In the Ant and SubAnt tasks the default build file is build.xml. To be honest I'd rather have people specify the build file names explicitly rather than

Re: ProjectHelper improvements

2009-10-27 Thread Stefan Bodewig
On 2009-10-26, Nicolas Lalevée wrote: > Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : >>> In the Ant and SubAnt tasks the default build file is >>> build.xml. >> To be honest I'd rather have people specify the build file names >> explicitly rather than add more magic to the ant and subant tas

Re: ProjectHelper improvements

2009-10-26 Thread Nicolas Lalevée
Le 21 oct. 09 à 21:35, Stefan Bodewig a écrit : On 2009-10-21, Stefan Bodewig wrote: On 2009-10-17, Nicolas Lalevée wrote: In Ant 1.8 we introduced the ProjectHelperRepository which is maintaining the list of available ProjectHelper in the classpath. And we use it to find the project

Re: ProjectHelper improvements

2009-10-26 Thread Nicolas Lalevée
Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : In the Ant and SubAnt tasks the default build file is build.xml. To be honest I'd rather have people specify the build file names explicitly rather than add more magic to the ant and subant tasks. I am not sure the people you are talking abo

Re: ProjectHelper improvements

2009-10-21 Thread Stefan Bodewig
On 2009-10-21, Stefan Bodewig wrote: > On 2009-10-17, Nicolas Lalevée wrote: >> In Ant 1.8 we introduced the ProjectHelperRepository which is >> maintaining the list of available ProjectHelper in the classpath. And >> we use it to find the project helper that will be able to parse a >> specifie

Re: ProjectHelper improvements

2009-10-20 Thread Stefan Bodewig
On 2009-10-17, Nicolas Lalevée wrote: > In Ant 1.8 we introduced the ProjectHelperRepository which is > maintaining the list of available ProjectHelper in the classpath. And > we use it to find the project helper that will be able to parse a > specified build file with ProjectHelper#supportsBuild

ProjectHelper improvements

2009-10-17 Thread Nicolas Lalevée
I worked a little bit more on the Groovy frontend, and I have some suggestions again on the ProjectHelper. In Ant 1.8 we introduced the ProjectHelperRepository which is maintaining the list of available ProjectHelper in the classpath. And we use it to find the project helper that will be ab