Sounds to me like you are doing cactus style testing?  The cactus plugin
does exactly that.

You could do something like
<goal name="mygoal">
appserver:start
webtest scripts run 
appserver:stop
</goal>


What kinds of tests are you trying to run?

Eric
-----Original Message-----
From: Henner Kollmann
To: 'Maven Users List'
Sent: 7/21/03 1:41 PM
Subject: Using of appserver:start

Hi all,

Maven appserver:start only starts the defined application server and do
not
run further.

Do you have any idea  how to start the application server, run several
tests
against the server and stop the server in an maven task?

Thanks,

Henner


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to