You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/09/19 07:15:42 UTC

DO NOT REPLY [Bug 45841] New: Classloader task - move log message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45841

           Summary: Classloader task - move log message
           Product: Ant
           Version: 1.7.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: robert.flaherty@oracle.com


These two lines in execute():

    acl.addPathElement(f.getAbsolutePath());
    log("Adding to class loader " +  acl + " " + f.getAbsolutePath(),
Project.MSG_DEBUG);

should be reversed.  Currently the path is added, then when the log message is
displayed, the toString() of acl spits out the acl's full classpath, which
already includes the path.  This makes it look like it is already in there when
adding.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45841] Classloader task - move log message

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


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.0




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2008-09-19 07:51:41 PST ---
committed as svn rev 697116, thanks.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.