0 Replies Latest reply on May 22, 2005 5:11 AM by kabirkhan

    Revamped build-test.xml

    kabirkhan

      Test build script now is responsible for starting/stopping jboss instances - this will be the basis for the testing of special stuff like JACC, clustering, ssl etc.

      To run the tests make sure you run:
      $ build.sh -f build-test.xml tests

      If you just use
      $ ant -f build-test.xml tests

      you must make sure this resolves to an ant version >= 1.6.2 as in 1.6.1 the wait-on-host will cause the server to hang until the wait has timed out.