On 04/02/2008, Rafael Schloming <[EMAIL PROTECTED]> wrote: > > > - perftests: > > The launcher for these tests needs to be disentangled from maven > somehow.
There are two maven 'mojos' for this. One that runs the tests directly, and one that outputs .sh scripts to run them later. Runner script pulls parameters from the maven XML and builds a command line to call the command line runner with. The script generator pulls parameters from the maven XML and substitutes them into a (hard-coded) script template. I will have to put together an equivalent set of custom ant tasks these. Rupert
