AW: release message for the beta

2006-08-24 Thread Jan.Materne
>I would write : Ant 1.7 introduces a resource framework. Some of the core ant tasks such as are now able to process not only file - system resources but also zip entries, tar entries, ... + system resources but also zip entries, tar entries, paths, ... Resource collections group resou

AW: Ant 1.7 - ReleaseInstructions - Compiler

2006-08-24 Thread Jan.Materne
We say to need Java 1.2 - any class format changes between 1.2 and 1.4? I would feel more safe to do a compile run on 1.2 Jan >-Ursprüngliche Nachricht- >Von: Kev Jackson [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 22. August 2006 02:29 >An: Ant Developers List >Betreff: Re: Ant

AW: svn commit: r432588 - /ant/core/trunk/docs/manual/CoreTasks/defaultexcludes.html

2006-08-24 Thread Jan.Materne
Thanks Jan >/ant/core/trunk/docs/manual/CoreTasks/defaultexcludes.html > >Log: >correct typo and translate a German article to the English >equivalent. ;) > > Notes >-By default the pattern **/.svn ane **/.svn/** are set as default >+By default the pattern **/.svn and **/.svn/** are set >+as

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-08-24 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

Re: AW: Ant 1.7 - ReleaseInstructions - Compiler

2006-08-24 Thread Antoine Levy-Lambert
Hello Jan, Ant 1.6 was compiled using 1.4 For the sake of simplicity I will try to build Ant 1.7 with 1.5 because we have 2 classes which use 1.5 APIs. Regards, Antoine On Aug 24, 2006, at 10:02 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: We say to need Java 1.2 - any class fo

DO NOT REPLY [Bug 40291] - classpath uses colon, ":", as path separator under windows

2006-08-24 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://issues.apache.org/bugzilla/show_bu

Re: Use of reflection in DirectoryScanner to remove duplicated code

2006-08-24 Thread Antoine Levy-Lambert
On Aug 24, 2006, at 7:13 AM, Kev Jackson wrote: Antoine has mentioned that he would prefer not to use reflection for the simple reason that some tools cannot show the method graph - in this particular case I can't see that being a problem as no methods are called using reflection, I'm only us

DO NOT REPLY [Bug 40291] - classpath uses colon, ":", as path separator under windows

2006-08-24 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40291] - classpath uses colon, ":", as path separator under windows

2006-08-24 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40297] - Selectors page badly formatted

2006-08-24 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://issues.apache.org/bugzilla/show_bu

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-24 Thread Martin van den Bemt
CONTRIBUTORS is marked binary ? Mvgr, Martin [EMAIL PROTECTED] wrote: Author: peterreilly Date: Wed Aug 23 15:32:36 2006 New Revision: 434226 URL: http://svn.apache.org/viewvc?rev=434226&view=rev Log: [PATCH] bugzilla 40238 - nested macrodef Modified: ant/core/trunk/CONTRIBUTORS ant/

DO NOT REPLY [Bug 40238] - Nested generate class cast exception

2006-08-24 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://issues.apache.org/bugzilla/show_bu

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-24 Thread Peter Reilly
There was a problem with utf8/latin1 encoding and auto conversion at one time. The solution was to mark the file as binary. Peter On 8/24/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: CONTRIBUTORS is marked binary ? Mvgr, Martin [EMAIL PROTECTED] wrote: > Author: peterreilly > Date: Wed

DO NOT REPLY [Bug 40238] - Nested generate class cast exception

2006-08-24 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40123] - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-08-24 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://issues.apache.org/bugzilla/show_bu

RE: classloader for 1.7

2006-08-24 Thread Stephen McConnell \(DPML\)
Peter Reilly wrote: > Subject: classloader for 1.7 > > If it is not a little too late, I would like to get a vote on > including classloader into ant 1.7. > (http://issues.apache.org/bugzilla/show_bug.cgi?id=28228) I've been reading through the documentation on the proposed classloader data

RE: classloader for 1.7

2006-08-24 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > It has been included since 1.6.0 we just never told anybody. > Or is the one you want any different from the classloader > task that is already part of the code base. Stefan: Can you provide a summary of what

Re: Use of reflection in DirectoryScanner to remove duplicated code

2006-08-24 Thread Matt Benson
--- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > On Aug 23, 2006, at 7:26 AM, Kev Jackson wrote: > > > Hi, > > > > I want to run this by people here to see what > people think of > > this. Basically DirectoryScanner has some > duplicated code > > [ accountForIncludedFile, accountForI

Re: RE: classloader for 1.7

2006-08-24 Thread Antoine Levy-Lambert
Hello Steve, the classloader which is in the codebase now is not the one that Peter wants to add. His classloader is there : (Quoting Peter) >The proposed one is totally different. >see http://enitsys.sourceforge.net/ant-classloadertask/ Regards, Antoine Original-Nachricht D

RE: RE: classloader for 1.7

2006-08-24 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Friday, 25 August 2006 3:49 AM > To: Ant Developers List > Subject: Re: RE: classloader for 1.7 > > Hello Steve, > > the classloader which is in the codebase now is not the one > that Peter wants to a

Re: classloader for 1.7

2006-08-24 Thread Stefan Bodewig
On Fri, 25 Aug 2006, Stephen McConnell <[EMAIL PROTECTED]> wrote: >> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > >> It has been included since 1.6.0 we just never told anybody. >> Or is the one you want any different from the classloader >> task that is already part of the code base. > >

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-24 Thread Stefan Bodewig
On Thu, 24 Aug 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > There was a problem with utf8/latin1 encoding > and auto conversion at one time. The solution > was to mark the file as binary. And/or use contributors.xml. Did you update that one as well? We better keep them in sync. Stefan

svn commit: r434477 - in /ant/antlibs/dotnet/trunk/src: main/org/apache/ant/dotnet/ main/org/apache/ant/dotnet/build/ main/org/apache/ant/dotnet/compile/ main/org/apache/ant/dotnet/wix/ testcases/org/

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 12:27:51 2006 New Revision: 434477 URL: http://svn.apache.org/viewvc?rev=434477&view=rev Log: Move a few files around Added: ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/ ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/build/Abstr

svn commit: r434484 - in /ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet: ./ compile/

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 12:53:16 2006 New Revision: 434484 URL: http://svn.apache.org/viewvc?rev=434484&view=rev Log: copy the core tasks, no changes yet, tests need to be migrated as well Added: ant/antlibs/dotnet/trunk/src/main/org/apache/ant/dotnet/Ildasm.java - copied, chan

DO NOT REPLY [Bug 40311] New: - Ant doesn�t compile java.util.Collection

2006-08-24 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://issues.apache.org/bugzilla/show_

svn commit: r434498 - /ant/core/trunk/WHATSNEW

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 13:09:39 2006 New Revision: 434498 URL: http://svn.apache.org/viewvc?rev=434498&view=rev Log: Move some non-breaking (IMHO) changes down, whitespace Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/cor

DO NOT REPLY [Bug 20261] - Add a Sql task parameter to set the output column delimiter

2006-08-24 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://issues.apache.org/bugzilla/show_bu

svn commit: r434500 - in /ant/core/trunk: ./ docs/manual/ docs/manual/OptionalTasks/ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 13:11:31 2006 New Revision: 434500 URL: http://svn.apache.org/viewvc?rev=434500&view=rev Log: deprecate .NET tasks Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/OptionalTasks/dotnet.html ant/core/trunk/docs/manual/optionaltasklist.html

svn commit: r434506 - in /ant/core/trunk: ./ docs/manual/OptionalTasks/ src/main/org/apache/tools/ant/taskdefs/optional/dotnet/

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 13:18:53 2006 New Revision: 434506 URL: http://svn.apache.org/viewvc?rev=434506&view=rev Log: Use a more specific URL, don't shout that loud Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/OptionalTasks/dotnet.html ant/core/trunk/src/main

DO NOT REPLY [Bug 20261] - Add a Sql task parameter to set the output column delimiter

2006-08-24 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40313] New: - doesnt delete when defaultexcludes="false" and no includes is set

2006-08-24 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://issues.apache.org/bugzilla/show_bu

wrong stdout for java task with fork="no" executed through a script task

2006-08-24 Thread Hari Krishna Dara
I have a macrodef to wrap the task, just so I can execute it conditionally. The conditional check is done inside a script. When the script creates an task and executes it, the tasks that have "fork" set to "no" don't get the stdout set properly, so the output always comes on to console, even th

Re: classloader for 1.7

2006-08-24 Thread Conor MacNeill
I'm +1 on having the classloader task and being able to add paths to the main Ant classloader. Internally, we have been using a very simple task to extend the classpath and it is a very elegant solution for users who don't want to modify their ant install, etc. It is not without its hazards but th

Non-reflective version of DirectoryScanner refectoring

2006-08-24 Thread Kev Jackson
Hi, After thinking this through this morning on the ride into work, here is a version of the refactoring (extract method) that doesn't use any reflection (so should satisfy both Antoine and Matt ;)) Attached patch for testing purposes too. /** * Process included file. * @param name pa

Re: Use of reflection in DirectoryScanner to remove duplicated code

2006-08-24 Thread Kev Jackson
> OK. Actually I had written the pieces of code which you are > refactoring. :( It's ok, I have the advantage of hindsight, coming into a stable codebase is always easier than writing stuff from scratch - also I tend to specialise in refactoring at work - I rarely sit down and write teh origina

Wolfgang Häfelinger is out of the office.

2006-08-24 Thread Wolfgang Häfelinger
I will be out of the office starting 25-08-2006 and will not return until 05-09-2006. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 40123] - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-08-24 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://issues.apache.org/bugzilla/show_bu

Re: Non-reflective version of DirectoryScanner refectoring

2006-08-24 Thread Antoine Levy-Lambert
Hello Kev, this sounds like the solution. I think the use of reflection in the ant codebase should be limited to cases where we want to use third party APIs which may or not be here and which we do not want to explicitly compile against. Regards, Antoine On Aug 25, 2006, at 4:26 AM, Ke

svn commit: r436632 - in /ant/core/trunk/xdocs/antlibs: antunit/index.xml dotnet/index.xml

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 20:45:49 2006 New Revision: 436632 URL: http://svn.apache.org/viewvc?rev=436632&view=rev Log: update Antlib status Modified: ant/core/trunk/xdocs/antlibs/antunit/index.xml ant/core/trunk/xdocs/antlibs/dotnet/index.xml Modified: ant/core/trunk/xdocs/antlib

svn commit: r436633 - in /ant/core/trunk/docs: antlibs/antunit/index.html antlibs/dotnet/index.html external.html manual/CoreTasks/diagnostics.html manual/CoreTasks/java.html manual/CoreTasks/style.ht

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 20:46:29 2006 New Revision: 436633 URL: http://svn.apache.org/viewvc?rev=436633&view=rev Log: re-generate site Modified: ant/core/trunk/docs/antlibs/antunit/index.html ant/core/trunk/docs/antlibs/dotnet/index.html ant/core/trunk/docs/external.html

svn commit: r436634 - /ant/core/trunk/docs/manual/CoreTasks/diagnostics.html

2006-08-24 Thread bodewig
Author: bodewig Date: Thu Aug 24 20:54:00 2006 New Revision: 436634 URL: http://svn.apache.org/viewvc?rev=436634&view=rev Log: fix line-ends Modified: ant/core/trunk/docs/manual/CoreTasks/diagnostics.html (props changed) Propchange: ant/core/trunk/docs/manual/CoreTasks/diagnostics.html ---