Re: Performance of fileset related operations with a large number of files

2006-01-19 Thread Stefan Bodewig
On Thu, 19 Jan 2006, Paul Mackay <[EMAIL PROTECTED]> wrote: > Is there any way to avoid this high memory usage and time spent > building a list? No. And you'll see that Ant 1.7 is both a bit better and a bit worse than it used to be. Directoryscanner has probably become a bit faster but at the

Re: SQL task testing and gump

2006-01-19 Thread Stefan Bodewig
On Fri, 20 Jan 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > Derby is mostly interesting as the syntax is (almost exactly) the > same as DB2, so essentially you get to kill two birds with one stone > (syntax tests wise anyway). Hope that translates to non-native > English ant people :). Germans

DO NOT REPLY [Bug 38326] - Mail task - Multiple TOADDRESS error

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38326] New: - Mail task - Multiple TOADDRESS error

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: SQL task testing and gump

2006-01-19 Thread Kev Jackson
Not looked @ derby. DB-config/support in Smartfrog is on my lower priority todo list for march, but I was going to focus on mysql because its one we have a private component for that can just be pulled into the public repository with the addition of an adequate set of unit tests. If we did

Re: Performance of fileset related operations with a large number of files

2006-01-19 Thread Jeffrey E Care
I don't profess to know the code as well as the committers, but I don't see how this would be feasible. First off, how would an iterative approach actually be faster? DirectoryScanner (or its iterative equivalent) would still have to do the same amount of work to select the files, so even thou

Performance of fileset related operations with a large number of files

2006-01-19 Thread Paul.Mackay
Hello, I have been trialling Ant as a driver for a large scale build execution. The preparation before the build involves copying and unzipping >100,000 files spread across >20,000 directories. When using Ant's built in copy task with filesets selecting large parts of these files, a long time is s

Re: project dependencies

2006-01-19 Thread Ted Yu
Thanks Phil. But can I specify their dependency ? --- Phil Weighill Smith <[EMAIL PROTECTED]> wrote: > Ted, this is something that should be addressed to > the user list, not > the developer list. However, short answer: no. But > remember that you can > call the ant build script anything you like

Re: project dependencies

2006-01-19 Thread Phil Weighill Smith
Ted, this is something that should be addressed to the user list, not the developer list. However, short answer: no. But remember that you can call the ant build script anything you like. You could have a main "build.xml" that invokes targets in or imports (as appropriate) the two other build scrip

DO NOT REPLY [Bug 32683] - Java Target Needs Improved bootclasspath options

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r370625 - /ant/core/trunk/docs/bugs.html

2006-01-19 Thread bodewig
Author: bodewig Date: Thu Jan 19 12:42:57 2006 New Revision: 370625 URL: http://svn.apache.org/viewcvs?rev=370625&view=rev Log: fix eol-style Modified: ant/core/trunk/docs/bugs.html (contents, props changed) Modified: ant/core/trunk/docs/bugs.html URL: http://svn.apache.org/viewcvs/ant/co

svn commit: r370624 - in /ant/core/trunk: docs/faq.html xdocs/faq.xml xdocs/stylesheets/templates.vm

2006-01-19 Thread bodewig
Author: bodewig Date: Thu Jan 19 12:40:43 2006 New Revision: 370624 URL: http://svn.apache.org/viewcvs?rev=370624&view=rev Log: make FAQ on XSLTC more current Modified: ant/core/trunk/docs/faq.html ant/core/trunk/xdocs/faq.xml ant/core/trunk/xdocs/stylesheets/templates.vm Modified: a

DO NOT REPLY [Bug 37426] - task doesn't print all the Test names when using forkmode='once'

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r370591 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java src/main/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatte

2006-01-19 Thread antoine
Author: antoine Date: Thu Jan 19 12:05:14 2006 New Revision: 370591 URL: http://svn.apache.org/viewcvs?rev=370591&view=rev Log: Bugzilla 37426 Submitted by Maarten Coene task doesn't print all the Test names when using forkmode='once' Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src

project dependencies

2006-01-19 Thread Ted Yu
Hi, Am I able to specify two projects in one build.xml file such that one depends on the other ? The reason is that I want to move thirdparty to same level as the other project source tree. Thanks __ Do You Yahoo!? Tired of spam? Yahoo! Mail has th

DO NOT REPLY [Bug 38245] - lacks any decent tests

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: SQL task testing and gump

2006-01-19 Thread Ken Gentle
At 06:28 2006-01-19, you wrote: Stefan Bodewig wrote: On Thu, 19 Jan 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: Given the recent sql task bugs and realization that the tests are awol, which databases could possibly be supported by Gump for testing? Just look over the project's built by Gump

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2006-01-19 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant-no-xerces has an issue affecting its community integration. This issue a

DO NOT REPLY [Bug 38245] - lacks any decent tests

2006-01-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: SQL task testing and gump

2006-01-19 Thread Steve Loughran
Stefan Bodewig wrote: On Thu, 19 Jan 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: Given the recent sql task bugs and realization that the tests are awol, which databases could possibly be supported by Gump for testing? Just look over the project's built by Gump. hsqldb and derby are both the

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-01-19 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe