OK, running that bad boy from the command line removes the exception, but the build still fails saying it couldn't connect to the server (timeout was 60 seconds) I will raise a bug now, but I'd still like to know how to activate this debug mode mentioned in the output...
file:H:/Finance/Finance%20Projects/Development/Finance%20Reporting%20App/tom catP roject/build.xml:140: Failed to start the container after more than [60000] ms. Trying to connect to the [http://localhost:8080/reportingapp/ServletRedirector?C actus_Service=RUN_TEST] test URL yielded a [-1] error code. Please run in debug mode for more details about the error.
Simple: "ant -debug", i.e. pass "-debug" as a command-line parameter (before the name of the target to execute). Also see "ant -help" for more info.
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
