RE: functionnal testing

2006-01-21 Thread BURGHARD Éric
Vincent Massol wrote: waitfalse/wait I tryed cargo but saw no differences with a jetty6:run since it was never returning. Thanks for the tip. Regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

functionnal testing

2006-01-20 Thread BURGHARD Éric
Hi, Is there a standard way to do functionnal testing with m2 ? I just wrote a quick and dirty mojo for that, but i think there should be a better way: I just spawn a jetty6:run in a thread, wait until the container is ready, run a set of tasks (mojos that effectively do html testing) with the

maven 2.0 groovy tools

2005-11-24 Thread BURGHARD Éric
Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. For those who wonder, here is a quick example which use the ant xslt task

Re: maven 2.0 groovy tools

2005-11-24 Thread BURGHARD Éric
Jason van Zyl wrote: BURGHARD Éric wrote: Hi, I've just commited a set of tools [1] for maven (plugin, extensions and archetype) that can ease a migration from ant to maven (thanks to groovy ant extension) or just help you to write new plugins directly in groovy. Cool, that's awesome

using jelly scripts in maven 2.0: the archetype approach

2005-11-24 Thread BURGHARD Éric
Hi, Even if i think jelly is an awfull language, i spent some times to package an archetype [1] that can help you reusing your maven 1.0 scripts. But i really encourage using groovy instead, it's less buggued, faster, easier and much more expressive than jelly (many thanks codehaus, you're genius