Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-22 Thread Peter Reilly
cool! Peter On 9/22/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. AntUnit is an Ant Library - a library of tasks - that was initially developed to write tests for Ant

Re: [ANN] Apache AntUnit 1.0 Beta 1 Released

2006-09-22 Thread Kevin Jackson
The Ant Team is proud to announce the first Beta release of Apache AntUnit 1.0. Damn good stuff! Thanks Stefan for getting this out. When I finally get some free time I'll be hacking on Ant to get some AntUnit goodness put back into the main code :) Kev ---

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

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

svn commit: r448886 - /ant/core/trunk/fetch.xml

2006-09-22 Thread stevel
Author: stevel Date: Fri Sep 22 03:14:27 2006 New Revision: 448886 URL: http://svn.apache.org/viewvc?view=rev&rev=448886 Log: when you ask for everything, you get everything, scripting included. Modified: ant/core/trunk/fetch.xml Modified: ant/core/trunk/fetch.xml URL: http://svn.apache.org

DO NOT REPLY [Bug 39597] - Reference not seen by top level tasks in sub-projects

2006-09-22 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 test-ant (in module ant) failed

2006-09-22 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 test-ant has an issue affecting its community integration. This issue affects 1 p

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2006-09-22 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 test-ant-no-xerces has an issue affecting its community integration. This issue a

Deferring references

2006-09-22 Thread Peter Reilly
Currently in ant, there is two steps in processing a project build file, a parsing step and an execution step. In the parsing step a DOM like structure of Targets and UnknownElements are build up. These targets and unknown elements are then processed in the execution step. This model works quite o

Re: Resource.getURL()

2006-09-22 Thread Scott Stirling
DD asks: > Does that play well with application containers that often embed Ant? Stephen McConnell replies, in part: Something to keep in mind is that the creation of a URL is handled inside the system classloader. As such when the JVM attempts to locate handler classes, it is limited to clas

Re: Deferring references

2006-09-22 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: [SNIP] > I propose that we defer handing id's until the > processing > stage. > > The change to do this is very small. > [SNIP] > I have have played a little with this and everthing > seems > to work fine. > I would imagine we couldn't call this change

Re: Resource.getURL()

2006-09-22 Thread Matt Benson
--- Scott Stirling <[EMAIL PROTECTED]> wrote: > DD asks: > > > Does that play well with application containers > that often embed Ant? > > Stephen McConnell replies, in part: > > Something to keep in mind is that the creation of > a URL is handled inside > > the system classloader. As such when

Re: Deferring references

2006-09-22 Thread Peter Reilly
On 9/22/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: [SNIP] > I propose that we defer handing id's until the > processing > stage. > > The change to do this is very small. > [SNIP] > I have have played a little with this and everthing > seems > to work f

Re: Deferring references

2006-09-22 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > On 9/22/06, Matt Benson <[EMAIL PROTECTED]> > wrote: > > > > --- Peter Reilly <[EMAIL PROTECTED]> > wrote: > > [SNIP] > > > I propose that we defer handing id's until the > > > processing > > > stage. > > > > > > The change to do this is very small. >

Re: Resource.getURL()

2006-09-22 Thread Scott Stirling
Yes, exactly. Sorry, I missed that. Just re-joined the list after a long absence. I've implemented "pseudo" or application-level protocol handlers before to achieve the same goals as here (as I understand them so far). Scott S. Scott, are you talking about something like option (b) that I descr

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

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 08:53:35 2006 New Revision: 448972 URL: http://svn.apache.org/viewvc?view=rev&rev=448972 Log: sp Modified: ant/antlibs/antunit/trunk/docs/assertions.html Modified: ant/antlibs/antunit/trunk/docs/assertions.html URL: http://svn.apache.org/viewvc/ant/antlibs/a

svn commit: r449000 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogContains.java

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 10:05:12 2006 New Revision: 449000 URL: http://svn.apache.org/viewvc?view=rev&rev=449000 Log: cleanup Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogContains.java Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/Log

Re: Deferring references

2006-09-22 Thread Antoine Levy-Lambert
+1 for this change, Antoine - Original Message - From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Friday, September 22, 2006 4:00 PM Subject: Deferring references > Currently in ant, there is two steps in processing > a project build file, a parsing step and an

DO NOT REPLY [Bug 40584] New: - loadproperties task reports IOException on en_US.UTF-8 locale

2006-09-22 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: r449046 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/Echo.java taskdefs/Recorder.java types/LogLevel.java

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 11:42:21 2006 New Revision: 449046 URL: http://svn.apache.org/viewvc?view=rev&rev=449046 Log: incorporate new LogLevel EA into and . Are there others? Added: ant/core/trunk/src/main/org/apache/tools/ant/types/LogLevel.java (with props) Modified: ant/c

svn commit: r449047 - in /ant/antlibs/antunit/trunk/src: main/org/apache/ant/antunit/LogContent.java tests/junit/org/apache/ant/antunit/LogContentTest.java

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 11:43:25 2006 New Revision: 449047 URL: http://svn.apache.org/viewvc?view=rev&rev=449047 Log: add a new logcontent resource and a test Added: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/LogContent.java (with props) ant/antlibs/antunit/tru

svn commit: r449083 - in /ant/antlibs/antunit/trunk: docs/antunit.html docs/index.html docs/logcontent.html src/main/org/apache/ant/antunit/antlib.xml

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 13:48:20 2006 New Revision: 449083 URL: http://svn.apache.org/viewvc?view=rev&rev=449083 Log: add logcontent typedef and doco. Added: ant/antlibs/antunit/trunk/docs/logcontent.html (with props) Modified: ant/antlibs/antunit/trunk/docs/antunit.html an

DO NOT REPLY [Bug 33604] - classconstants filter reader reads a limited number of constants per class.

2006-09-22 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 40584] - loadproperties task reports IOException on en_US.UTF-8 locale

2006-09-22 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 27219] - in an macro outputs wrong

2006-09-22 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: r449090 - /ant/core/trunk/docs/manual/CoreTasks/javac.html

2006-09-22 Thread peterreilly
Author: peterreilly Date: Fri Sep 22 14:10:40 2006 New Revision: 449090 URL: http://svn.apache.org/viewvc?view=rev&rev=449090 Log: bugzilla 27283: note that optimize has no effect for sun jdk>1.3 Modified: ant/core/trunk/docs/manual/CoreTasks/javac.html Modified: ant/core/trunk/docs/manual/C

DO NOT REPLY [Bug 27283] - [PATCH] Note that optimize="true" probably does not optimize anything

2006-09-22 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: r449091 - /ant/core/trunk/build.xml

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 14:11:30 2006 New Revision: 449091 URL: http://svn.apache.org/viewvc?view=rev&rev=449091 Log: disallow mixing of old-style "testcase" property with either of antunit.testcase, junit.testcase, or both. Additionally, allow files simply named test.xml in addition t

svn commit: r449103 - in /ant/core/trunk: docs/manual/CoreTypes/ src/etc/testcases/types/resources/selectors/ src/main/org/apache/tools/ant/types/selectors/ src/resources/org/apache/tools/ant/types/re

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 14:52:53 2006 New Revision: 449103 URL: http://svn.apache.org/viewvc?view=rev&rev=449103 Log: migrate resource selectors tests to antunit. modify containsselector to function as a resourceselector; add test. alphabetize resource selectors antlib. Added: ant/co

svn commit: r449108 - in /ant/core/trunk: docs/manual/CoreTypes/ src/main/org/apache/tools/ant/types/selectors/ src/resources/org/apache/tools/ant/types/resources/selectors/ src/tests/antunit/types/re

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 15:13:40 2006 New Revision: 449108 URL: http://svn.apache.org/viewvc?view=rev&rev=449108 Log: containsregexp does double-duty as FileSelector + ResourceSelector. Modified: ant/core/trunk/docs/manual/CoreTypes/resources.html ant/core/trunk/docs/manual/CoreT

svn commit: r449111 - /ant/core/trunk/docs/manual/CoreTypes/selectors.html

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 15:17:41 2006 New Revision: 449111 URL: http://svn.apache.org/viewvc?view=rev&rev=449111 Log: Fix incorrectly documented default value for size selector's when attribute. Modified: ant/core/trunk/docs/manual/CoreTypes/selectors.html Modified: ant/core/trunk/d

svn commit: r449115 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SizeSelector.java

2006-09-22 Thread mbenson
Author: mbenson Date: Fri Sep 22 15:31:55 2006 New Revision: 449115 URL: http://svn.apache.org/viewvc?view=rev&rev=449115 Log: switch when attribute of size fileselector to use Comparison type. Also took out a bunch of spurious parentheses and moved the public statics to the top. Modified:

RE: Resource.getURL()

2006-09-22 Thread Stephen McConnell
> -Original Message- > From: Scott Stirling [mailto:[EMAIL PROTECTED] > Sent: Friday, 22 September 2006 11:58 PM > To: Ant Developers List > Subject: Re: Resource.getURL() > > DD asks: > > > Does that play well with application containers that > often embed Ant? > > Stephen McConnell