You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/08/04 14:50:13 UTC

[Bug 56810] New: ANT: test target fails

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.dalet@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56810] ANT: test target fails

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56810

Asaf <as...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |asaf.dalet@gmail.com

--- Comment #1 from Asaf <as...@gmail.com> ---
Created attachment 31871
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31871&action=edit
patch

a fix for the problem

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56810] ANT: test target fails

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56810

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Thanks for the report. The chances of this getting stuck are slim so I went for
the simpler fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org