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

             Bug #: 51387
           Summary: Ant 1.8.2 significantly slower than 1.7.1
           Product: Ant
           Version: 1.8.2
          Platform: PC
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Other
        AssignedTo: notifications@ant.apache.org
        ReportedBy: x...@cobber.com
    Classification: Unclassified


The following build script is dramatically slower on 1.8.2 than on 1.7.1.  On
1.7.1 it takes less than a second, under 1.8.2 it takes approximately
40seconds.

<project name="staging" default="build">
  <target name="build" >
    <exec dir="."
    output="test.log" append="true" taskname="test"
    executable="test.bat">
    </exec>
  </target>
</project>

test.bat is a simple file with 846 copies of the following line

echo
111111111111111111111111111111111111111111111111111111111111111111111111111
11111111111111111111111111111111111111111111111111111111111111111111111111111111
1111111111111111111111111111111

It is possible it is related to BUG 5003?

-- 
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