Re: question

2006-07-26 Thread Steve Loughran
Sergey Yevtushenko wrote: Dominique Devienne wrote: Open a bugzilla enhancement, and attach an svn diff -u patch against SVN head. OK. Can you detail a little bit more what is "batching" for . I've never heard a it. It just passes files to compiler in batches of specified size instead of

DO NOT REPLY [Bug 40093] - ant.PropertyHelper reference not passed to called build

2006-07-26 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 svn-antlib-test (in module ant-antlibs) failed

2006-07-26 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

Re: svn commit: r421591 - /ant/core/trunk/WHATSNEW

2006-07-26 Thread Jesse Glick
[EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=421591&r1=421590&r2=421591&view=diff +* Ant launcher program prints errors to stderr, and exits with a -1 exit code + value if, for any reason, it cannot actually start Ant proper. Isn't 2 more conventional

Re: conditional attributes for arg and env elements

2006-07-26 Thread Jesse Glick
Matt Benson wrote: Would it be possible to add if and unless attributes to the env and arg elements used in exec [...] if it is "defined vs. not defined" you could use conditionally defined presetdefs. That is a lot more cumbersome however. vs. (ack!)

Re: svn commit: r420305 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java HasMethod.java

2006-07-26 Thread Jesse Glick
[EMAIL PROTECTED] wrote: well, if you put the docs in, you need to follow with the code. looks for methods. Wouldn't hasMember be more appropriate since it can check for fields too? URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/HasMethod.

Re: conditional attributes for arg and env elements

2006-07-26 Thread Matt Benson
--- Jesse Glick <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > >> Would it be possible to add if and unless > attributes to the env and > >> arg elements used in exec [...] > > > > if it is "defined vs. not defined" you could use > conditionally > > defined presetdefs. > > That is a lot more

svn commit: r425875 - in /ant/core/trunk/src: main/org/apache/tools/ant/types/DirSet.java testcases/org/apache/tools/ant/types/DirSetTest.java

2006-07-26 Thread jglick
Author: jglick Date: Wed Jul 26 15:15:12 2006 New Revision: 425875 URL: http://svn.apache.org/viewvc?rev=425875&view=rev Log: Expressing a as a string should show matching dirs, not files! Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/DirSet.java ant/core/trunk/src/testcas

DO NOT REPLY [Bug 39683] - toString() method on dirset returns the list of files instead of list of dirs

2006-07-26 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: r425879 - in /ant/core/trunk/src/main/org/apache/tools/ant/helper: ProjectHelper2.java ProjectHelperImpl.java

2006-07-26 Thread jglick
Author: jglick Date: Wed Jul 26 15:29:50 2006 New Revision: 425879 URL: http://svn.apache.org/viewvc?rev=425879&view=rev Log: People should not think that "file:../master.xml" is a meaningful URI. Ant historically supports it but normal XML parsers do not. Modified: ant/core/trunk/src/main/or

DO NOT REPLY [Bug 40014] - have to enter valid input multiple times on second build file for input task

2006-07-26 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: conditional attributes for arg and env elements

2006-07-26 Thread Dominique Devienne
IIRC DD was a supporter of "if/unless everywhere"; maybe he can summarize off the top of his head. ATM I can't think why this would be A Bad Thing. My own summary is that I don't really understand why some people are so against if/unless in more places (like all top-level types ;-) Real world e

DO NOT REPLY [Bug 40123] New: - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-07-26 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 40123] - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-07-26 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: r425957 - /ant/antlibs/antunit/trunk/docs/antunit.html

2006-07-26 Thread bodewig
Author: bodewig Date: Wed Jul 26 21:35:42 2006 New Revision: 425957 URL: http://svn.apache.org/viewvc?rev=425957&view=rev Log: soon? Modified: ant/antlibs/antunit/trunk/docs/antunit.html Modified: ant/antlibs/antunit/trunk/docs/antunit.html URL: http://svn.apache.org/viewvc/ant/antlibs/antu

DO NOT REPLY [Bug 39373] - scp task does not work for some sshd, which does not scp1 protocol.

2006-07-26 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: [PATCH] resultproperty for sshexec

2006-07-26 Thread Stefan Bodewig
On Fri, 16 Jun 2006, Atsuhiko Yamanaka <[EMAIL PROTECTED]> wrote: > The attached patch will add the 'resultproperty' attribute support > to sshexec task. You know that 'resultproperty' is supported by > exec task. I had put this mail aside before I went on vacation and just now saw there is no a

DO NOT REPLY [Bug 40123] - [PATCH] Removing OPTIMIZE_TOKEN_MANAGER from JavaCC task

2006-07-26 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