https://issues.apache.org/bugzilla/show_bug.cgi?id=51798
--- Comment #16 from Sebb <[email protected]> 2011-09-15 22:45:39 UTC --- Yes, there's a bug in the code that sets the UDP_PORT and UDP_PORT_MAX - they are static fields, which are normally fine for JMeter properties. However, the properties are initialised after the JMeter class loads. Unfortunately, there is no work-round with the current code (I'll fix that shortly). However, the UDP server runs as a daemon thread, and does not interfere with Ant launches - the example/build.xml script runs the ant-jmeter code without a problem, as does the unit test. So although JMeter does not stop its UDP daemon thread, this should not affect external applications that run JMeter. If there is a simple Ant test case that hangs, please provide details. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
