AW: Ant 1.6 local and macrodef attributes

2003-12-01 Thread Antoine Lévy-Lambert
Hi Peter, I have been quite silent recently because I am busy at work ... I am OK for the @{attributename} syntax for the textual substitution of attributes in macrodef. Cheers, Antoine -Ursprüngliche Nachricht- Von: Peter Reilly [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. Dezember

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

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

test

2003-12-01 Thread Steve Cohen
test

RE: Ant 1.6 local and ThreadLocals

2003-12-01 Thread Jose Alberto Fernandez
Well now that we are finally getting to an agreement on I think it is time to start a new round of rocous over , (not enough traffic today ;-P ) I still fill a little unconfortable on using for defining local-scopes (which was the original usage) and using to define values that must be differen

test failures in ant head

2003-12-01 Thread Antoine Lévy-Lambert
While working on an improvement for regular expressions, I run the ant testcases against ant head on Win2000/cygwin. The results : [junit] Testcase: testAnt(org.apache.tools.ant.taskdefs.AntLikeTasksAtTopLevelTest): FAILED [junit] Testcase: testSubant(org.apache.tools.ant.taskdefs.Ant

Re: test failures in ant head

2003-12-01 Thread Alexey N. Solofnenko
On my computer I get another failure: Testcase: testAntlibResource(org.apache.tools.ant.taskdefs.AntlibTest): Caused an ERROR Could not create task or type of type: mytask2. - Alexey. Antoine Lévy-Lambert wrote: While working on an improvement for regular expressions, I run the ant testcases agai

cvs commit: ant/docs/manual/OptionalTasks replaceregexp.html

2003-12-01 Thread antoine
antoine 2003/12/01 14:03:26 Modified:src/main/org/apache/tools/ant/types RegularExpression.java docs/manual conceptstypeslist.html docs/manual/CoreTypes filterchain.html docs/manual/OptionalTasks replaceregexp.html Added: docs/manual/C

DO NOT REPLY [Bug 15390] - ant.regexp.regexpimpl only works if it is a system property

2003-12-01 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 WHATSNEW

2003-12-01 Thread antoine
antoine 2003/12/01 14:10:17 Modified:.WHATSNEW Log: Added comment about bug 15390 (regexp implementation) Revision ChangesPath 1.513 +3 -0 ant/WHATSNEW Index: WHATSNEW === RCS file:

cvs commit: ant/docs/manual/CoreTypes regexp.html

2003-12-01 Thread antoine
antoine 2003/12/01 14:14:02 Modified:docs/manual/CoreTypes regexp.html Log: fixed line endings Revision ChangesPath 1.2 +98 -98ant/docs/manual/CoreTypes/regexp.html Index: regexp.html === R

Re: Ant 1.6 local and macrodef attributes

2003-12-01 Thread Peter Reilly
The work-around [EMAIL PROTECTED] will work. prop.name is @{prop.name} prop value is '[EMAIL PROTECTED]' results in: [echo] prop.name is prop prop value is 'This is the value of prop' The @{} update has not been applied yet - still waiting for positive