https://issues.apache.org/bugzilla/show_bug.cgi?id=56810
Bug ID: 56810 Summary: ANT: test target fails Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Util Assignee: dev@tomcat.apache.org Reporter: asaf.da...@gmail.com Created attachment 31870 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31870&action=edit ANT log showing the problem when trying to run the tests using ANT (ant test), the test fails during compilation. See attached ANT log file. The problem is in the class TesterOpenSSL which uses the method Process.waitFor(int,TimeUnit). This method does not exist in Java 7 (it was introduced in Java 8). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org