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/21 19:04:42 UTC

DO NOT REPLY [Bug 20103] - FileSet horrible performance when dir has huge number of subdirs

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

FileSet horrible performance when dir has huge number of subdirs





------- Additional Comments From e17x-o9j5@spamex.com  2003-05-21 17:04 -------
That last part should "<fileset" rather than "<selector". I was doing some experiments with other types.

<path id="PN.class.path">
        <pathelement path="${CLASS_DIR}"/>
        <fileset refid="PN.external.jars"/>
</path>

I timed how long it takes. It is taking 30 seconds to initialize the fileset.

[echo]
[echo] Creating fileset 05/20/2003 10:03:31 PM
[echo]
[echo] Creating classpath 05/20/2003 10:04:02 PM