Rupert Smith wrote:
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.
What's the reason for the two different techniques? Could a regular old java main with a single script wrapper be used both from ant and from the command line?
Sorry if this is a dumb question, I haven't dug too deeply into the perftests.
--Rafael
