iterator one liner, please help commit the patch...

2003-06-05 Thread Adam Jack
I have submitted a bug, and a patch, as documented here: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20272 Much as the code is using JXPATH the bug is a simple one, use of an Iterator.next() w/o a test to Iterator.hasNext(). Could I ask somebody to evaluate and commit this patch fo

Re: iterator one liner, please help commit the patch...

2003-06-05 Thread Nick Chalko
+1 I am also waiting on this. smime.p7s Description: S/MIME Cryptographic Signature

DO NOT REPLY [Bug 20495] New: - an issue in or task

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20272] - JXPath fails w/ exception if expression returns no results

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

AW: AW: Ant file to create patch file

2003-06-05 Thread Jan . Materne
> -or we configure the build file to take a different host (like > localhost) and maybe port, then you can SSH into, say, > sourceforge, and > tunnel over to apache.org If that would work it would be great. But I don´t think so. Our firewall is very restrictive. AFAIK only the ports for HTTP, F

AW: Selector Test

2003-06-05 Thread Jan . Materne
> +1 for providing a way to translate to filenames. I'm sure > that will be > much easier to use when debugging a test failure. This should > be easier to > call from the test, though. Perhaps a new method in > BaseSelectorTest that > takes a selector and the selection string and calls > ass

cvs commit: ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional JXPath.java

2003-06-05 Thread antoine
antoine 2003/06/05 00:53:20 Modified:proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional JXPath.java Log: fixes NPE on iterator causing JXPath to fail with exception if expression returns no results PR: 20272 Submitted by: Nick Chalko (nick at

DO NOT REPLY [Bug 20272] - JXPath fails w/ exception if expression returns no results

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20474] - New Selector and improved documentation

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

Re: Error in [if]-task

2003-06-05 Thread peter reilly
I see the problem. It is in the TaskAdapter, if the adapted task throws a build exception, this is logged at "error" level. Method executeM = null; try { Class c = proxy.getClass(); executeM = c.getMethod("execute", new Class[0]); if (executeM =

DO NOT REPLY [Bug 20499] New: - build exception reported in taskadapter at error level

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant TaskAdapter.java

2003-06-05 Thread peterreilly
peterreilly2003/06/05 02:35:47 Modified:src/main/org/apache/tools/ant TaskAdapter.java Log: Fix for 20499: When a proxied task throws a build exception, or other exception, the taskadapter reports this at error level. This is incorrect as the intent of taskadapter is to trans

DO NOT REPLY [Bug 20499] - build exception reported in taskadapter at error level

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20457] - VAJRemoteUtil calls getAbsolutePath instead of getPath

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20457] - VAJRemoteUtil calls getAbsolutePath instead of getPath

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

Re: Error in [if]-task

2003-06-05 Thread Conor MacNeill
On Thu, 5 Jun 2003 07:09 pm, peter reilly wrote: > I see the problem. > Cool. Actually, I think we should just get rid of that logging altogether. It provides not much useful info and a more useful exception is coming in a few milliseconds anyway. MHO, I don't think you need to open Bug report

Re: Error in [if]-task

2003-06-05 Thread peter reilly
On Thursday 05 June 2003 14:07, Conor MacNeill wrote: > On Thu, 5 Jun 2003 07:09 pm, peter reilly wrote: > > I see the problem. > > Cool. > > Actually, I think we should just get rid of that logging altogether. It > provides not much useful info and a more useful exception is coming in a > few mill

[PATCH] Documentation of Patternset

2003-06-05 Thread Jan . Materne
On http://www.jguru.com/forums/answer.jsp?op=62&EID=1091298 there is a nice question. Maybe we should add that pattern as example. Following the diff. Jan --- C:\seu\cvs-downloads\ant\ant\docs\manual\CoreTypes\patternset.html.org.fixcr lf Thu Jun 5 14:53:16 2003 +++ C:\seu\cvs-download

Re: AW: AW: Ant file to create patch file

2003-06-05 Thread Steve Loughran
[EMAIL PROTECTED] wrote: -or we configure the build file to take a different host (like localhost) and maybe port, then you can SSH into, say, sourceforge, and tunnel over to apache.org If that would work it would be great. But I don´t think so. Our firewall is very restrictive. AFAIK only the

AW: AW: AW: Ant file to create patch file

2003-06-05 Thread Jan . Materne
> WinCVS has a CVS-over-http mode, where I configure it with a > proxy. This > works for anoncvs access to cvs.apache.org. Have you tried this? Not YET :-) Jan

cvs commit: ant/docs/manual/CoreTypes filterchain.html

2003-06-05 Thread umagesh
umagesh 2003/06/05 10:54:28 Modified:docs/manual/CoreTypes filterchain.html Log: Starting with 1.6, Concat supports filterchain. Revision ChangesPath 1.10 +1 -0 ant/docs/manual/CoreTypes/filterchain.html Index: filterchain.html ===

cvs commit: ant/docs/manual/CoreTypes filterchain.html

2003-06-05 Thread umagesh
umagesh 2003/06/05 11:00:36 Modified:docs/manual/CoreTypes filterchain.html Log: Oops. Revision ChangesPath 1.11 +1 -1 ant/docs/manual/CoreTypes/filterchain.html Index: filterchain.html ===

DO NOT REPLY [Bug 19195] - Checksum values are -1 for the files in the zip created through ant

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: ant/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional JXPath.java

2003-06-05 Thread Nick Chalko
[EMAIL PROTECTED] wrote: antoine 2003/06/05 00:53:20 Modified:proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional JXPath.java Log: fixes NPE on iterator causing JXPath to fail with exception if expression returns no results PR: 20272 Submitted by: Nick

DO NOT REPLY [Bug 19195] - Checksum values are -1 for the files in the zip created through ant

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18956] - p4change task causes build to hang

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18956] - p4change task causes build to hang

2003-06-05 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://nagoya.apache.org/bugzilla/show_bu