The fork="off" option in your build file doesn't touch the jboss server
process at all.

If you want to execute the tests in the server process, you have two
options:
1) start the jboss server environment from within your tests
2) deploy the tests inside the server and let the buildfile remotely
   trigger execution of that tests. This approach is used by the
   jakarta cactus testing frmework.

Bye,
Uli



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

Reply via email to