DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19953>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19953

junit timeouts and formatter not found

           Summary: junit timeouts and formatter not found
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


situation: run junit, and define a custom formatter that is located in the junit
classpath, and fork="true" and timeout="x".

problem: if the test runs fine, then it's ok because the formatter is loaded
inside the junit classpath, but if the test timeouts, then the formatter is
loaded by the ant system classpath, and it is not found.

solution: the class.forname of the formatter should be done with the junit 
classpath

Reply via email to