DO NOT REPLY [Bug 21180] - Downgrade multiple warning

2006-08-31 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

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

2006-08-31 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 dotnet-antlib-test has an issue affecting its community integration. This issue a

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

2006-08-31 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

DO NOT REPLY [Bug 21180] - Downgrade multiple warning

2006-08-31 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

Classpath: entries in Java EEmanifests

2006-08-31 Thread Steve Loughran
SR-000244 JavaTM Platform, Enterprise Edition 5 Specification (Final Release), page 156. http://jcp.org/aboutJava/communityprocess/final/jsr244/index.html "The Manifest file is named META-INF/MANIFEST.MF in the JAR file. The Class-Path entry in the Manifest file is of the form Class-Path: list

Re: Classpath: entries in Java EEmanifests

2006-08-31 Thread Antoine Levy-Lambert
Hello Steve, on top of that they should write : Class-Path: list-of-relative-URLs-of-jar-files-or-directories-separated-by-spaces and give a hint that relative-URLs mean in practice : non ASCII characters and spaces and I do not know what are % encoded based on the byte(s) representation of th

copying references

2006-08-31 Thread Matt Benson
DD, what was that task you had for doing something with references at a different time than Ant normally would? Seems like it is attached to a BZ issue someplace... Do you know what I'm talking about? All: shouldn't Ant have an e.g. task? Example, given the custom foo type: "b" != "a"; "

Re: copying references

2006-08-31 Thread Dominique Devienne
On 8/31/06, Matt Benson <[EMAIL PROTECTED]> wrote: DD, what was that task you had for doing something with references at a different time than Ant normally would? Seems like it is attached to a BZ issue someplace... Do you know what I'm talking about? Yes, it's called , and is indeed attached

Re: copying references

2006-08-31 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 8/31/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > DD, what was that task you had for doing something > > with references at a different time than Ant > normally > > would? Seems like it is attached to a BZ issue > > someplace... Do you k

svn commit: r438953 - /ant/core/trunk/src/main/org/apache/tools/ant/Project.java

2006-08-31 Thread mbenson
Author: mbenson Date: Thu Aug 31 08:37:27 2006 New Revision: 438953 URL: http://svn.apache.org/viewvc?rev=438953&view=rev Log: Strike lying comment. Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/Project.java URL: h

Re: copying references

2006-08-31 Thread Dominique Devienne
I agree it's diserable, but it's indeed not currently possible to override a reference and at the same time reuse the previous definition, if any. You can do the override alone, albeit with a warning. This is hurting Ant's ability to define generic and reusable build files. When I designed a

Re: svn commit: r438953 - /ant/core/trunk/src/main/org/apache/tools/ant/Project.java

2006-08-31 Thread Dominique Devienne
On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Strike lying comment. - * @param value The value of the reference. Must not be null. + * @param value The value of the reference. How about enforcing the comment in fact? Binding null values to refs is bad, and will only show up l

svn commit: r438968 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java

2006-08-31 Thread mbenson
Author: mbenson Date: Thu Aug 31 09:02:26 2006 New Revision: 438968 URL: http://svn.apache.org/viewvc?rev=438968&view=rev Log: ws Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ConditionBase.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/con

DO NOT REPLY [Bug 40207] - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-31 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: r438953 - /ant/core/trunk/src/main/org/apache/tools/ant/Project.java

2006-08-31 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > Strike lying comment. > > - * @param value The value of the reference. > Must not be null. > > + * @param value The value of the reference. > > How about enforcing the commen

Re: copying references

2006-08-31 Thread Matt Benson
--- Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > > I agree it's diserable, but it's indeed not > currently possible to > override a reference and at the same time reuse the > previous > definition, if any. You can do the override alone, > albeit with a > warning. This is hurting Ant's ab

svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread mbenson
Author: mbenson Date: Thu Aug 31 12:04:12 2006 New Revision: 439014 URL: http://svn.apache.org/viewvc?rev=439014&view=rev Log: Auto-discover built-in conditions added >= 1.7 from the accompanying antlib so we can stop adding junk setters to ConditionBase. Modified: ant/core/trunk/src/main/o

Re: classloader for 1.7

2006-08-31 Thread Jesse Glick
Peter Reilly wrote: I have done a prototype and the results look good: Does indeed look safer to me. b) it intercepts classes with "optional" or "ScriptRunner" in the name and loads these from itself rather than from the parent classloader. Note that you could exclude all of .taskdefs.** i

Re: Building Ant 1.7beta

2006-08-31 Thread Jesse Glick
Stefan Bodewig wrote: you'd just be asking for classloader problems if you have two different versions of Ant inside the same Java VM while compiling Ant or running the Unit tests, aren't you? This is another pet peeve of mine: apparently when you run the Ant unit tests, the version of Ant it

RE: Building Ant 1.7beta

2006-08-31 Thread Stephen McConnell
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Glick > Sent: Friday, 1 September 2006 4:56 AM > To: dev@ant.apache.org > Subject: Re: Building Ant 1.7beta > > Stefan Bodewig wrote: > > you'd just be asking for classloader problems if you have two > > dif

svn commit: r439042 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ImportTask.java

2006-08-31 Thread mbenson
Author: mbenson Date: Thu Aug 31 13:40:26 2006 New Revision: 439042 URL: http://svn.apache.org/viewvc?rev=439042&view=rev Log: Be more specific logging imports. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ImportTask.java Modified: ant/core/trunk/src/main/org/apache/tools/

svn commit: r439055 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/Target.java

2006-08-31 Thread peterreilly
Author: peterreilly Date: Thu Aug 31 14:42:21 2006 New Revision: 439055 URL: http://svn.apache.org/viewvc?rev=439055&view=rev Log: remove equals/hashcode from Target. Bugzilla report 40207. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/Target.java Modifie

DO NOT REPLY [Bug 40207] - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-31 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: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Antoine Levy-Lambert
Hello, this sounds cool. Regards, Antoine Original-Nachricht Datum: Thu, 31 Aug 2006 19:04:13 - Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

Re: RE: Building Ant 1.7beta

2006-08-31 Thread Antoine Levy-Lambert
Original-Nachricht Datum: Fri, 1 Sep 2006 05:31:48 +0930 Von: "Stephen McConnell" <[EMAIL PROTECTED]> An: "\'Ant Developers List\'" Betreff: RE: Building Ant 1.7beta > > This is another pet peeve of mine: apparently when you run > > the Ant unit tests, the version of Ant it is

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Matt Benson
If we don't have to retain API compatibility from 1.7beta1 to 1.7beta2... :) Thanks, Matt --- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hello, > > this sounds cool. > > Regards, > > Antoine > Original-Nachricht > Datum: Thu, 31 Aug 2006 19:04:13 - > Von: [EMAIL P

DO NOT REPLY [Bug 40207] - hashCode() in Target breaks XmlLogger (and CruiseControl)

2006-08-31 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: r439063 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-08-31 Thread peterreilly
Author: peterreilly Date: Thu Aug 31 15:07:11 2006 New Revision: 439063 URL: http://svn.apache.org/viewvc?rev=439063&view=rev Log: allow ant to be bootstapped Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml Modified: ant/core/trunk/src/main/org/apache/to

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Peter Reilly
On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mbenson Date: Thu Aug 31 12:04:12 2006 New Revision: 439014 URL: http://svn.apache.org/viewvc?rev=439014&view=rev Log: Auto-discover built-in conditions added >= 1.7 from the accompanying antlib so we can stop adding junk setters

Re: svn commit: r439063 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/antlib.xml

2006-08-31 Thread Matt Benson
Whoa, sorry I apparently broke bootstrapping. I used build.sh earlier, but I realize now it looks like I had an old bootstrap directory sitting around that it used; I was thinking build.sh would do the bootstrap for me. I guess that's what I get for second-guessing the way I used to bootstrap: .

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 8/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > > > Author: mbenson > > Date: Thu Aug 31 12:04:12 2006 > > New Revision: 439014 > > > > URL: > http://svn.apache.org/viewvc?rev=439014&view=rev > > Log: > > Auto-discover built-in condition

Re: Building Ant 1.7beta

2006-08-31 Thread Kev Jackson
I know this too. To run ant testcases, either I run them individually in IDEA, or I bootstrap and rebuild and install my new version of ant, then run the tests. I just set my ANT_HOME to point to ~/projects/ant-core-trunk/build/ dist - then I'm always running the latest code and the tests

RE: New classloader inside an application

2006-08-31 Thread Rainer Noack
This will not work. The only way to use another vm (resp. bootstrap classes) is to fork a new system process outside the current one. Cheers Rainer > -Original Message- > From: Jose Noheda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 30, 2006 12:22 PM > To: dev@ant.apache.org >

svn commit: r439158 - in /ant/antlibs/dotnet/trunk: ./ src/etc/testcases/ src/etc/testcases/src/ src/main/org/apache/ant/dotnet/ src/main/org/apache/ant/dotnet/build/ src/main/org/apache/ant/dotnet/co

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:31:05 2006 New Revision: 439158 URL: http://svn.apache.org/viewvc?rev=439158&view=rev Log: apply committers-svn:tools/copy2license.pl Modified: ant/antlibs/dotnet/trunk/build.xml ant/antlibs/dotnet/trunk/src/etc/testcases/augment-path.xml ant/antlib

svn commit: r439159 - in /ant/antlibs/dotnet/trunk/docs: csc.html ilasm.html ildasm.html importtypelib.html jsharpc.html vbc.html wsdltodotnet.html

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:39:26 2006 New Revision: 439159 URL: http://svn.apache.org/viewvc?rev=439159&view=rev Log: forgot some old task docs Added: ant/antlibs/dotnet/trunk/docs/csc.html - copied, changed from r439158, ant/core/trunk/docs/manual/OptionalTasks/csc.html a

svn commit: r439160 - in /ant/antlibs/dotnet/trunk: CONTRIBUTORS README TODO contributors.xml docs/index.html docs/msbuild.html docs/nant.html docs/nunit.html

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:42:34 2006 New Revision: 439160 URL: http://svn.apache.org/viewvc?rev=439160&view=rev Log: improve docs Added: ant/antlibs/dotnet/trunk/TODO (with props) ant/antlibs/dotnet/trunk/contributors.xml (with props) Removed: ant/antlibs/dotnet/trunk/CO

svn commit: r439161 - /ant/antlibs/ReleaseInstructions

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:45:00 2006 New Revision: 439161 URL: http://svn.apache.org/viewvc?rev=439161&view=rev Log: First cut at release instructions for Antlibs Added: ant/antlibs/ReleaseInstructions - copied, changed from r439160, ant/core/trunk/ReleaseInstructions Copied:

svn commit: r439162 - /ant/antlibs/common/trunk/build.xml

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:50:38 2006 New Revision: 439162 URL: http://svn.apache.org/viewvc?rev=439162&view=rev Log: add a distribution target Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/co

svn commit: r439164 - in /ant/core/trunk: docs/antlibs/bindownload.html docs/antlibs/srcdownload.html xdocs/antlibs/bindownload.xml xdocs/antlibs/srcdownload.xml

2006-08-31 Thread bodewig
Author: bodewig Date: Thu Aug 31 20:57:00 2006 New Revision: 439164 URL: http://svn.apache.org/viewvc?rev=439164&view=rev Log: fix tab Modified: ant/core/trunk/docs/antlibs/bindownload.html ant/core/trunk/docs/antlibs/srcdownload.html ant/core/trunk/xdocs/antlibs/bindownload.xml a

Re: copying references

2006-08-31 Thread Stefan Bodewig
On Thu, 31 Aug 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > All: shouldn't Ant have an e.g. task? We probably never felt the need for it, but why not. I'm not sure about the name since copy implies cloning to me. Something with "alias" in its name? Stefan --

Re: Building Ant 1.7beta

2006-08-31 Thread Stefan Bodewig
On Thu, 31 Aug 2006, Jesse Glick <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: >> you'd just be asking for classloader problems if you have two >> different versions of Ant inside the same Java VM while compiling >> Ant or running the Unit tests, aren't you? > > This is another pet peeve of m

[VOTE] Release Plan for .NET Antlib

2006-08-31 Thread Stefan Bodewig
Hi all, this is a PMC vote, but input of people not on the PMC are certainly highly welcome. I propose the following plan to releas version 1.0 of the .NET Antlib and also propose to be the release manager myself. (1) Release 1.0 beta 1 ASAP. Since we haven't released any Antlib before and

What should an Antlib distribution look like?

2006-08-31 Thread Stefan Bodewig
Hi all, I've created Antlib ReleaseInstructions and a distribution target. To see what comes out of the later, take a look at . Is this OK, are we missing something, should there be anything else, is there too much in the release? Stefan --

[VOTE] Accept RC as .NET 1.0 beta

2006-08-31 Thread Stefan Bodewig
I propose to adopt the - after amending the version number, of course - as release 1.0 beta 1 of the .NET Antlib. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

AW: [VOTE] Release Plan for .NET Antlib

2006-08-31 Thread Jan.Materne
Because I dont use .NET (and therefore .NET Antlib), a +0 from me (but I trust you ;-) Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 1. September 2006 06:22 >An: dev@ant.apache.org >Betreff: [VOTE] Release Plan for .NET Antlib > >Hi a

AW: What should an Antlib distribution look like?

2006-08-31 Thread Jan.Materne
bin-distro [1] * It would be nice to have a readable version of the contributors.xml. Can be generated with an xsl like [2]. * Good to have the JAR on top directory - easier to load. * Empty etc/ directory? * I would prefer a manual with an Ant-style: with a navigation on the left. And for scr