DO NOT REPLY [Bug 41455] - TarEntry.java: getName does not provide for non-ASCII encoded entry names

2007-08-07 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

Unused method Locator.fromUriJava14

2007-08-07 Thread Jan.Materne
The implementation of Locator.fromUri() (the facade for Java13+Java14 conversion) was introduced with [1]. But why the 1.4 implementation is commented out? public static String fromURI(String uri) { // #buzilla8031: first try Java 1.4. String result = null; //result = f

Re: Unused method Locator.fromUriJava14

2007-08-07 Thread Steve Loughran
[EMAIL PROTECTED] wrote: The implementation of Locator.fromUri() (the facade for Java13+Java14 conversion) was introduced with [1]. But why the 1.4 implementation is commented out? public static String fromURI(String uri) { // #buzilla8031: first try Java 1.4. String result =

DO NOT REPLY [Bug 43040] - Ant Manual needs to be updated

2007-08-07 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: PropertyHelper breaks ant-contrib

2007-08-07 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi, > > see > > > Apparently AntCallBack's test tries to install a > PropertyHelper (I'm > not familiar with either the task's no

DO NOT REPLY [Bug 43048] - NullPointerException in org.apache.ant.types.resources.Files

2007-08-07 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 42397] - Reference does not work for within a

2007-08-07 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 43048] - NullPointerException in org.apache.ant.types.resources.Files

2007-08-07 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: Last chance: vmbuild migration & ant nightlies

2007-08-07 Thread Matt Benson
Brett: Am I too late in speaking up for the group? AFAIK we do want our nightly builds to continue; at least *I* do. -Matt --- Brett Porter <[EMAIL PROTECTED]> wrote: > Hi Antoine, all, > > A reminder from my earlier mail... > > Currently, it appears that Ant is running nightly > builds on v

Re: PropertyHelper breaks ant-contrib

2007-08-07 Thread Peter Reilly
The problem is that ComponentHelper checks if "task" classe are suitable for being ant classes: /** * Checks whether or not a class is suitable for serving as Ant task. * Ant task implementation classes must be public, concrete, and have * a no-arg constructor. * * @pa

Re: PropertyHelper breaks ant-contrib

2007-08-07 Thread Matt Benson
Okay, thanks for the triage! --- Peter Reilly <[EMAIL PROTECTED]> wrote: > The problem is that ComponentHelper checks if "task" > classe are > suitable for being ant classes: > > /** > * Checks whether or not a class is suitable for > serving as Ant task. > * Ant task implementatio

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

2007-08-07 Thread mbenson
Author: mbenson Date: Tue Aug 7 15:17:43 2007 New Revision: 563679 URL: http://svn.apache.org/viewvc?view=rev&rev=563679 Log: remove constructor Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/PropertyHelperTask.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/t

First-time contributor - advice needed

2007-08-07 Thread DJohnson
I have a new task to contribute under optional/ssh, but when I do an "ant -f patch.xml" I get a lot of other files in the patch.tar.gz. I'm thinking it should only have my new class source and the patch to default.properties. Am I correct, and should I just manually remove the extraneous file

svn commit: r563734 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java

2007-08-07 Thread bodewig
Author: bodewig Date: Tue Aug 7 20:55:41 2007 New Revision: 563734 URL: http://svn.apache.org/viewvc?view=rev&rev=563734 Log: re-add single-arg signature of assertLogContaining, allows JDependTest to compile Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/BuildFileTest.java M