Re: Release date of ant 1.6

2003-12-12 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Antoine Lévy-Lambert <[EMAIL PROTECTED]> wrote: > I would like to release ant 1.6 on Thursday, December 18th, in the > evening. I'll be on vacation already, assume you have my provisional +1. > Enhancement reports asked by our users can be dealt with in minor > releases of a

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Stefan Bodewig
On Thu, 11 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > One last thing to note; in ant 1.5 namespaces were not processed so > x:y was passed tru without modification. OK. [example using a uri:local element snipped] > This will not parse in ant 1.6, exactly 8-) So people realize that th

Re: Release date of ant 1.6

2003-12-12 Thread Antoine Lévy-Lambert
Stefan Bodewig wrote: On Thu, 11 Dec 2003, Antoine Lévy-Lambert <[EMAIL PROTECTED]> wrote: I would like to release ant 1.6 on Thursday, December 18th, in the evening. I'll be on vacation already, assume you have my provisional +1. Thanks Stefan. Enhancement reports asked by our users can

DO NOT REPLY [Bug 25464] New: - Concat task

2003-12-12 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 25464] - Concat task

2003-12-12 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 25464] - Concat task

2003-12-12 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 25464] - Concat task

2003-12-12 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-12 Thread Peter Reilly
Gurr.. In making the change to remove the "uri:" portion from the DynamicConfigurator#createElement(String) (for elements not in the ant core namespace uri), I forgot to check all uses in ant 1.6. This change breaks our old friend which uses DynamicConfigurator to implement elements and attributes

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 01:09:36 Modified:src/main/org/apache/tools/ant/taskdefs Concat.java Log: Fix off-by-one error in concat with fixlastline="yes" PR: 25464 Obtained from: wang liang Revision ChangesPath 1.30 +1 -2 ant/src/main/org/apache/tools/ant/taskde

ConcatFilterTest fails on Mac OS X

2003-12-12 Thread Stefan Bodewig
Hi, it's been a long time since I last ran Ant's testsuite on my Mac. The ConcatFilterTest fails as the generated file has CRs as line ends (appropriate for MacOS < X) and is compared to a String that uses line.separator (which is LF under MacOS X - at least for Apple's JDK 1.4.1). I haven't had

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 01:11:22 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Concat.java Log: Sync with HEAD Revision ChangesPath No revision No revision 1.28.2.2 +1 -2 ant/src/main

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Stefan Bodewig
On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > This change breaks our old friend which uses > DynamicConfigurator to implement elements and attributes of the > macros. Does than mean that we'll need a DynamicConfiguratorNS in 1.6 to make macrodef work? In order to avoid breaking

DO NOT REPLY [Bug 25464] - Concat task

2003-12-12 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: ConcatFilterTest fails on Mac OS X

2003-12-12 Thread Peter Reilly
Stefan Bodewig wrote: Hi, it's been a long time since I last ran Ant's testsuite on my Mac. The ConcatFilterTest fails as the generated file has CRs as line ends (appropriate for MacOS < X) Does it change to LF for for MacOS X ? Peter and is compared to a String that uses line.separator (which is

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Peter Reilly
Stefan Bodewig wrote: On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: This change breaks our old friend which uses DynamicConfigurator to implement elements and attributes of the macros. Does than mean that we'll need a DynamicConfiguratorNS in 1.6 to make macrodef work? In o

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Stefan Bodewig
On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > Yes, either add DynamicConfiguratorNS or revert the change I made > yesterday to DynamicConfigurator. I'm more inclined to add DynamicConfiguratorNS. Stefan - To un

DO NOT REPLY [Bug 25327] - Forked VMs != forking VM, breaking script portability

2003-12-12 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/src/main/org/apache/tools/ant/types CommandlineJava.java Path.java PropertySet.java

2003-12-12 Thread bodewig
bodewig 2003/12/12 01:41:46 Modified:src/main/org/apache/tools/ant/taskdefs Java.java src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java src/main/org/apache/tools/ant/types CommandlineJava.java

cvs commit: ant/proposal/xdocs/dvsl task.dvsl

2003-12-12 Thread peterreilly
peterreilly2003/12/12 01:45:05 Modified:proposal/xdocs/dvsl task.dvsl Log: Remove the and elements from the generated html. This is part of a fix for 25228 PR: 25228 Obtained from: gudnabrsam at yahoo dot com Revision ChangesPath 1.6 +25 -0 ant/proposa

cvs commit: ant/proposal/xdocs/dvsl task.dvsl

2003-12-12 Thread peterreilly
peterreilly2003/12/12 01:45:51 Modified:proposal/xdocs/dvsl Tag: ANT_16_BRANCH task.dvsl Log: Sync with HEAD Revision ChangesPath No revision No revision 1.5.2.1 +25 -0 ant/proposal/xdocs/dvsl/task.dvsl Index: task.dvsl

DO NOT REPLY [Bug 25327] - Forked VMs != forking VM, breaking script portability

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

[VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Antoine Lévy-Lambert
Hi, I would like to propose a vote for Jose Alberto Fernandez as new ant committer. Jose has expressed a lot of interest in ant, and had made a very interesting antlib proposal. His contributions to the discussions on the dev list are always interesting. Let me begin with my +1. Antoine ---

Re: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Hi, I would like to propose a vote for Jose Alberto Fernandez as new ant committer. +1 Excellent! Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Christopher Lenz
Am 12.12.2003 um 10:23 schrieb Stefan Bodewig: On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: Yes, either add DynamicConfiguratorNS or revert the change I made yesterday to DynamicConfigurator. I'm more inclined to add DynamicConfiguratorNS. Same here. Proposed interface: public class

cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/taskdefs SubAnt.xml

2003-12-12 Thread peterreilly
peterreilly2003/12/12 02:14:26 Modified:docs/manual/CoreTasks subant.html proposal/xdocs/src/org/apache/tools/ant/taskdefs SubAnt.xml Log: Fix subant html page This is part of a fix for 25228 PR: 25228 Obtained from: gudnabrsam at yahoo dot com Revision Cha

Re: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Stefan Bodewig
+1 Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Stefan Bodewig
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 are, i.e. without changing the

Re: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Christoph Wilhelms
> I would like to propose a vote for Jose Alberto Fernandez as new ant > committer. [...] > Let me begin with my +1. +1! Great! Christoph -- +++ GMX - die erste Adresse für Mail, Message, More +++ Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net ---

RE: DynamicConfigurator namespace problem

2003-12-12 Thread Dominique Devienne
DOM does not give you access to the NS prefix, at least when you create an element from the document. Why would you need the prefix? Granted, even XSL uses the prefix in attribute values (xs:string), but it's bad XML according to EffectiveXML and others... The namespace prefix is the business of th

cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/taskdefs SubAnt.xml

2003-12-12 Thread peterreilly
peterreilly2003/12/12 02:52:19 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH subant.html proposal/xdocs/src/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH SubAnt.xml Log: Sync with HEAD Revision ChangesPath No

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Christopher Lenz
Am 12.12.2003 um 11:37 schrieb Dominique Devienne: DOM does not give you access to the NS prefix, at least when you create an element from the document. Why would you need the prefix? Granted, even XSL uses the prefix in attribute values (xs:string), but it's bad XML according to EffectiveXML an

IDs and macrodef

2003-12-12 Thread Dominique Devienne
Hi Peter and al., How do macrodef and IDs interact? Suppose I want to define an ID'd path or fileset inside a macro, something like so: ... (Note that's I'm still using beta1, thus the ${name} notation...) Since IDs are processed at parse time (are they still

RE: DynamicConfigurator namespace problem

2003-12-12 Thread Jose Alberto Fernandez
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > > Gurr.. > > In making the change to remove the "uri:" portion from > the DynamicConfigurator#createElement(String) (for elements > not in the ant core namespace uri), I forgot to check all > uses in ant 1.6. > > This change breaks our old frien

Re: IDs and macrodef

2003-12-12 Thread Peter Reilly
References are IMO broken in ant in general in that they are processed at parse time and at run time. Your example however works ok: ${path.unix} Outputs: path: [echo] /home/preilly/learning/ant/classes:/home/preilly/

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Stefan Bodewig
On Fri, 12 Dec 2003, Christopher Lenz <[EMAIL PROTECTED]> wrote: > But anyway, the DynamicConfiguratorNS interface I proposed doesn't > help much for applications such as XSLT which make heavy use of > namespace prefixes. OK, it would have helped in the XMLFragement usecase. > Maybe a NamespaceC

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Peter Reilly
Jose Alberto Fernandez wrote: From: Peter Reilly [mailto:[EMAIL PROTECTED] Gurr.. In making the change to remove the "uri:" portion from the DynamicConfigurator#createElement(String) (for elements not in the ant core namespace uri), I forgot to check all uses in ant 1.6. This change breaks our

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Peter Reilly
Christopher Lenz wrote: Am 12.12.2003 um 10:23 schrieb Stefan Bodewig: On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: Yes, either add DynamicConfiguratorNS or revert the change I made yesterday to DynamicConfigurator. I'm more inclined to add DynamicConfiguratorNS. Same here. Propos

Re: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Erik Hatcher
No doubt... +1 On Friday, December 12, 2003, at 05:08 AM, Antoine Lévy-Lambert wrote: Hi, I would like to propose a vote for Jose Alberto Fernandez as new ant committer. Jose has expressed a lot of interest in ant, and had made a very interesting antlib proposal. His contributions to the discu

Re: ConcatFilterTest fails on Mac OS X

2003-12-12 Thread Stefan Bodewig
On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >>it's been a long time since I last ran Ant's testsuite on my Mac. >>The ConcatFilterTest fails as the generated file has CRs as line >>ends (appropriate for MacOS < X) >> > Does it change to LF for for MacOS X

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Christopher Lenz
Am 12.12.2003 um 13:44 schrieb Peter Reilly: Christopher Lenz wrote: Same here. Proposed interface: public class DynamicConfiguratorNS { public Object createDynamicElement( String namespaceURI, String prefix, String localName); public void setDynamicAttribute(

patch for docs/manual/CoreTasks/copy.html

2003-12-12 Thread Yuji Yamano
There is a duplicate parameter in the table. Index: copy.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/copy.html,v retrieving revision 1.20 diff -u -u -r1.20 copy.html --- copy.html 23 Sep 2003 13:16:04 - 1.2

cvs commit: ant KEYS

2003-12-12 Thread antoine
antoine 2003/12/12 06:21:07 Modified:.KEYS Log: Key now signed by Stefan Bodewig Revision ChangesPath 1.15 +10 -5 ant/KEYS Index: KEYS === RCS file: /home/cvs/ant/KEYS,v retrieving

cvs commit: ant KEYS

2003-12-12 Thread antoine
antoine 2003/12/12 06:28:01 Modified:.Tag: ANT_16_BRANCH KEYS Log: Merge from HEAD (my key was signed by Stefan Bodewig) Revision ChangesPath No revision No revision 1.13.2.2 +10 -5 ant/KEYS Index: KEYS ===

Re: ConcatFilterTest fails on Mac OS X

2003-12-12 Thread Peter Reilly
Stefan Bodewig wrote: On Fri, 12 Dec 2003, Peter Reilly <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: it's been a long time since I last ran Ant's testsuite on my Mac. The ConcatFilterTest fails as the generated file has CRs as line ends (appropriate for MacOS < X) Does it change

Re: DynamicConfigurator namespace problem

2003-12-12 Thread Peter Reilly
Christopher Lenz wrote: Am 12.12.2003 um 13:44 schrieb Peter Reilly: Christopher Lenz wrote: Same here. Proposed interface: public class DynamicConfiguratorNS { public Object createDynamicElement( String namespaceURI, String prefix, String localName); public void set

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 06:47:55 Modified:docs/manual/CoreTasks copy.html Log: Remove duplicate attribute Obtained from:Yuji Yamano Revision ChangesPath 1.21 +0 -7 ant/docs/manual/CoreTasks/copy.html Index: copy.html ==

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 06:48:29 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH copy.html Log: Sync with HEAD Revision ChangesPath No revision No revision 1.19.2.2 +0 -7 ant/docs/manual/CoreTasks/copy.html Index: copy.ht

Re: patch for docs/manual/CoreTasks/copy.html

2003-12-12 Thread Peter Reilly
Patch applied, Thanks. Peter Yuji Yamano wrote: There is a duplicate parameter in the table. Index: copy.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/copy.html,v retrieving revision 1.20 diff -u -u -r1.20 copy.html ---

RE: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Steve Cohen
I have no vote, but if I did it would be +1. I was surprised to learn, a few weeks ago, that Jose was not a committer. -Original Message- From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:09 AM To: Ant Developers List Subject: [VOTE] Jose Alberto Fe

groovy and ant

2003-12-12 Thread Peter Reilly
Goovy is a new language. It looks like they have a nice ant builder class: ant = *new* AntBuilder() /// lets just call one task /ant.echo(*"hello"*) /// here"s an example of a block of Ant inside GroovyMarkup /ant.sequential { echo(*"inside se

RE: groovy and ant

2003-12-12 Thread Steve Cohen
At first I thought you were making a joke, but I now see that these are serious people. More info on this language can be found at http://wiki.codehaus.org/groovy/FrontPage -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 9:54 AM To: Ant Dev

Re: groovy and ant

2003-12-12 Thread Peter Reilly
Steve Cohen wrote: At first I thought you were making a joke, but I now see that these are serious people. More info on this language can be found at http://wiki.codehaus.org/groovy/FrontPage Yes, my cut-and-paste to thunderbird does not work too good. They solve the nested element problem that

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 11:25:13 Modified:src/main/org/apache/tools/ant/taskdefs TempFile.java docs/manual/CoreTasks tempfile.html Log: Update the tempfile html page Revision ChangesPath 1.8 +5 -4 ant/src/main/org/apache/tools/ant/taskdefs/TempFile

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 11:30:37 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH TempFile.java docs/manual/CoreTasks Tag: ANT_16_BRANCH tempfile.html Log: SYNC with HEAD Revision ChangesPath No revi

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 11:32:58 Modified:docs/manual/CoreTasks whichresource.html src/main/org/apache/tools/ant/taskdefs WhichResource.java Log: fix whichresouce manual page Revision ChangesPath 1.2 +37 -27ant/docs/manual/CoreTasks/whichresource.ht

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

2003-12-12 Thread peterreilly
peterreilly2003/12/12 11:34:26 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH WhichResource.java docs/manual/CoreTasks Tag: ANT_16_BRANCH whichresource.html Log: Sync with head Revision ChangesPath No

DO NOT REPLY [Bug 25181] - SYMLINK task creates cyclic symlinks

2003-12-12 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 coretasklist.html

2003-12-12 Thread antoine
antoine 2003/12/12 13:40:21 Modified:docs/manual Tag: ANT_16_BRANCH coretasklist.html Log: link to WhichResource was missing Revision ChangesPath No revision No revision 1.50.2.2 +1 -0 ant/docs/manual/coretasklist.html In

Re: [VOTE] Jose Alberto Fernandez as committer

2003-12-12 Thread Steve Loughran
Antoine Lévy-Lambert wrote: Hi, I would like to propose a vote for Jose Alberto Fernandez as new ant committer. +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]