DO NOT REPLY [Bug 26364] - [PATCH] composite

2004-02-27 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 PathConvert.java

2004-02-27 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > mbenson 2004/02/27 15:23:06 > > Modified:docs/manual/CoreTasks > pathconvert.html >.WHATSNEW > > src/main/org/apache/tools/ant/taskdefs > PathConvert.java > Log: > Add nested s to . > PR: 26364 > Submitted by:

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

2004-02-27 Thread mbenson
mbenson 2004/02/27 15:23:44 Added: src/etc/testcases/taskdefs pathconvert.xml src/testcases/org/apache/tools/ant/taskdefs PathConvertTest.java Log: Testcases for . Revision ChangesPath 1.1 ant/src/etc/testcases/tas

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

2004-02-27 Thread mbenson
mbenson 2004/02/27 15:23:06 Modified:docs/manual/CoreTasks pathconvert.html .WHATSNEW src/main/org/apache/tools/ant/taskdefs PathConvert.java Log: Add nested s to . PR: 26364 Submitted by: Peter Reilly Revision ChangesPath 1.14

RE: cvs commit: ant WHATSNEW build.xml

2004-02-27 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > All tests pass on W2K SP2 and JDK 1.4.2. > > Fast resolved, Peter :) > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Fix for duplicate targets in the build file. Indeed. Thank you Peter! --DD ---

cvs commit: ant NOTICE

2004-02-27 Thread bodewig
bodewig 2004/02/27 07:46:45 Modified:.Tag: ANT_16_BRANCH NOTICE Log: Merge Revision ChangesPath No revision No revision 1.1.2.2 +0 -5 ant/NOTICE Index: NOTICE ===

cvs commit: ant NOTICE

2004-02-27 Thread bodewig
bodewig 2004/02/27 07:46:20 Modified:.NOTICE Log: Remove part of the NOTICE file that is covered by section 6 of the License - don't ask me what constitutes a trademark for US law, but I've been told Ant would be an unregistered one Revision ChangesPath 1.2

cvs commit: ant/src/script ant

2004-02-27 Thread bodewig
bodewig 2004/02/27 07:40:34 Modified:src/script ant Log: More tweaks to the RPM specific section, submitted by Randy Watler Revision ChangesPath 1.46 +8 -6 ant/src/script/ant Index: ant ===

Re: BugID 27282 Misspelling: s/occured/occurred/g

2004-02-27 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > "occured" does look like it is mispelt! > Peter > +1, contrast "misspell." dictionary.com has both "misspelled" and "misspelt", so we can credit it with some degree of fairness: http://dictionary.reference.com/search?q=misspell -Matt _

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

2004-02-27 Thread Stefan Bodewig
On Fri, 27 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > now I have to merge changes together... :) you have my sympathy. 8-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: Ant build.xml: run "teststhatfail"

2004-02-27 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > > yes, but does not support the > if/unless attribute. > > Cheers, > > Peter > > Correct, but not _yet_ - but we can change that ... > We could just start with an instructive comment inside the patternset to serve as a reminder. -Matt ___

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

2004-02-27 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > +* didn't compare timestamps of source and > targetfiles when > + using a nested . Bugzilla Report > 26985. Damn it, Stefan... now I have to merge changes together... :) __ Do you Yahoo!? Get better spam protection with Yahoo

DO NOT REPLY [Bug 26985] - apply task using filelist always applies executable

2004-02-27 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/taskdefs ExecuteOn.java

2004-02-27 Thread bodewig
bodewig 2004/02/27 06:57:32 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ExecuteOn.java Log: Merge Revision ChangesPath No revision No r

Re: Using daemons and parallel

2004-02-27 Thread Matt Benson
--- Jose Carlos Garcia Pastor <[EMAIL PROTECTED]> wrote: > Hi, > > I need to run an script file as a daemon, and keep > resulting process alive > when ant tasks execution finishes. > I've tried > > >executable="/jboss/bin/start

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

2004-02-27 Thread bodewig
bodewig 2004/02/27 06:54:58 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs ExecuteOn.java Log: with nested didn't check out-of-dateness. PR: 26985 Revision ChangesPath 1.558 +3 -0 ant/WHATSNEW Index: WHATSNEW ==

Re: Urgent Please help with invoking ftp client on windows with a nt

2004-02-27 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 26 Feb 2004, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > I'm not sure what happens to messages from > non-members. > > They end up in the moderation queue and need > approval by a moderator > (Conor and myself, currently). > I thought I

Re: BugID 27282 Misspelling: s/occured/occurred/g

2004-02-27 Thread Steve Loughran
[EMAIL PROTECTED] wrote: That Bug [1] is another mispelling-bug, so I´m carefully with that. The dictionary [2] confirms Jesses opinion, but babelfish [3] uses also "occured" while tranlating into German. So my question to the native speakers here prior to apply this patch - are there different spe

RE: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Zip.ja va

2004-02-27 Thread Jan . Materne
> We should keep 1.6 as up-to-date as possible, at least >until the 1.7 core changes make this impossible. > Peter I agree with keeping 1.6 as up-to-date as possible, but why must we have two seperate trees? Sync´ing them is so nasty ... and the most up to date tree is the CVS_HEAD. Or are

DO NOT REPLY [Bug 26985] - apply task using filelist always applies executable

2004-02-27 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 26985] - apply task using filelist always applies executable

2004-02-27 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 Zip.java

2004-02-27 Thread Peter Reilly
Stefan Bodewig wrote: On 27 Feb 2004, <[EMAIL PROTECTED]> wrote: Log: A new roundup attribute on and related task Merge into the 1.6 branch? +1, We should keep 1.6 as up-to-date as possible, at least until the 1.7 core changes make this impossible. Peter

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

2004-02-27 Thread Stefan Bodewig
On 27 Feb 2004, <[EMAIL PROTECTED]> wrote: > Log: A new roundup attribute on and related task Merge into the 1.6 branch? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 17934] - Dates too late in jar entries

2004-02-27 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/taskdefs Zip.java

2004-02-27 Thread bodewig
bodewig 2004/02/27 06:17:41 Modified:.WHATSNEW docs/manual/CoreTasks ear.html jar.html war.html zip.html src/main/org/apache/tools/ant/taskdefs Zip.java Log: A new roundup attribute on and related task can be used to control whether the file m

RE: cvs commit: ant WHATSNEW build.xml

2004-02-27 Thread Jan . Materne
All tests pass on W2K SP2 and JDK 1.4.2. Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 1:14 PM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: ant WHATSNEW build.xml > > > Fast resolved, Peter :) > > Jan > > > -Or

RE: Ant build.xml: run "teststhatfail"

2004-02-27 Thread Jan . Materne
> yes, but does not support the if/unless attribute. > Cheers, > Peter Correct, but not _yet_ - but we can change that ... Jan

Re: Ant build.xml: run "teststhatfail"

2004-02-27 Thread Peter Reilly
[EMAIL PROTECTED] wrote: Then I will add that again :) Or would it be better to add the if/unless to , I think so? yes, but does not support the if/unless attribute. Cheers, Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Ant build.xml: run "teststhatfail"

2004-02-27 Thread Jan . Materne
Then I will add that again :) Or would it be better to add the if/unless to , I think so? Jan > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 1:15 PM > To: Ant Developers List > Subject: Re: Ant build.xml: run "teststhatfail" > > > [

Re: Ant build.xml: run "teststhatfail"

2004-02-27 Thread Peter Reilly
[EMAIL PROTECTED] wrote: The target "run-tests" excludes the patternset "teststhatfail" from being executed. The comment sais, that I can force running them by setting the property "run.failing.tests". But I haven´t found any reference to that name inside the build file. Is there something build-

RE: cvs commit: ant WHATSNEW build.xml

2004-02-27 Thread Jan . Materne
Fast resolved, Peter :) Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 12:45 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: ant WHATSNEW build.xml > > > peterreilly2004/02/27 03:45:15 > > Modified:src/main/org

cvs commit: ant WHATSNEW

2004-02-27 Thread peterreilly
peterreilly2004/02/27 03:54:53 Modified:src/main/org/apache/tools/ant/helper Tag: ANT_16_BRANCH ProjectHelper2.java .Tag: ANT_16_BRANCH WHATSNEW Log: Sync with head Revision ChangesPath No revision No

cvs commit: ant WHATSNEW build.xml

2004-02-27 Thread peterreilly
peterreilly2004/02/27 03:45:15 Modified:src/main/org/apache/tools/ant/helper ProjectHelper2.java src/testcases/org/apache/tools/ant ProjectTest.java .WHATSNEW build.xml Log: Fix for duplicate targets in the build file. In ant 1.5 these were not

Ant build.xml: run "teststhatfail"

2004-02-27 Thread Jan . Materne
The target "run-tests" excludes the patternset "teststhatfail" from being executed. The comment sais, that I can force running them by setting the property "run.failing.tests". But I haven´t found any reference to that name inside the build file. Is there something build-in in the task or is the

Re: Closing down ant-dev@jakarta and ant-user@jakarta?

2004-02-27 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Matt Benson wrote: --- [EMAIL PROTECTED] wrote: +1 for closing. +1. -Matt +1 Antoine +1 Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --

Re: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-27 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Peter Reilly wrote: Hi, I have added a nested file element to filelist, used as follows: a) Is this change ok? Yes, it is OK. I do not understand too well the advantage of the filelist with nested element Well, the patch is just to make the filelist type op

Re: BugID 27282 Misspelling: s/occured/occurred/g

2004-02-27 Thread Peter Reilly
"occured" does look like it is mispelt! Peter [EMAIL PROTECTED] wrote: That Bug [1] is another mispelling-bug, so I´m carefully with that. The dictionary [2] confirms Jesses opinion, but babelfish [3] uses also "occured" while tranlating into German. So my question to the native speakers here prior

Re: Urgent Please help with invoking ftp client on windows with a nt

2004-02-27 Thread Stefan Bodewig
On Thu, 26 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > I'm not sure what happens to messages from non-members. They end up in the moderation queue and need approval by a moderator (Conor and myself, currently). Stefan -

Re: Ant requiring tools.jar / SUN compiler tools

2004-02-27 Thread Stefan Bodewig
On Thu, 26 Feb 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > tools.jar is used for lots of things -rmic, only if you set the compiler attribute to "sun", which is the default. > javadoc, uses the javadoc executable, doesn't require tools.jar for the JVM running Ant. Stefan ---

BugID 27282 Misspelling: s/occured/occurred/g

2004-02-27 Thread Jan . Materne
That Bug [1] is another mispelling-bug, so I´m carefully with that. The dictionary [2] confirms Jesses opinion, but babelfish [3] uses also "occured" while tranlating into German. So my question to the native speakers here prior to apply this patch - are there different spellings in UK/US/AU ? Ja

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

2004-02-27 Thread Jan . Materne
http://lsd.student.utwente.nl/gump/ant/gump_work/build_ant_test-ant.html Testcase: testGetCommandline(org.apache.tools.ant.types.CommandlineJavaTest): FAILED no classpath expected:<4> but was:<58> junit.framework.AssertionFailedError: no classpath expected:<4> but was:<58> at junit.framewo

RE: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-27 Thread Jan . Materne
> BTW ModifiedSelectorTest again failed under cygwin when started with > ./build.sh -D"test.haltonfailure=no" test > I saw this : > [junit] Testcase: > testScenarioCustomSelectorSettings(org.apache.tools.ant.types. > selectors.ModifiedSelectorTest): > Caused an ERROR > [junit] C:\dev\

RE: cvs commit: ant build.xml

2004-02-27 Thread Jan . Materne
> I do not know whether the problem is difficult to fix, I did not put > much my nose in the Project/ProjectHelper2/InstrospectionHelper and > tutti quanti > core classes. Same for me. It was easy to write the test - but I don´t know to write the fix. > I think that Jan just wants to avoid get

DO NOT REPLY [Bug 27285] - [PATCH] Remove reflection hacks in AntClassLoader to support JDK 1.1

2004-02-27 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 27285] New: - [PATCH] Remove reflection hacks in AntClassLoader to support JDK 1.1

2004-02-27 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 27284] - [PATCH] Minor javadoc.html tweaks

2004-02-27 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 27284] New: - [PATCH] Minor javadoc.html tweaks

2004-02-27 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 27283] - [PATCH] Note that optimize="true" probably does not optimize anything

2004-02-27 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 27283] New: - [PATCH] Note that optimize="true" probably does not optimize anything

2004-02-27 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 27282] - [PATCH] Misspelling: s/occured/occurred/g

2004-02-27 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 27282] New: - [PATCH] Misspelling: s/occured/occurred/g

2004-02-27 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

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

2004-02-27 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

Using daemons and parallel

2004-02-27 Thread Jose Carlos Garcia Pastor
Hi, I need to run an script file as a daemon, and keep resulting process alive when ant tasks execution finishes. I've tried but it didn't work. Does anybody know the way to run