Re: [VOTE] Release Plan for .NET Antlib

2006-09-01 Thread Kev Jackson
I'm following this closely as I'd like to release the vss antlib sooner rather than later and I'll be using this .net release as a guide... > (1) Release 1.0 beta 1 ASAP. > > Since we haven't released any Antlib before and don't have any > distribution template for them, I'm going to prop

Re: What should an Antlib distribution look like?

2006-09-01 Thread Antoine Levy-Lambert
Hello Stefan, this looks good. only remark : I can not read the titles in the documentation of the tasks which come from ant such as csc. especially the nested element titles. I see grey rectangles. Regards, Antoine On Sep 1, 2006, at 7:24 AM, Stefan Bodewig wrote: Hi all, I've created

Re: [VOTE] Release Plan for .NET Antlib

2006-09-01 Thread Antoine Levy-Lambert
On Sep 1, 2006, at 7:21 AM, Stefan Bodewig wrote: 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.

Re: [VOTE] Accept RC as .NET 1.0 beta

2006-09-01 Thread Antoine Levy-Lambert
On Sep 1, 2006, at 7:25 AM, Stefan Bodewig wrote: I propose to adopt the - after amending the version number, of course - as release 1.0 beta 1 of the .NET Antlib. Stefan Hi, I am not using .NET either, but still, +1 Antoine --

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

2006-09-01 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-09-01 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: classloader for 1.7

2006-09-01 Thread Peter Reilly
I do not want this to be too complicated. The component classloader should delegate everything to its parent classloader (the Project.class.getClassLoader()) except for ant's optional tasks and types. Ant code has no control over the contents of the classlaoder for project, it is set up differentl

Re: classloader for 1.7

2006-09-01 Thread Peter Reilly
Opps, I hit "Send" instead of "Save Now", to finish: We do not have control of the classes loaded in the Project classloader when ant is called from the java api, so we cannot make a "the transitive closure of Project". I think however that ant-launcher can initialize the componentclassloader wi

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

2006-09-01 Thread Antoine Levy-Lambert
Hi Stefan, what are the errors that are found in the gump run for dotnet ? is it a bug in WsdlToDotnet or a bug in the test ? also, why does gump put /usr/local/gump/public/workspace/ant-antlibs/ dotnet/build/ant-dotnet-01092006.jar on the classpath ? Regards, Antoine On Sep 1, 2006, at 1

Re: [VOTE] Release Plan for .NET Antlib

2006-09-01 Thread Steve Loughran
Stefan Bodewig wrote: 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 release

Re: What should an Antlib distribution look like?

2006-09-01 Thread Steve Loughran
Stefan Bodewig wrote: 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 rele

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

2006-09-01 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi Stefan, what are the errors that are found in the gump run for dotnet ? is it a bug in WsdlToDotnet or a bug in the test ? well, I wouldnt have expected it to run on gump at all. Is mono getting involved?

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

2006-09-01 Thread Steve Loughran
[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 to ConditionBase. + +/**

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

2006-09-01 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > [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 accompany

DO NOT REPLY [Bug 36803] - Macro elements dont include text

2006-09-01 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-09-01 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: [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 antl

DO NOT REPLY [Bug 36803] - Macro elements dont include top level text

2006-09-01 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-09-01 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> [EMAIL PROTECTED] wrote: > >>> Author: mbenson > >>> Date: Thu Aug 31 12:04:12 2006 > >>> New Revision: 439014 > >>> > >>> URL: > >> http://svn.apache.org/viewvc?rev=43901

svn commit: r439363 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ConditionTask.java WaitFor.java

2006-09-01 Thread mbenson
Author: mbenson Date: Fri Sep 1 09:08:01 2006 New Revision: 439363 URL: http://svn.apache.org/viewvc?rev=439363&view=rev Log: ws Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ConditionTask.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/WaitFor.java Modified

Re: [VOTE] Release Plan for .NET Antlib

2006-09-01 Thread Stefan Bodewig
On Fri, 01 Sep 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: > I doubt many on this list use .net daily Me and maybe Alexey, yes. > so pushing out to a wider audience will probably be the only way to > get significant amounts of testing/feedback Absolutely. And our experience so far says nobody

Re: [VOTE] Release Plan for .NET Antlib

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Jan Materne <[EMAIL PROTECTED]> wrote: > (but I trust you ;-) That's dangerous. The last time I played release manager Ant 1.1 was the result ;-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: What should an Antlib distribution look like?

2006-09-01 Thread Stefan Bodewig
On Fri, 01 Sep 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: > -do the jars themselves have a version tag at the end? Yes. > -are we thinking of publishing to the maven repository? The ReleaseInstructions file says , | [TODO need to decide on repository structure] ` I'm not fa

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

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > what are the errors that are found in the gump run for dotnet ? is > it a bug in WsdlToDotnet or a bug in the test ? The test passes on both Microsoft frameworks I have installed (1.1 and 2.0), right now my Linux box doesn't ha

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

2006-09-01 Thread Stefan Bodewig
On Fri, 01 Sep 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: > well, I wouldnt have expected it to run on gump at all. Is mono > getting involved? I installed Mono (1.14 IIRC) on vmgump a few months ago, yes. Stefan - To unsu

Re: What should an Antlib distribution look like?

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > only remark : I can not read the titles in the documentation of the > tasks which come from ant such as csc. especially the nested > element titles. I see grey rectangles. They have been autogenerated ages ago and use (ugly, s

svn commit: r439391 - in /ant/antlibs/common/trunk: build.xml contributors.xsl

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 10:31:38 2006 New Revision: 439391 URL: http://svn.apache.org/viewvc?rev=439391&view=rev Log: Add build.xml to source dist, create plain text version of contributors.xml on the fly Added: ant/antlibs/common/trunk/contributors.xsl (with props) Modified:

Re: What should an Antlib distribution look like?

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Jan Materne <[EMAIL PROTECTED]> wrote: > bin-distro [1] > * It would be nice to have a readable version of the > contributors.xml. Can be generated with an xsl like [2]. done. > * Empty etc/ directory? fixed (if it is empty, it won't end up in the distribution). > * I would

svn commit: r439395 - /ant/antlibs/dotnet/trunk/doap_DotnetAntlib.rdf

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 10:40:07 2006 New Revision: 439395 URL: http://svn.apache.org/viewvc?rev=439395&view=rev Log: Add a DOAP file, will add release date later ;-) Added: ant/antlibs/dotnet/trunk/doap_DotnetAntlib.rdf (with props) Added: ant/antlibs/dotnet/trunk/doap_DotnetAntl

svn commit: r439396 - /ant/antlibs/dotnet/trunk/docs/csc.html

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 10:41:27 2006 New Revision: 439396 URL: http://svn.apache.org/viewvc?rev=439396&view=rev Log: remove conflicting styles Modified: ant/antlibs/dotnet/trunk/docs/csc.html Modified: ant/antlibs/dotnet/trunk/docs/csc.html URL: http://svn.apache.org/viewvc/ant/an

Re: What should an Antlib distribution look like?

2006-09-01 Thread Stefan Bodewig
On Fri, 01 Sep 2006, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Is this OK, are we missing something, should there be anything else, javadocs in the binary distribution? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

svn commit: r439402 - in /ant/antlibs/svn/trunk: ./ src/etc/ src/etc/testcases/ src/main/org/apache/ant/svn/ src/tests/junit/org/apache/ant/svn/

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 11:04:57 2006 New Revision: 439402 URL: http://svn.apache.org/viewvc?rev=439402&view=rev Log: copy2license.pl Modified: ant/antlibs/svn/trunk/build.xml ant/antlibs/svn/trunk/src/etc/diff.xsl ant/antlibs/svn/trunk/src/etc/testcases/abstractsvntask.xml

svn commit: r439410 - in /ant/sandbox/antlibs/vss: ./ src/etc/testcases/ src/main/org/apache/ant/vss/ src/tests/junit/org/apache/ant/vss/

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 11:14:34 2006 New Revision: 439410 URL: http://svn.apache.org/viewvc?rev=439410&view=rev Log: copy2license.pl Modified: ant/sandbox/antlibs/vss/NOTICE ant/sandbox/antlibs/vss/build.xml ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml ant/sandbox

svn commit: r439411 - in /ant/sandbox/antlibs/http/trunk: ./ src/etc/testcases/http/ src/main/org/apache/ant/http/ src/war/resources/

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 11:17:26 2006 New Revision: 439411 URL: http://svn.apache.org/viewvc?rev=439411&view=rev Log: copy2license.pl Modified: ant/sandbox/antlibs/http/trunk/NOTICE ant/sandbox/antlibs/http/trunk/src/etc/testcases/http/base.xml ant/sandbox/antlibs/http/trunk/

svn commit: r439418 [12/12] - in /ant/core/trunk/src/main/org/apache/tools: ant/ ant/dispatch/ ant/filters/ ant/filters/util/ ant/helper/ ant/input/ ant/launch/ ant/listener/ ant/loader/ ant/taskdefs/

2006-09-01 Thread bodewig
Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/facade/ImplementationSpecificArgument.java?rev=439418&r1=439417&r2=439418&view=diff ==

license changes

2006-09-01 Thread Matt Benson
Stefan: I'm glad you're doing these. Saves me always having to delete the extra space in the cright line. ;) Can you send an "I'm done" message to dev@ when you've done them all? Thanks, Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

Re: license changes

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > Stefan: I'm glad you're doing these. That's just me trying to have the last commit on each and every file in Ant's svn, that's all 8-) > Saves me always having to delete the extra space in the cright > line. ;) I fixed the copy2licens

svn commit: r439435 - in /ant/core/trunk/xdocs: ./ antlibs/ antlibs/antunit/ antlibs/dotnet/ antlibs/svn/ projects/ stylesheets/

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 12:38:53 2006 New Revision: 439435 URL: http://svn.apache.org/viewvc?rev=439435&view=rev Log: copy2license.pl Modified: ant/core/trunk/xdocs/antlibs/antunit/index.xml ant/core/trunk/xdocs/antlibs/bindownload.xml ant/core/trunk/xdocs/antlibs/charter.xml

svn commit: r439436 - /ant/core/trunk/patch.xml

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 12:41:23 2006 New Revision: 439436 URL: http://svn.apache.org/viewvc?rev=439436&view=rev Log: don't check for copyright line Modified: ant/core/trunk/patch.xml Modified: ant/core/trunk/patch.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/patch.xml?rev=

Re: copying references

2006-09-01 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > 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

svn commit: r439448 [6/6] - in /ant/core/trunk: ./ docs/ docs/manual/stylesheets/ src/etc/ src/etc/checkstyle/ src/etc/testcases/core/containersrc/test/ src/etc/testcases/taskdefs/apt/ src/etc/testcas

2006-09-01 Thread bodewig
Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/testcases/org/apache/tools/ant/util/DateUtilsTest.java?rev=439448&r1=439447&r2=439448&view=diff

svn commit: r439449 - /ant/core/trunk/xdocs/faq.xml

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:09:08 2006 New Revision: 439449 URL: http://svn.apache.org/viewvc?rev=439449&view=rev Log: update junit FAQ Modified: ant/core/trunk/xdocs/faq.xml Modified: ant/core/trunk/xdocs/faq.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/faq.xml?rev=43

Re: license changes

2006-09-01 Thread Stefan Bodewig
On Fri, 1 Sep 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > Can you send an "I'm done" message to dev@ when you've done them > all? Done, all files that had a copyright header should have the new license header now. I haven't modified the HTML files yet, though (and won't do so, at least not so

svn commit: r439452 - /ant/core/trunk/xdocs/stylesheets/templates.vm

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:11:54 2006 New Revision: 439452 URL: http://svn.apache.org/viewvc?rev=439452&view=rev Log: don't generate copyright lines Modified: ant/core/trunk/xdocs/stylesheets/templates.vm Modified: ant/core/trunk/xdocs/stylesheets/templates.vm URL: http://svn.apach

Re: license changes

2006-09-01 Thread Matt Benson
Thanks for tackling these un-fun issues. I'm sure we all appreciate it. + thanks for letting us know when we can synch up! -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Fri, 1 Sep 2006, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > Can you send an "I'm done" message to dev@ when >

svn commit: r439453 - /ant/core/trunk/build.xml

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:15:21 2006 New Revision: 439453 URL: http://svn.apache.org/viewvc?rev=439453&view=rev Log: don't generate copyright lines Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=

svn commit: r439456 - in /ant/core/trunk: ./ docs/ docs/antlibs/ docs/antlibs/antunit/ docs/antlibs/dotnet/ docs/antlibs/svn/ docs/projects/ xdocs/stylesheets/

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:17:02 2006 New Revision: 439456 URL: http://svn.apache.org/viewvc?rev=439456&view=rev Log: re-generate site Modified: ant/core/trunk/docs.xml ant/core/trunk/docs/antlibs/antunit/index.html ant/core/trunk/docs/antlibs/bindownload.html ant/core/tr

svn commit: r439460 - /ant/core/trunk/KEYS

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:24:59 2006 New Revision: 439460 URL: http://svn.apache.org/viewvc?rev=439460&view=rev Log: more sigs Modified: ant/core/trunk/KEYS Modified: ant/core/trunk/KEYS URL: http://svn.apache.org/viewvc/ant/core/trunk/KEYS?rev=439460&r1=439459&r2=439460&view=diff

DO NOT REPLY [Bug 40395] New: - Problems with Diagnostics on 1.4.* VMs

2006-09-01 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: r439465 - /ant/antlibs/common/trunk/KEYS

2006-09-01 Thread bodewig
Author: bodewig Date: Fri Sep 1 13:28:11 2006 New Revision: 439465 URL: http://svn.apache.org/viewvc?rev=439465&view=rev Log: Add KEYS file Added: ant/antlibs/common/trunk/KEYS - copied unchanged from r439463, ant/core/trunk/KEYS --

svn commit: r439488 [2/13] - in /ant/site: ./ generated/ generated/ant2/ generated/antlibs/ generated/antlibs/antunit/ generated/antlibs/dotnet/ generated/antlibs/svn/ generated/images/ generated/proj

2006-09-01 Thread bodewig
Added: ant/site/generated/ant2/requested-features.html URL: http://svn.apache.org/viewvc/ant/site/generated/ant2/requested-features.html?rev=439488&view=auto == --- ant/site/generated/ant2/requested-features.html (added) +

svn commit: r439488 [8/13] - in /ant/site: ./ generated/ generated/ant2/ generated/antlibs/ generated/antlibs/antunit/ generated/antlibs/dotnet/ generated/antlibs/svn/ generated/images/ generated/proj

2006-09-01 Thread bodewig
Propchange: ant/site/generated/external.html -- svn:eol-style = native - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

svn commit: r439488 [13/13] - in /ant/site: ./ generated/ generated/ant2/ generated/antlibs/ generated/antlibs/antunit/ generated/antlibs/dotnet/ generated/antlibs/svn/ generated/images/ generated/pro

2006-09-01 Thread bodewig
Added: ant/site/generated/svn.html URL: http://svn.apache.org/viewvc/ant/site/generated/svn.html?rev=439488&view=auto == --- ant/site/generated/svn.html (added) +++ ant/site/generated/svn.html Fri Sep 1 14:41:40 2006 @@ -

svn commit: r439488 [6/13] - in /ant/site: ./ generated/ generated/ant2/ generated/antlibs/ generated/antlibs/antunit/ generated/antlibs/dotnet/ generated/antlibs/svn/ generated/images/ generated/proj

2006-09-01 Thread bodewig
Added: ant/site/generated/bylaws.html URL: http://svn.apache.org/viewvc/ant/site/generated/bylaws.html?rev=439488&view=auto == --- ant/site/generated/bylaws.html (added) +++ ant/site/generated/bylaws.html Fri Sep 1 14:41: