You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/21 07:27:32 UTC

DO NOT REPLY [Bug 9260] New: - Clean up in AntClassLoader causes null pointer

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=9260>.
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=9260

Clean up in AntClassLoader causes null pointer

           Summary: Clean up in AntClassLoader causes null pointer
           Product: Ant
           Version: 1.4.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: ant-dev@jakarta.apache.org
        ReportedBy: memmel2@yahoo.com


If the java task is used to launch a multi threaded program.
It looks like build finished is called when main returns this leads
to a null pointer in the classpath. To do this you would probably have to
wait till the thread group has no more active threads. 
Or better don't do this.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>