Re: DynamicConfigurator namespace problem

2003-12-16 Thread Antoine Levy-Lambert
Hi Peter, How serious is the problem ? Will we be able to fix the problem in a minor release without breaking the backward compatibility ? Cheers, Antoine - Original Message - From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, December 1

Re: 1.6 or 1.6.0 [was Release date of ant 1.6]

2003-12-16 Thread Antoine Levy-Lambert
Do we need to vote concerning 1.6 or 1.6.0 ? For me it is indifferent, I begun doing some small changes on the assumption that we would choose 1.6.0 Cheers, Antoine - Original Message - From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, Dec

Re: Bug 25564 - CVS tagdiff does not escape XML characters

2003-12-16 Thread Antoine Levy-Lambert
Hi Steven, I will address this type of bug report once 1.6 is released. Right now, I prefer to concentrate my energy on getting the release done right. Cheers, Antoine - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 7:21 PM Subject

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

2003-12-16 Thread peterreilly
peterreilly2003/12/16 13:19:26 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH MacroInstance.java Log: sync with HEAD Revision ChangesPath No revision No revision 1.5.2.8 +1 -4 ant/

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

2003-12-16 Thread peterreilly
peterreilly2003/12/16 13:13:15 Modified:src/main/org/apache/tools/ant/taskdefs MacroInstance.java Log: allow macrodef to work with namespace free version of dynamicconfigator Revision ChangesPath 1.13 +1 -4 ant/src/main/org/apache/tools/ant/taskdefs/MacroInstan

Re: Release date of ant 1.6

2003-12-16 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Stefan Bodewig wrote: What about the name? 1.6 or 1.6.0? I tend to prefer 1.6.0 as we know pretty well that a 1.6.1 is going to happen. 1.6.0 is fine. :-D I would prefer 1.6 8-) Peter - To unsubscri

Re: DynamicConfigurator namespace problem

2003-12-16 Thread Peter Reilly
Stefan Bodewig wrote: On Fri, 12 Dec 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: public class DynamicConfiguratorNS { looks fine to me. I don't think this interface should extend DynamicConfigurator. Same here. I'd also like Ant to pass element and attribute names in as they a

Bug 25564 - CVS tagdiff does not escape XML characters

2003-12-16 Thread Steven . Murphy
Server is down at the moment, so I cannot add to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25564 Hi All, I have been looking through the problem source and the XML is generated by hand with code like writer.print("

Bug 25394: - OutofMemory when running lots of

2003-12-16 Thread Jose Alberto Fernandez
I am writing this here because Nagoya seem to be down at the moment. (I cannot reach it) I am seeing a lost of between 2100KB and 2500KB for each call to one of my scripts that connect to the database. The memory hogging seems quite consistent. The memory is not been release even if the

cvs commit: ant/docs/manual cover.html credits.html

2003-12-16 Thread antoine
antoine 2003/12/16 06:48:11 Modified:.Tag: ANT_16_BRANCH ReleaseInstructions build.xml docs/manual Tag: ANT_16_BRANCH cover.html credits.html Log: Preparation for upcoming release. Revision ChangesPath No revision No

Re: cvs commit: ant/docs/manual/CoreTasks recorder.html

2003-12-16 Thread Antoine Lévy-Lambert
Stefan Bodewig wrote: Maybe we should also merge it into the 1.5 branch so that the online manual is correct? Maybe it's not worth the effort if the online manual switches to the 1.6 version this week anyway. Stefan Hi Stefan, the online manual will switch to 1.6 this week. Cheers, Antoine

DO NOT REPLY [Bug 25564] - CVS tagdiff does not escape XML characters

2003-12-16 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 25564] New: - CVS tagdiff does not escape XML characters

2003-12-16 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 25540] - echo hyperlinks

2003-12-16 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: problems with logging (message priority level)

2003-12-16 Thread Stefan Bodewig
On Mon, 15 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > I think we should change the priority in this case to warning. +1 > This is of course not backward compatible. So we have to document it. Stefan - To unsubscribe,

Re: cvs commit: ant/docs/manual/CoreTasks recorder.html

2003-12-16 Thread Stefan Bodewig
Maybe we should also merge it into the 1.5 branch so that the online manual is correct? Maybe it's not worth the effort if the online manual switches to the 1.6 version this week anyway. Stefan - To unsubscribe, e-mail: [EMAIL P

DO NOT REPLY [Bug 25544] - record task overwrites existing log file (doc says it appends)

2003-12-16 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

cvs commit: ant/docs/manual/CoreTasks recorder.html

2003-12-16 Thread peterreilly
peterreilly2003/12/16 00:36:09 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH recorder.html Log: sync with HEAD Revision ChangesPath No revision No revision 1.9.2.2 +1 -1 ant/docs/manual/CoreTasks/recorder.html Index:

cvs commit: ant/docs/manual/CoreTasks recorder.html

2003-12-16 Thread peterreilly
peterreilly2003/12/16 00:35:33 Modified:docs/manual/CoreTasks recorder.html Log: Default value of append attribute for record task documented incorrectly PR: 25544 Obtained from: John McDonnell Revision ChangesPath 1.10 +1 -1 ant/docs/manual/CoreTasks/recor

DO NOT REPLY [Bug 18732] - expand properties during -propertyfile processing

2003-12-16 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 25546] - Option "-propertyfile" don't work right.

2003-12-16 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