svn commit: r536747 - /ant/core/trunk/docs/manual/tutorial-writing-tasks.html

2007-05-09 Thread jhm
Author: jhm Date: Wed May 9 22:43:04 2007 New Revision: 536747 URL: http://svn.apache.org/viewvc?view=rev&rev=536747 Log: remove @author 1. not in use inside Ant any more 2. problems with egrave ;-) Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html Modified: ant/core/trunk/do

svn commit: r536740 - in /ant/core/trunk/src/tests/antunit/taskdefs: delete-test.xml javac-test.xml pathconvert-test.xml war-test.xml whichresource-test.xml

2007-05-09 Thread kevj
Author: kevj Date: Wed May 9 21:42:26 2007 New Revision: 536740 URL: http://svn.apache.org/viewvc?view=rev&rev=536740 Log: -use antunit-base Modified: ant/core/trunk/src/tests/antunit/taskdefs/delete-test.xml ant/core/trunk/src/tests/antunit/taskdefs/javac-test.xml ant/core/trunk/src

svn commit: r536739 - /ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml

2007-05-09 Thread kevj
Author: kevj Date: Wed May 9 21:38:02 2007 New Revision: 536739 URL: http://svn.apache.org/viewvc?view=rev&rev=536739 Log: -use antunit-base Modified: ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml Modified: ant/core/trunk/src/tests/antunit/taskdefs/move-test.xml URL: http://svn.a

svn commit: r536737 - /ant/core/trunk/docs/manual/tutorial-writing-tasks.html

2007-05-09 Thread kevj
Author: kevj Date: Wed May 9 20:16:31 2007 New Revision: 536737 URL: http://svn.apache.org/viewvc?view=rev&rev=536737 Log: -fix not closed & add information about classes for nested elements must be static Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html Modified: ant/core

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

2007-05-09 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

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

2007-05-09 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

DO NOT REPLY [Bug 42369] - concat fixlastline should not apply to nested text

2007-05-09 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: r536592 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Concat.java src/tests/antunit/taskdefs/concat-test.xml

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 10:12:26 2007 New Revision: 536592 URL: http://svn.apache.org/viewvc?view=rev&rev=536592 Log: concat fixlastline/nested text regression; PR 42369 Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java ant/co

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

2007-05-09 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 42369] New: - concat fixlastline should not apply to nested text

2007-05-09 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: NestedElement weirdness

2007-05-09 Thread Peter Reilly
Yes, they need to be static for addX(Y) to work. The createX() method can be used for non static inner classes. Peter On 5/9/07, Matt Benson <[EMAIL PROTECTED]> wrote: This probably isn't your whole problem, but right off the bat you generally need to make your inner types static. HTH, Matt

Re: NestedElement weirdness

2007-05-09 Thread Matt Benson
This probably isn't your whole problem, but right off the bat you generally need to make your inner types static. HTH, Matt --- Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi all, > > I've just spent a hugely frustrating 2 hours or so > trying to get a > simple nested element to work within a ta

NestedElement weirdness

2007-05-09 Thread Kevin Jackson
Hi all, I've just spent a hugely frustrating 2 hours or so trying to get a simple nested element to work within a task. -addElementName(ObjectType t) fails (task doesn't support nested element) -addConfiguredElementName(ObjectType t) fails -createElementName works Here's pretty much the exact c

svn commit: r536579 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Concat.java src/tests/antunit/taskdefs/concat-test.xml src/tests/antunit/taskdefs/utf-16.expected src/tests/an

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 09:41:35 2007 New Revision: 536579 URL: http://svn.apache.org/viewvc?view=rev&rev=536579 Log: massive refactorings to Concat: fix failing testcases in HEAD, and implement ResourceCollection Added: ant/core/trunk/src/tests/antunit/taskdefs/utf-16.expected (w

svn commit: r536575 - /ant/core/trunk/src/tests/antunit/taskdefs/length-test.xml

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 08:57:43 2007 New Revision: 536575 URL: http://svn.apache.org/viewvc?view=rev&rev=536575 Log: okay, REALLY finish antunitizing the length test Modified: ant/core/trunk/src/tests/antunit/taskdefs/length-test.xml Modified: ant/core/trunk/src/tests/antunit/taskd

svn commit: r536570 - /ant/core/trunk/src/tests/antunit/taskdefs/length-test.xml

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 08:39:56 2007 New Revision: 536570 URL: http://svn.apache.org/viewvc?view=rev&rev=536570 Log: finish antunitizing length test Modified: ant/core/trunk/src/tests/antunit/taskdefs/length-test.xml Modified: ant/core/trunk/src/tests/antunit/taskdefs/length-test.x

svn commit: r536557 - /ant/core/trunk/src/etc/testcases/taskdefs/concat.xml

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 08:07:43 2007 New Revision: 536557 URL: http://svn.apache.org/viewvc?view=rev&rev=536557 Log: wtf Modified: ant/core/trunk/src/etc/testcases/taskdefs/concat.xml Modified: ant/core/trunk/src/etc/testcases/taskdefs/concat.xml URL: http://svn.apache.org/viewvc/

svn commit: r536549 - /ant/core/trunk/src/tests/antunit/antunit-base.xml

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 07:50:24 2007 New Revision: 536549 URL: http://svn.apache.org/viewvc?view=rev&rev=536549 Log: add importable file to give any antunit file a base for running itself Added: ant/core/trunk/src/tests/antunit/antunit-base.xml (with props) Added: ant/core/trunk/

svn commit: r536552 - in /ant/core/trunk/src: etc/testcases/taskdefs/length.xml tests/antunit/taskdefs/length-test.xml tests/junit/org/apache/tools/ant/taskdefs/LengthTest.java

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 07:51:57 2007 New Revision: 536552 URL: http://svn.apache.org/viewvc?view=rev&rev=536552 Log: antunitize length test Added: ant/core/trunk/src/tests/antunit/taskdefs/length-test.xml - copied unchanged from r535935, ant/core/trunk/src/etc/testcases/taskd

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

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 07:49:46 2007 New Revision: 536548 URL: http://svn.apache.org/viewvc?view=rev&rev=536548 Log: refactorings Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Length.java

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

2007-05-09 Thread mbenson
Author: mbenson Date: Wed May 9 07:08:50 2007 New Revision: 536536 URL: http://svn.apache.org/viewvc?view=rev&rev=536536 Log: if either resource to be compared has an unknown size, we must compare content Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ResourceUtils.java Modifie

Re: auto download of antlibs

2007-05-09 Thread Xavier Hanin
On 5/9/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > On 5/8/07, Steve Loughran <[EMAIL PROTECTED]> wrote: >> Xavier Hanin wrote: >> > On 5/7/07, Steve Loughran <[EMAIL PROTECTED]> wrote: >> >> >> hooking in to a named ivy conf: >> >> >> >> >> > And wher is the version info

Re: auto download of antlibs

2007-05-09 Thread Xavier Hanin
On 5/9/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > On 5/7/07, Stephen McConnell <[EMAIL PROTECTED]> wrote: >> >> >> > -Original Message- >> > From: Xavier Hanin [mailto:[EMAIL PROTECTED] >> > Sent: Friday, 4 May 2007 5:56 PM >> > To: Ant Developers List >> > Subje

Re: auto download of antlibs

2007-05-09 Thread Steve Loughran
Stefan Bodewig wrote: On Mon, 07 May 2007, Steve Loughran <[EMAIL PROTECTED]> wrote: You'd have to include a version. One thing you could do is lib:xmlns="antlib://org/example/something#2.13" ...but that would place the version into the namespace, which is too early to read in/expand ant proper

Re: auto download of antlibs

2007-05-09 Thread Steve Loughran
Xavier Hanin wrote: On 5/8/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Xavier Hanin wrote: > On 5/7/07, Steve Loughran <[EMAIL PROTECTED]> wrote: >> hooking in to a named ivy conf: >> >> > And wher is the version information? And how do we map this package > name to an organization/module na

Re: auto download of antlibs

2007-05-09 Thread Steve Loughran
Xavier Hanin wrote: On 5/7/07, Stephen McConnell <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Xavier Hanin [mailto:[EMAIL PROTECTED] > Sent: Friday, 4 May 2007 5:56 PM > To: Ant Developers List > Subject: Re: auto download of antlibs > > On 5/4/07, Steve Loughran <[EMAIL PRO