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: [EMAIL PROTECTED]


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.

Reply via email to