Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may go to any single testsuite and execute 'mvn' from it to run only it's tests.

Warning
titleWarning

Currently there is a problem with running the server from inside the testsuite. This is because the testsuite build requires JDK 1.5 to execute while the server binary requires JDK 1.4 to run.
The workaround is to unzip the geronimo binary into any directory of your choice and run it.
Leave it running while executing the tests.

Viewing test results

Code Block
titlecommand
borderStylesolid
$>cd geronimo/testsuite
$>mvn site-deploy -DdeployDirectory=/path/to/website

...