DO NOT REPLY [Bug 24697] New: - The JUnit plugin forks once for each test suite

2003-11-14 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 24697] - The JUnit plugin forks once for each test suite

2003-11-14 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 24697] - The JUnit plugin forks once for each test suite

2003-11-14 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 24697] - The JUnit plugin forks once for each test suite

2003-11-14 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: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs MacroInstance.java

2003-11-14 Thread Alok Ranjan
hi, i read this but i cant get what actually this code would be done is it done somthing like auto adding to the cvs repostry fron tag. i have a problem to add files in my modules which ae checked out from the repositry how i can accomplish it through tag by without entering in the diretor

DO NOT REPLY [Bug 24702] New: - Jar task update creates duplicate Class-Path

2003-11-14 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 24702] - Jar task update creates duplicate Class-Path

2003-11-14 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: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Stefan Bodewig
On Wed, 12 Nov 2003, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: [scriptdef and beanshell] > Line numbers never match with that of the srcfiles. But back to the > topic. Looks as if Peter sees the same - a BSF problem of not passing the correct line number in? > I want macrodef for when

DO NOT REPLY [Bug 24515] - Update of jar file causes multiple class path entries

2003-11-14 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 24702] - Jar task update creates duplicate Class-Path

2003-11-14 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: macrodef - do attributes as properties or substitutions

2003-11-14 Thread peter reilly
On Friday 14 November 2003 10:53, Stefan Bodewig wrote: > > > > > >deprecation="${deprecation}" debug="${debug}"/> > > > > I'd expect that the properties have been expanded at the point of > already so there shouldn't be any shadow affecting that > definition. expands the prope

RE: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Wed, 12 Nov 2003, Jose Alberto Fernandez > <[EMAIL PROTECTED]> wrote: > > > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > > >> In which situation would " modify properties" have > >> negative effects on what you are planing to do with

RE: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Jan . Materne
I came from the users point of view. More exactly while writing access code inside a script task. HERE PLAYS THE MUSIC :-) And the question was: how can I access the attribute-value? If you write inside a target that would be value

cvs commit: ant/xdocs contributors.xml external.xml projects.xml

2003-11-14 Thread bodewig
bodewig 2003/11/14 05:32:10 Modified:docs contributors.html external.html projects.html xdocscontributors.xml external.xml projects.xml Log: Move AntDoc pointer to external tools, add pointer to Jindent, submitted by Edouard Mercier Revision ChangesP

Re: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Stefan Bodewig
On Fri, 14 Nov 2003, peter reilly <[EMAIL PROTECTED]> wrote: > expands the properties at the point of use, not > at the point of definition. Better note that somewhere prominently. > On Friday 14 November 2003 10:53, Stefan Bodewig wrote: >> Peter, Jan, now that we've seen Jose Alberto's use c

Re: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Stefan Bodewig
On Fri, 14 Nov 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > And the question was: how can I access the attribute-value? @attribute or $(attribute) or - as long as we use a different notation we don't have to fear that we'd accidently clash with properties or scripting language constructs. > If

Re: macrodef - do attributes as properties or substitutions

2003-11-14 Thread peter reilly
On Friday 14 November 2003 14:07, Stefan Bodewig wrote: > On Fri, 14 Nov 2003, peter reilly <[EMAIL PROTECTED]> wrote: > > expands the properties at the point of use, not > > at the point of definition. > Better note that somewhere prominently. Ok. > > On Friday 14 November 2003 10:53, Stefan Bo

Re: DO NOT REPLY [Bug 24697] New: - The JUnit plugin forks once for each test suite

2003-11-14 Thread Mariano Benitez
is this an optional flag? we are using consiusly this feature, and we need that each suite forks. [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY R

RE: macrodef - do attributes as properties or substitutions

2003-11-14 Thread Jan . Materne
> > And the question was: how can I access the attribute-value? > > @attribute or $(attribute) or - as long as we use a different notation > we don't have to fear that we'd accidently clash with properties or > scripting language constructs. ok > > If you write inside a target that would be val

DO NOT REPLY [Bug 24710] New: - task (not )

2003-11-14 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 24711] New: - macrodef elements should support a description attribute

2003-11-14 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 24712] New: - macrodef sequential should be implicit

2003-11-14 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

Repost: Re: [SUBMIT] ProjectHelp - refactored project help output

2003-11-14 Thread Florian G. Haas
Hello again. Being a Nuisance, Part II: I am reposting the message quoted below in a new thread in case it got lost in the noise. So here it is as a new reminder. :-) My original submission is still available as the attachment to the message archived at http://marc.theaimsgroup.com/?l=ant-dev&m

DO NOT REPLY [Bug 24712] - macrodef sequential should be implicit

2003-11-14 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 24711] - macrodef elements should support a description attribute

2003-11-14 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 24712] - macrodef sequential should be implicit

2003-11-14 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 24713] New: - Arbitrary header support for Mail task

2003-11-14 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 24710] - task (not )

2003-11-14 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 24231] - command-line option to signify no more options

2003-11-14 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 24231] - command-line option to signify no more options

2003-11-14 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 24231] - command-line option to signify no more options

2003-11-14 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: Repost: Re: [SUBMIT] ProjectHelp - refactored project help output

2003-11-14 Thread Steve Loughran
Florian G. Haas wrote: On Sunday 09 November 2003 01:25, Steve Loughran wrote: | > Note: | > | > This is my first submission to a list I've only been lurking on for a | > little while. I have tried to follow the Task Design Guidelines as | > best as I could, but I would greatly appreciate any hint

DO NOT REPLY [Bug 23942] - Addition of a local property

2003-11-14 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 24720] New: - repeated cause OutOfMemeory exception

2003-11-14 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 24720] - repeated cause OutOfMemeory exception

2003-11-14 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 24720] - repeated cause OutOfMemeory exception

2003-11-14 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 24722] New: - ant has trouble finding files when there are spaces in the path name

2003-11-14 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