[VOTE] Release AntUnit 1.0 Beta 1

2006-09-18 Thread Stefan Bodewig
Hi all, I've uploaded the files that correspond to a tagged but not yet committed version of AntUnit to . I propose to release those files as "Apache AntUnit 1.0 Beta 1". Stefan - To

svn commit: r447725 - /ant/antlibs/common/tags/antunit_10beta1/

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 21:34:51 2006 New Revision: 447725 URL: http://svn.apache.org/viewvc?view=rev&rev=447725 Log: tag version for AntUnit 1.0 Beta 1 Added: ant/antlibs/common/tags/antunit_10beta1/ - copied from r447130, ant/antlibs/common/trunk/ --

svn commit: r447724 - in /ant/antlibs/antunit/trunk: README docs/antunit.html docs/assert.html docs/assertions.html docs/index.html docs/plainlistener.html docs/xmllistener.html

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 21:31:21 2006 New Revision: 447724 URL: http://svn.apache.org/viewvc?view=rev&rev=447724 Log: update docs Added: ant/antlibs/antunit/trunk/README (with props) Modified: ant/antlibs/antunit/trunk/docs/antunit.html ant/antlibs/antunit/trunk/docs/assert

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Stefan Bodewig
On Mon, 18 Sep 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > I placed that there for the reson that I do > not know what Windows turkish locale does > for environment keys, No idea either, sorry. Stefan - To unsubscribe, e-ma

Re: suggestion : Ant 1.8 full dist to include a 'scripting lang'

2006-09-18 Thread Kevin Jackson
On Fri, 15 Sep 2006, Jesse Glick <[EMAIL PROTECTED]> wrote: > -0.5 on Lisp or Scheme. I don't think anybody around here was more than half-serious. I was more than half serious, but not as part of Ant, more as an interesting side project > Don't get me wrong, I probably would have been mise

Re: antunit integration

2006-09-18 Thread Kevin Jackson
Forgive the top post. In case anybody hasn't figured it out, with Ant 1.7 beta 2 out the door and a new AntUnit 1.0 beta apparently hot on its heels, I am working on modifying the Ant core build to run both junit and antunit tests... just to make sure nobody's duplicating work. I am basically do

Re: antunit integration

2006-09-18 Thread Matt Benson
Forgive the top post. In case anybody hasn't figured it out, with Ant 1.7 beta 2 out the door and a new AntUnit 1.0 beta apparently hot on its heels, I am working on modifying the Ant core build to run both junit and antunit tests... just to make sure nobody's duplicating work. I am basically doi

svn commit: r447580 - /ant/antlibs/antunit/trunk/docs/antunit.html

2006-09-18 Thread mbenson
Author: mbenson Date: Mon Sep 18 14:42:18 2006 New Revision: 447580 URL: http://svn.apache.org/viewvc?view=rev&rev=447580 Log: correction and a couple of capitalizations Modified: ant/antlibs/antunit/trunk/docs/antunit.html Modified: ant/antlibs/antunit/trunk/docs/antunit.html URL: http://s

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

2006-09-18 Thread mbenson
Author: mbenson Date: Mon Sep 18 14:17:52 2006 New Revision: 447565 URL: http://svn.apache.org/viewvc?view=rev&rev=447565 Log: more cleanup and some preliminary shifting of 'test' to 'junit' concept Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache

Re: svn commit: r447549 - /ant/core/trunk/build.xml

2006-09-18 Thread Antoine Levy-Lambert
Hello Matt, looks nice, regards, Antoine Original-Nachricht Datum: Mon, 18 Sep 2006 20:49:21 - Von: [EMAIL PROTECTED] An: [EMAIL PROTECTED] Betreff: svn commit: r447549 - /ant/core/trunk/build.xml > Author: mbenson > Date: Mon Sep 18 13:49:21 2006 > New Revision: 447549 >

Re: DirectoryScannerTest

2006-09-18 Thread Matt Benson
It hits a package-private method. I suppose we could change to internally only run that method when tests.and.ant.share.classloader if we wanted to ensure that this test always runs. Alternately, you can set CLASSPATH=build/classes:build/testcases and -Dbuild.sysclasspath=only when running tests

DirectoryScannerTest

2006-09-18 Thread Antoine Levy-Lambert
Hello, I noticed that DirectoryScannerTest does not run when I run the tests. It requires that this property be set tests.and.ant.share.classloader. What prevents DirectoryScannerTest from running when the tests are not forked ? I think that this is an important test and that we should make

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

2006-09-18 Thread mbenson
Author: mbenson Date: Mon Sep 18 13:51:50 2006 New Revision: 447550 URL: http://svn.apache.org/viewvc?view=rev&rev=447550 Log: modify to look like other verbose echoes in this target Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/

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

2006-09-18 Thread mbenson
Author: mbenson Date: Mon Sep 18 13:49:21 2006 New Revision: 447549 URL: http://svn.apache.org/viewvc?view=rev&rev=447549 Log: tests.are.on.system.classpath check didn't work on cygwin. Replaced calculation of build\testcases on CLASSPATH with a 1.7 for better portability and dogfood consumption

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Peter Reilly
I placed that there for the reson that I do not know what Windows turkish locale does for environment keys, in particular the infameos "i". - i.e. does the turkish version of windows follow the locale rules for upper/lower case? Peter On 9/18/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On

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

2006-09-18 Thread mbenson
Author: mbenson Date: Mon Sep 18 13:20:38 2006 New Revision: 447538 URL: http://svn.apache.org/viewvc?view=rev&rev=447538 Log: minor junit related mods Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&

svn commit: r447520 - /ant/antlibs/antunit/trunk/libraries.properties

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 12:40:48 2006 New Revision: 447520 URL: http://svn.apache.org/viewvc?view=rev&rev=447520 Log: file has been renamed Removed: ant/antlibs/antunit/trunk/libraries.properties - To unsubscribe,

svn commit: r447521 - in /ant/antlibs/antunit/trunk/docs: antunit.html assert.html assertions.html expectfailure.html index.html plainlistener.html xmllistener.html

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 12:47:04 2006 New Revision: 447521 URL: http://svn.apache.org/viewvc?view=rev&rev=447521 Log: use common CSS stylesheet Modified: ant/antlibs/antunit/trunk/docs/antunit.html ant/antlibs/antunit/trunk/docs/assert.html ant/antlibs/antunit/trunk/docs/asse

svn commit: r447519 - /ant/antlibs/antunit/trunk/pom.xml

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 12:39:55 2006 New Revision: 447519 URL: http://svn.apache.org/viewvc?view=rev&rev=447519 Log: will be generated during build Removed: ant/antlibs/antunit/trunk/pom.xml - To unsubscribe, e-ma

svn commit: r447518 - in /ant/antlibs/antunit/trunk: doap_AntUnit.rdf version.properties

2006-09-18 Thread bodewig
Author: bodewig Date: Mon Sep 18 12:33:33 2006 New Revision: 447518 URL: http://svn.apache.org/viewvc?view=rev&rev=447518 Log: Add some information files pre-release Added: ant/antlibs/antunit/trunk/doap_AntUnit.rdf (with props) ant/antlibs/antunit/trunk/version.properties (with props

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Stefan Bodewig
On Sat, 16 Sep 2006, <[EMAIL PROTECTED]> wrote: > +if (environmentCaseInSensitive) { > +// Nb: using default locale as key is a env name > +key = key.toLowerCase(); > +} is there any guarantee that environment keys don't contain the letter I

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Dominique Devienne
Thanks for the comments, it is always nice for people to check the code - I mentioned that this patch was the one that I was a little worried about. And thanks to you for all the work in BugZilla! Impressive!!! 1) The code does not export the lower case version of the env variable that the use

svn commit: r447413 - /ant/core/trunk/ReleaseInstructions

2006-09-18 Thread antoine
Author: antoine Date: Mon Sep 18 07:32:00 2006 New Revision: 447413 URL: http://svn.apache.org/viewvc?view=rev&rev=447413 Log: another precision for the ReleaseInstructions Modified: ant/core/trunk/ReleaseInstructions Modified: ant/core/trunk/ReleaseInstructions URL: http://svn.apache.org/v

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Peter Reilly
Hi DD, Thanks for the comments, it is always nice for people to check the code - I mentioned that this patch was the one that I was a little worried about. 1) The code does not export the lower case version of the env variable that the user passed in, the lower case version is only used for compa

Re: svn commit: r446979 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/taskdefs/Execute.java

2006-09-18 Thread Dominique Devienne
On 9/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: bugzilla 28874: make env case insensitive for windows @@ -624,9 +627,17 @@ for (int i = 0; i < env.length; i++) { // Get key including "=" String key = env[i].substring(0, env[i].indexOf('=') + 1); +

svn commit: r447360 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

2006-09-18 Thread jhm
Author: jhm Date: Mon Sep 18 03:43:19 2006 New Revision: 447360 URL: http://svn.apache.org/viewvc?view=rev&rev=447360 Log: Add a @deprecated tag. Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRu

Re: svn commit: r446766 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

2006-09-18 Thread Peter Reilly
Yep, it needs one. On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >Log: >a bc file for scriptrunner > >Added: >ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java (with props) > >+package org.apache.tools.ant.util; >+ >+/** >+ * This class is here for backwards compati

AW: svn commit: r446766 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java

2006-09-18 Thread Jan.Materne
>Log: >a bc file for scriptrunner > >Added: >ant/core/trunk/src/main/org/apache/tools/ant/util/ScriptRunner.java (with props) > >+package org.apache.tools.ant.util; >+ >+/** >+ * This class is here for backwards compatiblity. >+ * Use org.apache.tools.ant.types.optional.ScriptRunner >+ * instead. >

DO NOT REPLY [Bug 26160] - taskdef could not load definitions from resource

2006-09-18 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 26160] - taskdef could not load definitions from resource

2006-09-18 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