Re: Ant-contrib for ANT1.6

2003-12-11 Thread Stefan Bodewig
On Wed, 10 Dec 2003, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > (I have filed bugs on antcontrib's site) Cross-posting to the dev list may have been more efficient. I for one don't use SF's bug tracking system at all and only look over the reports there once every few weeks. > If there

Release date of ant 1.6

2003-12-11 Thread Antoine Lévy-Lambert
Hi, I would like to release ant 1.6 on Thursday, December 18th, in the evening. I am sure between now and this date, we can find a reasonable fix for the slow antcall problem, since Peter has found the source of the delay +8). I do not have in mind any bug report which is so critical that the re

Re: AW: AW: AW: ANT1.6 much more slower than 1.5

2003-12-11 Thread Peter Reilly
Hi Antoine, Well for ant 1.6, we won't be messing with logging. It would be of course good to suppress debug logging if no-one is looking at the genereated messages. On looking at the fileset issue again, the debug statement was present in ant 1.5 as well, however in ant 1.5, the fileset did not ha

DO NOT REPLY [Bug 25394] - OutofMemory when running lots of

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

AW: AW: AW: AW: ANT1.6 much more slower than 1.5

2003-12-11 Thread Antoine Levy-Lambert
Hi Peter, >I would suggest to remove the warning (when the reference is used a >warning will be provided >anyway) and change the debug log to >log("Adding reference: " + name, MSG_DEBUG); Fine with me, Antoine -Ursprungliche Nachricht- Von: Peter Reilly [mailto:[EMAIL PROTECTED] Gesend

Ant - Optional - FTP task for non-Unix FTP server.

2003-12-11 Thread Lim Chee Wooi
Hi All, (B (BI found out that neither Ant 1.5.x or 1.6x support any non-Unix FTP (Bserver like Microsoft FTP server. (BThe problems is the optional FTP task doesn't change the FTP file list (Bparser according to the target ftp server. (BSo, when I try to do listing on some server, the ant jus

DynamicConfigurator namespace problem

2003-12-11 Thread Christopher Lenz
Hi all, in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current implementation, which concatenates the namespace URI and the local name of the element to pas

Re: ANT1.6 much more slower than 1.5

2003-12-11 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > On looking at the fileset issue again, the debug statement was > present in ant 1.5 as well, however in ant 1.5, the fileset did not > have a toString method. So, if you wrap a around your and id the , is 1.5 as slow as 1.6? Should

Re: ANT1.6 much more slower than 1.5

2003-12-11 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: On looking at the fileset issue again, the debug statement was present in ant 1.5 as well, however in ant 1.5, the fileset did not have a toString method. So, if you wrap a around your and id the , is 1.5 a

cvs commit: ant/src/main/org/apache/tools/ant Project.java

2003-12-11 Thread peterreilly
peterreilly2003/12/11 04:11:36 Modified:src/main/org/apache/tools/ant Project.java Log: In addReference, remove calling tostring on the references being added. The tostring can be a very expensive operation, and causes massive slowdown when used in conjuction with antcall. R

cvs commit: ant/src/main/org/apache/tools/ant Project.java

2003-12-11 Thread peterreilly
peterreilly2003/12/11 04:16:46 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Project.java Log: sync with HEAD Revision ChangesPath No revision No revision 1.154.2.1 +2 -12 ant/src/main/org/apa

DO NOT REPLY [Bug 25394] - OutofMemory when running lots of

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Christopher Lenz wrote: Hi all, in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current implementation, which concatenates the namespace URI and the local na

Re: [Ant-contrib-developers] Re: Ant-contrib for ANT1.6

2003-12-11 Thread Dean Hiller
I don't know which list this came from so I am replying to this cross-post. PLEASE DO NOT reply to everyone. Instead just reply to the ant-contrib list if you have more questions. I fixed the issue with compilewithwalls not being compatible with 1.3. You can build from source until a new re

DO NOT REPLY [Bug 25438] New: - Need a quiet attribute in "echo" task which should disable printing [echo] on the screen

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25438] - Need a quiet attribute in "echo" task which should disable printing [echo] on the screen

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Erik Hatcher
On Thursday, December 11, 2003, at 07:44 AM, Peter Reilly wrote: Christopher Lenz wrote: Hi all, in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current impl

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Erik Hatcher <[EMAIL PROTECTED]> wrote: > It's my own fault for not tracking this closer, so my apologies for > coming into this late in the game. So, createDynamicElement now > receives more than it used to?! So it gets "uri:elementName"? ... unless uri happens to be antli

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Christopher Lenz
Am 11.12.2003 um 13:44 schrieb Peter Reilly: Christopher Lenz wrote: Hi all, in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current implementation, which con

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Christopher Lenz
Am 11.12.2003 um 14:49 schrieb Stefan Bodewig: On Thu, 11 Dec 2003, Erik Hatcher <[EMAIL PROTECTED]> wrote: It's my own fault for not tracking this closer, so my apologies for coming into this late in the game. So, createDynamicElement now receives more than it used to?! So it gets "uri:elementNa

Re: Ant - Optional - FTP task for non-Unix FTP server.

2003-12-11 Thread Steve Cohen
Interesting that in the past week I have heard this complaint three times, (Bwhereas before I never heard it. (B (BSince I did a lot of the most recent work on the commons-net ftp parser stuff, (Band since I will be having some time on my hands with an upcoming layoff, I (Bwould like to tak

DO NOT REPLY [Bug 25446] New: - ScriptDefBase javadoc incorrect

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

RE: DynamicConfigurator namespace problem

2003-12-11 Thread Jose Alberto Fernandez
> From: Christopher Lenz [mailto:[EMAIL PROTECTED] > > Am 11.12.2003 um 14:49 schrieb Stefan Bodewig: > > On Thu, 11 Dec 2003, Erik Hatcher > <[EMAIL PROTECTED]> wrote: > >> It's my own fault for not tracking this closer, so my > apologies for > >> coming into this late in the game. So, creat

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Jose Alberto Fernandez wrote: From: Christopher Lenz [mailto:[EMAIL PROTECTED] Am 11.12.2003 um 14:49 schrieb Stefan Bodewig: On Thu, 11 Dec 2003, Erik Hatcher <[EMAIL PROTECTED]> wrote: It's my own fault for not tracking this closer, so my apologies for coming i

AW: Ant - Optional - FTP task for non-Unix FTP server.

2003-12-11 Thread Antoine Levy-Lambert
Hi Steve, (B (Bthis is going to be useful. (B (BCheers, (B (BAntoine (B (B-Ursprungliche Nachricht- (BVon: Steve Cohen [mailto:[EMAIL PROTECTED] (BGesendet: Donnerstag, 11. Dezember 2003 15:12 (BAn: Ant Developers List (BBetreff: Re: Ant - Optional - FTP task for non-Unix FTP se

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > I have no objection to passing just the localname if the other > commiters see no problem with this. +1 > - This will affect XMLFragment of cource. XMLFragment is not part of Ant 1.6 and can easily be adapted to whatever we decide f

Selection of dependencies

2003-12-11 Thread Alban Peignier
Hi, I'm looking for an answer to this small question. Why Ant doesn't support this kind of dependencies : http://www.tryphon.org/~alban - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Erik Hatcher
On Thursday, December 11, 2003, at 10:08 AM, Stefan Bodewig wrote: On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: I have no objection to passing just the localname if the other commiters see no problem with this. +1 If this means XDoclet won't break then a hearty +1 as well. Again, I

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: I have no objection to passing just the localname if the other commiters see no problem with this. +1 In ant 1.5, dynamicConfigurator#createElement(String) converted the element name to a lower case: i.e.

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Erik Hatcher wrote: On Thursday, December 11, 2003, at 10:08 AM, Stefan Bodewig wrote: On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: I have no objection to passing just the localname if the other commiters see no problem with this. +1 If this means XDoclet won't break then a hearty

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > In ant 1.5, dynamicConfigurator#createElement(String) converted the > element name to a lower case It still does for attributes, I've already been bitten by this 8-) > Should we keep this behaviour? Probably yes - and change the beh

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: In ant 1.5, dynamicConfigurator#createElement(String) converted the element name to a lower case It still does for attributes, I've already been bitten by this 8-) Should we keep this behaviour? Proba

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Christopher Lenz
Am 11.12.2003 um 17:11 schrieb Peter Reilly: One last thing to note; in ant 1.5 namespaces were not processed so x:y was passed tru without modification. So the following: Prints out: Buildfile: dtest.xml dtest: [dtest] Element is uri:local This will not parse in ant 1.6,

DO NOT REPLY [Bug 25108] - Suspected memory leak when using filters to copy a large number of files

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

RE: Ant - Optional - FTP task for non-Unix FTP server.

2003-12-11 Thread Filip Hanik
submit a patch into bugzilla (BFilip (B (B-Original Message- (BFrom: Lim Chee Wooi [mailto:[EMAIL PROTECTED] (BSent: Thursday, December 11, 2003 2:49 AM (BTo: Ant Developers List (BSubject: Ant - Optional - FTP task for non-Unix FTP server. (B (B (BHi All, (B (BI found out that

cvs commit: ant/src/main/org/apache/tools/ant IntrospectionHelper.java

2003-12-11 Thread peterreilly
peterreilly2003/12/11 09:21:05 Modified:src/main/org/apache/tools/ant IntrospectionHelper.java Log: Change dynamicConfigurator#create(Name) to pass in the localname of a namespaced element name and not the internal stingized verion of the namespaced element name. The local name i

cvs commit: ant/src/main/org/apache/tools/ant IntrospectionHelper.java

2003-12-11 Thread peterreilly
peterreilly2003/12/11 09:25:07 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH IntrospectionHelper.java Log: Sync with HEAD Revision ChangesPath No revision No revision 1.65.2.4 +2 -1 ant/src

Re: DynamicConfigurator namespace problem

2003-12-11 Thread Peter Reilly
Christopher Lenz wrote: Hi all, in the light of a final release of 1.6 next week, I think the DynamicConfigurator issue with namespaces needs to be resolved. I can't believe I'm the only one who has a problem with the current implementation, which concatenates the namespace URI and the local na

Help Need from Ant users - ANT1.6 much more slower than 1.5

2003-12-11 Thread Peter Reilly
Ant 1.6 is going to be released shortly. One issue is that people have reported that in some cases ant 1.6 is slower that ant 1.5. Using antcall and import. Also in some cases more memory is used (use of scripts). I have tracked down one reason - references of filesets used with antcalls. There may

DO NOT REPLY [Bug 25455] New: - process fork fails if "dir" attribute points to non-existent location

2003-12-11 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://nagoya.apache.org/bugzilla/show_bu

RE: Selection of dependencies

2003-12-11 Thread Dominique Devienne
I've thought of this myself... It would indeed be possible, although target ordering is usually important, and it's not clear what the ordering should be when using a regex? Order in the build file? Alphabetical order? The one requirement is that the dependencies of a target are statically describ

RE: Selection of dependencies

2003-12-11 Thread Alban Peignier
I agree with you :) I thought about an simple alphabetical order. Ok, I will take time to create an experimental patch and test the principle on some of my projects. -- Alban - [EMAIL PROTECTED] http://www.tryphon.org/~alban -