Re: A groovy frontend for Ant

2009-09-28 Thread Stefan Bodewig
On 2009-09-28, Nicolas Lalevée wrote: > Le 28 sept. 09 à 17:32, Stefan Bodewig a écrit : >> On 2009-09-27, Nicolas Lalevée wrote: >>> Just one thing is worrying me: the ProjectHelper#parse method is >>> expecting an Object as source, which as the javadoc specifies it can >>> be a File, an URL,

Re: A groovy frontend for Ant

2009-09-28 Thread Nicolas Lalevée
Le 28 sept. 09 à 17:32, Stefan Bodewig a écrit : On 2009-09-27, Nicolas Lalevée wrote: Just one thing is worrying me: the ProjectHelper#parse method is expecting an Object as source, which as the javadoc specifies it can be a File, an URL, an InputStream, or even a specialized type as InputS

Re: A groovy frontend for Ant

2009-09-28 Thread Stefan Bodewig
On 2009-09-27, Nicolas Lalevée wrote: > Just one thing is worrying me: the ProjectHelper#parse method is > expecting an Object as source, which as the javadoc specifies it can > be a File, an URL, an InputStream, or even a specialized type as > InputSource. Does it really used with something else

Re: A groovy frontend for Ant

2009-09-27 Thread Nicolas Lalevée
Le 13 sept. 09 à 16:44, Nicolas Lalevée a écrit : Le 11 sept. 09 à 18:46, Jean-Louis Boudart a écrit : Hi, I know Jean-Louis BOUDART has been working on plugging different frontends into EasyAnt so maybe we could join forces - Jean- Louis, are you reading this? Sorry for long resp

Re: A groovy frontend for Ant

2009-09-13 Thread Nicolas Lalevée
Le 11 sept. 09 à 18:46, Jean-Louis Boudart a écrit : Hi, I know Jean-Louis BOUDART has been working on plugging different frontends into EasyAnt so maybe we could join forces - Jean-Louis, are you reading this? Sorry for long responding i was on holidays :). I was thinking a few tim

Re: A groovy frontend for Ant

2009-09-11 Thread Jean-Louis Boudart
Hi, > > > > > I know Jean-Louis BOUDART has been working on plugging different > > frontends into EasyAnt so maybe we could join forces - Jean-Louis, are > > you reading this? > Sorry for long responding i was on holidays :). I was thinking a few time ago to introduce an abstraction layer in the

Re: A groovy frontend for Ant

2009-09-01 Thread Nicolas Lalevée
> > The only point that was not generic enougth is the default input > > file. It is build.xml in ant and I wanted build.gant. > > I recall that I was involved in similar discussions, it could have been > when I put together the JavaFront prototype here on the list or later in > some off-list disc

Re: A groovy frontend for Ant

2009-08-31 Thread Stefan Bodewig
On 2009-08-31, Nicolas Lalevée wrote: > So it is a proof of concept, for some who are interested in, I checked it in > some other project of mine there: > https://lunercp.svn.sourceforge.net/svnroot/lunercp/trunk/org.hibnet.gant/ Haven't looked at the code, yet, but you can as well use Ant's san

A groovy frontend for Ant

2009-08-31 Thread Nicolas Lalevée
Some time ago I was starting to play with gant [1]. I found the groovy way of writing build file more pleasant than the xml one. But I have found that the gant implementation is not behaving exactly as ant does. Actually it is a design choice, I would say that gant is a groovy soft that use ant