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 2003/05/23 10:13:07 UTC

DO NOT REPLY [Bug 20174] New: - antClassloader can not handle signed jars

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

antClassloader can not handle signed jars

           Summary: antClassloader can not handle signed jars
           Product: Ant
           Version: 1.5.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: breitkreuz@emagixx.de


Hi,

if I use the task 'taskdef' with the attribute 'classpath', the envelope of jars
loaded by this way are not available (aka: getSigners returns null)

Bye Thomas