I get several problems using maven to run tests that use threads an sockets.
Firstly System.out does not always go to the same location. Some is on the screen some to the file in test-reports. Secondly maven does not exit. It displays BUILD SUCCEEDED or BUILD FAILED and then just stops instead of exiting. So you have to use control/c to exit maven. Some tests seem to overlap each other. Running tests that open sockets get address in use exceptions because the previous test has not finished. It is difficult to know because debug statements ofrom different tests overlap each other. Using maven.junit.fork="yes" with jdk 1.3 causes xml exceptions. I tried setting fork="yes" in the batchtest element in plugins/maven-test-plugin-1.0/plugin.jelly but this doesn't appear to do anything. Please help. This is preventing my drive to get people to use maven here. thanks bill -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
