Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Niamath Khan
Please unsubscribe me from the following list. - Original Message From: Peter Arrenbrecht <[EMAIL PROTECTED]> To: Ant Developers List Sent: Friday, January 11, 2008 10:40:40 AM Subject: Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects On Jan 11, 2008 5:14

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Peter Arrenbrecht
On Jan 11, 2008 5:14 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Jan 11, 2008 8:11 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > "Gilles Scokart" <[EMAIL PROTECTED]> writes: > > > > > I never thought to overwrite macro to customize a generic build script. > > > Can > > > macro be o

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Dominique Devienne
On Jan 11, 2008 8:11 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > "Gilles Scokart" <[EMAIL PROTECTED]> writes: > > > I never thought to overwrite macro to customize a generic build script. Can > > macro be overwritten? > > Sure, it's just another Ant task that has been defined. But my point is

Re: AW: ProjectHelper : parsing from InputStream

2008-01-11 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> writes: > > >> -Ursprüngliche Nachricht- > >> Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > >> The problem is a bit more complex than just > allowing a different > >> source. The main problem are build files that

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Stefan Bodewig
"Gilles Scokart" <[EMAIL PROTECTED]> writes: > I never thought to overwrite macro to customize a generic build script. Can > macro be overwritten? Sure, it's just another Ant task that has been defined. Stefan - To unsubscribe

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Gilles Scokart
I never thought to overwrite macro to customize a generic build script. Can macro be overwritten? 2008/1/10, Wolfgang Häfelinger <[EMAIL PROTECTED]>: > > >> it is certainly something that already exists in the wild. Does it? > > It's called AntEpoline and lives currently in The Netherlands, >

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Gilles Scokart
2008/1/10, Dominique Devienne <[EMAIL PROTECTED]>: > > > it was successful enough to still be in use today more than 2 years > after I'm gone, mostly untouched. > > I think this is very usual. Once a build system is ok, no-one want to take the risk to change it, and often no-one can change it anym

Re: C++ and Ivy [WAS: Re: [DISCUSS] EasyAnt ...]

2008-01-11 Thread Gilles Scokart
According to me, you might enounter some issues when working with C/C++. The major issue that I see is that ivy can handle any kind of dependencies provided that the dependencies are files. And the natural way of managing dependencies in C++ is to use directories. In C++ your compile dependencie