Re: auto download of antlibs

2007-05-08 Thread Steve Loughran
Stephen McConnell wrote: -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] 3. an antlib resolver would do the mapping from antlib package to artifacts (problem one), actually a pretty big problem. Which may explain why two JSRs are dealing with the subject: http://

Re: auto download of antlibs

2007-05-08 Thread Steve Loughran
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 name couple? What do you think of providing all information: I'd expect all version

Re: auto download of antlibs

2007-05-08 Thread Xavier Hanin
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 PROTECTED]> wrote: > > >

Re: auto download of antlibs

2007-05-08 Thread Xavier Hanin
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 name couple? What do yo

svn commit: r536221 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ConcatTest.java

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 08:30:53 2007 New Revision: 536221 URL: http://svn.apache.org/viewvc?view=rev&rev=536221 Log: add assertion message Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ConcatTest.java Modified: ant/core/trunk/src/tests/junit/org/apache/too

svn commit: r536242 - /ant/core/trunk/docs/manual/CoreTasks/conditions.html

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 09:27:09 2007 New Revision: 536242 URL: http://svn.apache.org/viewvc?view=rev&rev=536242 Log: fix textfile/astext attribute descriptions Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.html Modified: ant/core/trunk/docs/manual/CoreTasks/conditions.h

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

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 15:26:17 2007 New Revision: 536352 URL: http://svn.apache.org/viewvc?view=rev&rev=536352 Log: ws/doc/unnecessary else Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/ReaderInputStream.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/ut

svn commit: r536353 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Resources.java

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 15:27:10 2007 New Revision: 536353 URL: http://svn.apache.org/viewvc?view=rev&rev=536353 Log: javadoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/Resources.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources

svn commit: r536355 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/StringResource.java

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 15:28:38 2007 New Revision: 536355 URL: http://svn.apache.org/viewvc?view=rev&rev=536355 Log: add a new constructor for programmatic construction of a StringResource with property substitution (will support fixing broken Concat tests) Modified: ant/core/trun

svn commit: r536356 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 15:29:24 2007 New Revision: 536356 URL: http://svn.apache.org/viewvc?view=rev&rev=536356 Log: guard against empty name oobe Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/resources/URLResource.java Modified: ant/core/trunk/src/main/org/apache/

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

2007-05-08 Thread mbenson
Author: mbenson Date: Tue May 8 15:30:20 2007 New Revision: 536358 URL: http://svn.apache.org/viewvc?view=rev&rev=536358 Log: constructor with passed-in ProjectComponent and default loglevel Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/LogOutputStream.java Modified: ant/

Re: auto download of antlibs

2007-05-08 Thread Stefan Bodewig
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 properties, and you'd h