cvs commit: ant WHATSNEW

2004-02-20 Thread mbenson
mbenson 2004/02/20 14:15:52 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java .WHATSNEW Log: Cause AntLikeTasksAtTopLevelTest to pass on cygwin. Revision ChangesPath 1.98 +3 -3 ant/src/main/org/apache/tools/ant/taskdefs/Ant.java

PropertySet

2004-02-20 Thread Matt Benson
I have put together a patch for negating the selected properties of a PropertySet. I think this can be useful, but since it's an enhancement I thought I'd probe the waters for any emotions either for or against... -Matt __ Do you Yahoo!? Yahoo! Mail SpamGuard - Re

DO NOT REPLY [Bug 27121] - New target-option finishTask, to finish task, even when task fails.

2004-02-20 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 27121] - New target-option finishTask, to finish task, even when task fails.

2004-02-20 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 27121] New: - New target-option finishTask, to finish task, even when task fails.

2004-02-20 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/util LazyFileOutputStream.java

2004-02-20 Thread mbenson
mbenson 2004/02/20 10:07:44 Modified:src/main/org/apache/tools/ant/util LazyFileOutputStream.java Log: Fix occasionally thrown IOException when the stream has already been closed with alwaysCreate. Revision ChangesPath 1.6 +1 -1 ant/src/main/org/apache/tools

Re: cvs commit: ant/docs external.html projects.html

2004-02-20 Thread Dale Anson
Stefan, Thanks to you too! Dale [EMAIL PROTECTED] wrote: bodewig 2004/02/20 00:33:24 Modified:docs external.html projects.html Log: regenerate site Revision ChangesPath 1.158 +104 -0ant/docs/external.html Index: external.html

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

2004-02-20 Thread Dale Anson
Thanks! [EMAIL PROTECTED] wrote: jhm 2004/02/20 00:13:37 Modified:xdocsprojects.xml external.xml Log: Antelope new url; new tasks: antariel, rundoc Revision ChangesPath 1.14 +5 -5 ant/xdocs/projects.xml Index: projects.xml =

DO NOT REPLY [Bug 27118] New: - Add type overrides for import

2004-02-20 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 27116] New: - Imported target depends not preserved when overridden

2004-02-20 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: roles, restricted types

2004-02-20 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Fri, 20 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > > > I meant that the core - conditions, filters, mappers can be in > > separate namespaces, but that these could still be in > ant.jar, one can > > have multiple antlib.xml 's i

Re: roles, restricted types

2004-02-20 Thread Peter Reilly
Stefan Bodewig wrote: On Fri, 20 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: I meant that the core - conditions, filters, mappers can be in separate namespaces, but that these could still be in ant.jar, one can have multiple antlib.xml 's in ant.jar. Wouldn't that break backwards comp

Re: file system abstraction was Ant 1.7

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > I feel like we're going around in circles here... :) It only looks that way. And I'm not helping the situation by being cryptic, sorry. > Maybe we need to clarify this issue: > > 1) Is this important? Not very important to me. Y

Re: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > Jakarta checked out from apache cvs. Maybe build (don´t sure, long > time ago). No, it's one of those evil jars in CVS things coming with ancient versions of everything, but it works. Stefan --

Re: file system abstraction was Ant 1.7

2004-02-20 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 18 Feb 2004, Matt Benson > <[EMAIL PROTECTED]> wrote: > > I am not necessarily in favor of adding vfs or > anything else as a > > core dependency, but there are only so many ways > we can go. I for > > one would be delighted to hear any ideas

RE: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Jan . Materne
I have cvs-repository | +-- ant_CVS_HEAD | +-- jakarta-site2 Jakarta checked out from apache cvs. Maybe build (don´t sure, long time ago). Jan > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 4:07 PM > To: Ant Developers Lis

Re: roles, restricted types

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > I meant that the core - conditions, filters, mappers can be in > separate namespaces, but that these could still be in ant.jar, one > can have multiple antlib.xml 's in ant.jar. Wouldn't that break backwards compatibility? would

Re: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > Too lazy to figure out how to set up a jakarta-site2 > directory, by checking out the module of that name right next to ant. > so I hope this (seemingly simple) addition works. Should now. I've also tried to move you into the correc

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

2004-02-20 Thread bodewig
bodewig 2004/02/20 07:13:22 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java src/main/org/apache/tools/ant/types CommandlineJava.java Log: Allow subclasses of to plug in command lines of their own. Submitted by

cvs commit: ant/docs contributors.html

2004-02-20 Thread bodewig
bodewig 2004/02/20 07:11:56 Modified:xdocscontributors.xml docs contributors.html Log: regenerate site Revision ChangesPath 1.26 +4 -5 ant/xdocs/contributors.xml Index: contributors.xml ==

Re: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Matt Benson
Too lazy to figure out how to set up a jakarta-site2 directory, so I hope this (seemingly simple) addition works. --- [EMAIL PROTECTED] wrote: > mbenson 2004/02/20 07:05:37 > > Modified:xdocscontributors.xml > Log: > Added me. > > Revision ChangesPath > 1.25 +5

cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread mbenson
mbenson 2004/02/20 07:05:37 Modified:xdocscontributors.xml Log: Added me. Revision ChangesPath 1.25 +5 -1 ant/xdocs/contributors.xml Index: contributors.xml === RCS file: /home/cvs/ant/

Re: roles, restricted types

2004-02-20 Thread Peter Reilly
Stefan Bodewig wrote: I think we need that in order to decompose ant.jar. If this means making multiple jars from ant.jar, I would be against. Why? Even "core tasks" contains a bunch of tasks that really should go into a separate antlib - the cvs tasks for example. I didn't say we'd st

Re: cvs commit: ant WHATSNEW

2004-02-20 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Opps, hit the send button too early. > I meant to say good catch! > ;) __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools ---

Re: patch for JUnitTask extension

2004-02-20 Thread Mariano Benitez
--- src/main/org/apache/tools/ant/types/CommandlineJava.java2004-02-11 15:27:15.0 -0300 +++ /opt/java/ant/apache-ant-1.6.0/src/main/org/apache/tools/ant/types/CommandlineJava.java 2004-02-11 15:08:41.0 -0300 @@ -432,7 +432,7 @@ * Get the VM command parameters, inclu

RE: Breaking Ant into several modules

2004-02-20 Thread Jan . Materne
> > 2. It should be easy for the user to get a "complete" working > > version of Ant. > > IMHO we'd still have major releases consisting of Ant's core and > antlibs. I thought about a couple of ... subprojects? - AntCore all basis things - AntLib cvs all about cvs - AntLib

Re: patch for JUnitTask extension

2004-02-20 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: > The diff was against the 1.6.0 WC, I guess the versions are just the > same, No they are not. I've changed some stuff in CommandlineJava in CVS HEAD for the new cloneVm feature. Please take a look at the code to see whether you'd

Re: Breaking Ant into several modules

2004-02-20 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > Then we´ll earn the whole inter-project-dependency-problems. We have > to ensure that an AntLib works with all AntCore releases or fails > with a defined error. Yes, we'll need versioning. > I see two things: > 1. Plugging in AntLibs

Re: roles, restricted types

2004-02-20 Thread Stefan Bodewig
On Tue, 17 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > However on thinking about this (naming problem, namespace issues, > types etc) I realized that one could use the antlib scheme to solve > the problem: I like what you outline. > Stefan Bodewig wrote: > >>On Thu, 12 Feb 2004, Peter R

Re: Ant 1.7

2004-02-20 Thread Stefan Bodewig
On Wed, 18 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > My thinking here was if there existed two file > collection abstractions, say > o.a.t.a.types.AbstractFileSet and > o.a.t.a.types.maybenewpackagehere.NewFileSetInterface, > each could be d to adapt to the other, so > that the maximum nu

Re: [VOTE] Release a library with the SSH tasks for Ant 1.5.x

2004-02-20 Thread Stefan Bodewig
Just a quick note that I've dropped the issue. Cheers Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Jan . Materne
Ok, 7 votes +1 (4 from PMC). I´ve added another testcase (passing), because there are two things to test 1. fail, if there are two target definitions inside ONE file 2. pass, if there are two target definitions via IMPORTED file see the cvs-message Jan > -Original Message- > From: Mat

cvs commit: ant/src/testcases/org/apache/tools/ant ProjectTest.java

2004-02-20 Thread jhm
jhm 2004/02/20 04:24:04 Modified:src/testcases/org/apache/tools/ant ProjectTest.java Added: src/etc/testcases/core duplicate-target2.xml duplicate-target-imported.xml Log: Another testcase for double target-definition Revision ChangesPath

Re: something for you [new virus?]

2004-02-20 Thread Steve Loughran
Jose Alberto Fernandez wrote: Talking about viruses, those of use with accounts in apache.org (or at least me) are getting gazillions of messages about viruses sent to and forgedly sent from our apache.org accounts. At this point I am just deleting anthing coming from my apache.org account. It is t

RE: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Matt Benson
--- Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > +1 for (1). Another +1 for (1). -Matt > > >> On Fri, 20 Feb 2004, Jan Materne > > <[EMAIL PROTECTED]> wrote: > > >>> 1. multiple targets defined in ONE buildfile > is an error, while > > >>> definitions via is correct > > >>> --> modif

RE: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Jose Alberto Fernandez
+1 for (1). > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: 20 February 2004 09:34 > To: Ant Developers List > Subject: Re: [EMAIL PROTECTED]: ant/test-ant failed > > > Antoine Lévy-Lambert wrote: > > > Stefan Bodewig wrote: > > > >> On Fri, 20 Feb 2004, Jan

RE: something for you [new virus?]

2004-02-20 Thread Jose Alberto Fernandez
Talking about viruses, those of use with accounts in apache.org (or at least me) are getting gazillions of messages about viruses sent to and forgedly sent from our apache.org accounts. At this point I am just deleting anthing coming from my apache.org account. It is that bad. If there anything th

RE: Ant 1.6.1 Converting Errors To Exceptions...Good|Bad?

2004-02-20 Thread Jose Alberto Fernandez
> From: Wascally Wabbit [mailto:[EMAIL PROTECTED] > > At 05:26 AM 2/19/2004, you wrote: > > Yes, but Ant basically pretends they did not occur. It does > not try to "deal" with anything. In my situation the error > was an out-of-memory issue. There are some environment issues > that Ant tries

RE: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Jan . Materne
> I am +1 for option 1, though I do note Gus Heck's point about > the merits > of an override option, though of course that gets > controversial in the > details: > > C++ off by default; virtual enables, virtual functions not > valid in ctor > Java: on by default; final disables, virtual meth

Re: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > Are you the person who has been secretly correcting my smartfrog.xml > descriptor? Nope, Adam 8-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Steve Loughran
Peter Reilly wrote: Antoine Lévy-Lambert wrote: Stefan Bodewig wrote: On Fri, 20 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: We should get a consensus on how to handle multiple definitions of a target inside a buildfile. 1. multiple targets defined in ONE buildfile is an error, while defini

Re: cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread Steve Loughran
[EMAIL PROTECTED] wrote: bodewig 2004/02/20 00:53:54 Modified:docs contributors.html xdocscontributors.xml Log: Well, let's face it, more and more time is eaten up by Gump Are you the person who has been secretly correcting my smartfrog.xml descriptor? If so I

Re: nested text

2004-02-20 Thread Steve Loughran
Matt Benson wrote: Is there a reason why nested text in is undocumented, or is this merely an oversight? Docerror. Its documented in the appendix E PDF we ship with some versions of Ant. - To unsubscribe, e-mail: [EMAIL PROTECTE

DO NOT REPLY [Bug 27078] - add all optional jars to the classpath manifiest of ant.jar

2004-02-20 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: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Stefan Bodewig wrote: On Fri, 20 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: We should get a consensus on how to handle multiple definitions of a target inside a buildfile. 1. multiple targets defined in ONE buildfile is an error, while definitions via is correc

Re: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Antoine Lévy-Lambert
Stefan Bodewig wrote: On Fri, 20 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: We should get a consensus on how to handle multiple definitions of a target inside a buildfile. 1. multiple targets defined in ONE buildfile is an error, while definitions via is correct --> modify the test (mor

Re: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > We should get a consensus on how to handle multiple definitions of a > target inside a buildfile. > > 1. multiple targets defined in ONE buildfile is an error, while > definitions via is correct >--> modify the test (more tests) >

RE: [GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Jan . Materne
http://lsd.student.utwente.nl/gump/ant/work/build_ant_test-ant.html Testsuite: org.apache.tools.ant.ProjectTest Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 0.301 sec Testcase: testDuplicateTargets(org.apache.tools.ant.ProjectTest): FAILED Should throw BuildException because: Duplicate ta

cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread bodewig
bodewig 2004/02/20 00:55:30 Modified:docs contributors.html xdocscontributors.xml Log: Adapt to latest board meeting results - i.e. boast a little 8-) Revision ChangesPath 1.41 +5 -5 ant/docs/contributors.html Index: contributors.html

cvs commit: ant/xdocs contributors.xml

2004-02-20 Thread bodewig
bodewig 2004/02/20 00:53:54 Modified:docs contributors.html xdocscontributors.xml Log: Well, let's face it, more and more time is eaten up by Gump Revision ChangesPath 1.40 +1 -1 ant/docs/contributors.html Index: contributors.html =

Re: task for antlib jars

2004-02-20 Thread Jesse Glick
Mariano Benitez wrote: I am using antlibs, and I face the normal problem in windows of not being able of deleting the file while it is used. I know this discussion must have probably taken place, I could not just find it :( Has there been any attempt to use File.deleteOnExit() as an option for t

RE: cvs commit: ant/docs external.html projects.html

2004-02-20 Thread Jan . Materne
Thanks ;-) Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 9:33 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: ant/docs external.html projects.html > > > bodewig 2004/02/20 00:33:24 > > Modified:docs extern

cvs commit: ant/docs external.html projects.html

2004-02-20 Thread bodewig
bodewig 2004/02/20 00:33:24 Modified:docs external.html projects.html Log: regenerate site Revision ChangesPath 1.158 +104 -0ant/docs/external.html Index: external.html === RCS file: /hom

[GUMP@lsd]: ant/test-ant failed

2004-02-20 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL PROTECTED] Project test-ant has an issue affecting it's community integration, and has be

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

2004-02-20 Thread Jan . Materne
I´ve added - Antelope changes (new URL, compatibility) - rundoc task - Andariel tasks (damn, typo here) Because I had a "Up-to-date check failed" I´ll have to check my machine (tomorrow). Then I´ll do the typo-fix, html-generation and 1.6-sync. I post this to both lists because the three changes

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

2004-02-20 Thread jhm
jhm 2004/02/20 00:13:37 Modified:xdocsprojects.xml external.xml Log: Antelope new url; new tasks: antariel, rundoc Revision ChangesPath 1.14 +5 -5 ant/xdocs/projects.xml Index: projects.xml =

Re: cvs commit: ant WHATSNEW

2004-02-20 Thread Peter Reilly
Opps, hit the send button too early. I meant to say good catch! Peter Peter Reilly wrote: [EMAIL PROTECTED] wrote: mbenson 2004/02/19 13:14:16 Modified:src/testcases/org/apache/tools/ant/filters TokenFilterTest.java src/main/org/apache/tools/ant/filters

Re: cvs commit: ant WHATSNEW

2004-02-20 Thread Peter Reilly
[EMAIL PROTECTED] wrote: mbenson 2004/02/19 13:14:16 Modified:src/testcases/org/apache/tools/ant/filters TokenFilterTest.java src/main/org/apache/tools/ant/filters TokenFilter.java src/etc/testcases/filters tokenfilter.xml .

Re: Moving to Ant 1.6.1 => UnknownElements galor!

2004-02-20 Thread Peter Reilly
Wascally Wabbit wrote: At 07:11 AM 2/19/2004, you wrote: On Wed, 18 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Your container class will need to check if the Task is > an UnknownElement and call perform on it to > convert it to a Task and to execute it. > (see apache.tools.ant.taskdefs.Seq

cvs commit: ant/xdocs/projects/antidote design.xml

2004-02-20 Thread antoine
antoine 2004/02/20 00:07:11 Modified:docs license.html docs/projects/antidote design.html xdocslicense.xml xdocs/projects/antidote design.xml Log: Set the author of the license to The Apache Software Foundation Fix the case of th

Re: cvs commit: ant/docs license.html

2004-02-20 Thread Antoine Lévy-Lambert
Stefan Bodewig wrote: On 20 Feb 2004, <[EMAIL PROTECTED]> wrote: +Apache Ant PMC Apache Software Foundation - in the case of the license? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: something for you [new virus?]

2004-02-20 Thread Stefan Bodewig
On Thu, 19 Feb 2004, Alexey N. Solofnenko <[EMAIL PROTECTED]> wrote: > Have you installed a new virus? One of those now all-too-common virus instances that forge the sender. You wouldn't believe the amount of bounces I receive for virus mails that have forged one of my addresses. They've vastly

Re: cvs commit: ant/docs license.html

2004-02-20 Thread Stefan Bodewig
On 20 Feb 2004, <[EMAIL PROTECTED]> wrote: > +Apache Ant PMC Apache Software Foundation - in the case of the license? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: outputproperty & errorproperty

2004-02-20 Thread Jan . Materne
> > Another point: the "old" error/output/... could be > > ported to configure the > > redirector. > > Something like > > > > setError(String err) { > > // this.err = err;// earlier implementation > > if (redirector==null) { > > redirector = new Redirector(); > > } > >

Peter Radics/SDE/Scania/DE ist außer Haus. [Web1-VirusChecked]

2004-02-20 Thread Peter . Radics
Ich werde ab 09.02.2004 nicht im Büro sein. Ich kehre zurück am 24.02.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[Ant Wiki] Updated: FrontPage

2004-02-20 Thread ant-cvs
Date: 2004-02-19T07:19:00 Editor: 130.89.169.128 <> Wiki: Ant Wiki Page: FrontPage URL: http://wiki.apache.org/ant/FrontPage no comment Change Log: -- @@ -5,6 +5,12 @@ This wiki has just been set up

RE: Ant 1.6.1 Converting Errors To Exceptions...Good|Bad?

2004-02-20 Thread Wascally Wabbit
At 05:26 AM 2/19/2004, you wrote: > From: Wascally Wabbit [mailto:[EMAIL PROTECTED] > > Ant Developers, > > I've come across (ok stumbled across) an implementation > detail of the new Ant 1.6.1 "keepGoing" mode. The way the > code is currently written Ant keeps going even if an Error > (not an Exce

Re: Moving to Ant 1.6.1 => UnknownElements galor!

2004-02-20 Thread Wascally Wabbit
At 07:11 AM 2/19/2004, you wrote: On Wed, 18 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Your container class will need to check if the Task is > an UnknownElement and call perform on it to > convert it to a Task and to execute it. > (see apache.tools.ant.taskdefs.Sequential) Hmm, the FAQ e

cvs commit: ant/docs license.html mail.html mission.html

2004-02-20 Thread antoine
antoine 2004/02/19 17:22:28 Modified:xdocslicense.xml mail.xml mission.xml docs license.html mail.html mission.html Log: further preparation for forrest migration Revision ChangesPath 1.5 +1 -1 ant/xdocs/license.xml Index: license.xm

DO NOT REPLY [Bug 27099] - Error running cvs task in wsad 5.1

2004-02-20 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 27099] New: - Error running cvs task in wsad 5.1

2004-02-20 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 license.html

2004-02-20 Thread antoine
antoine 2004/02/19 17:00:10 Modified:xdocslicense.xml docs license.html Log: Adding author meta information Revision ChangesPath 1.4 +1 -0 ant/xdocs/license.xml Index: license.xml ===