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

2008-01-10 Thread kermitt
said it requires a new ant build. To move forward quickly, the hack of the merevaik project could be reused to implement Gilles idea ( having build file in a jar) and inject ivy as I suggest. What do you think? Xavier Hanin wrote: > > On Jan 10, 2008 8:16 PM, kermitt <[EMAIL PRO

Re: ivy:install

2008-01-10 Thread kermitt
I am using a repository to sync module within the team => integration repo when we release a module we put the module inside another repository (test). This is intended to avoid conflict and issue between test team and dev team. Xavier Hanin wrote: > >> >> Do you share your integration repo

Re: ivy:install

2008-01-10 Thread kermitt
really coding , I would like to be confident that this feature is really helpful , Do you share your integration repository and production ? Xavier Hanin wrote: > > On Jan 10, 2008 12:41 AM, kermitt <[EMAIL PROTECTED]> wrote: > >> >> I attached my previous post f

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

2008-01-10 Thread kermitt
I wish we could find a way to bundle common tasks : I have more than 9 templates : build-common.xml build-j2ee.xml build-war.xml build-ejb.xml build-ws.xml build-client-ws.xml build-ear.xml ... These builds just formalize my build system based on Ivy. For each project I need to sync those files

ivy:install

2008-01-09 Thread kermitt
I attached my previous post from user mailling. I take a moment tonight to figure out the error. In my mind, I wanted to synchronize two repositories which is not possible regarding the code. As if overwrite is set to false an IOException is thrown as soon as an existing artifact is found. I fe