DO NOT REPLY [Bug 28242] New: - Expose MacroDef from MacroInstance

2004-04-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 28243] New: - Display build complete time

2004-04-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 28243] - Display build complete time

2004-04-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: SSH tracking

2004-04-07 Thread Stefan Bodewig
On Tue, 6 Apr 2004, Rami Ojares <[EMAIL PROTECTED]> wrote: > Have a look at this patch Stefan. (It's patch from the whole > directory) I added verbose attribute and rearranged things a little. A few comments. * I don't see you using SSHBase in AbstractSshMessage at all, so you don't need to ad

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

2004-04-07 Thread peterreilly
peterreilly2004/04/07 05:11:17 Modified:src/main/org/apache/tools/ant UnknownElement.java Log: remove refernce to optional.jar in "unable to create task/type" message Obtained from: Jack J. Woehr Revision ChangesPath 1.79 +8 -6 ant/src/main/org/apache/tools/an

cvs commit: ant CONTRIBUTORS

2004-04-07 Thread peterreilly
peterreilly2004/04/07 05:13:30 Modified:.CONTRIBUTORS Log: add jack to contributors Revision ChangesPath 1.8 +1 -0 ant/CONTRIBUTORS Index: CONTRIBUTORS === RCS file: /home/cvs/ant/

Re: SSH tracking - Take 3

2004-04-07 Thread Rami Ojares
Here are answers to your questions + new patches. Q: I don't see you using SSHBase in AbstractSshMessage at all, so you don't need to add it as an attribute. The subclasses only need to know whether verbose output has been requested, so they don't need a reference to sshbase either, just th

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

2004-04-07 Thread peterreilly
peterreilly2004/04/07 05:17:12 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH UnknownElement.java Log: sync with head Revision ChangesPath No revision No revision 1.63.2.12 +13 -8 ant/src/main/

Re: Suggested Diff: UnknownElement.java

2004-04-07 Thread Peter Reilly
Jack J. Woehr wrote: Okay, how's this? That is good, I have committed it. Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2004-04-07 Thread peterreilly
peterreilly2004/04/07 05:39:13 Modified:src/main/org/apache/tools/ant/taskdefs MacroInstance.java Log: Expose MacroDef from MacroInstance PR: 28242 Reported by: Darin Swanson Revision ChangesPath 1.26 +7 -0 ant/src/main/org/apache/tools/ant/taskdefs/MacroIn

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

2004-04-07 Thread peterreilly
peterreilly2004/04/07 05:39:58 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH MacroInstance.java Log: sync with head Revision ChangesPath No revision No revision 1.5.2.20 +7 -0 ant/

DO NOT REPLY [Bug 28242] - Expose MacroDef from MacroInstance

2004-04-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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh AbstractSshMessage.java SSHBase.java Scp.java ScpFromMessage.java ScpToMessage.java

2004-04-07 Thread bodewig
bodewig 2004/04/07 06:30:30 Modified:.CONTRIBUTORS src/main/org/apache/tools/ant/taskdefs/optional/ssh AbstractSshMessage.java SSHBase.java Scp.java ScpFromMessage.java ScpToMessage.java Log: Add progress report t

Re: SSH tracking - Take 3

2004-04-07 Thread Stefan Bodewig
On Wed, 7 Apr 2004, Rami Ojares <[EMAIL PROTECTED]> wrote: > Here are answers to your questions + new patches. Thanks, I've committed the patch with some (minor) modifications. What we need now, are docs. Also, I'm not sure whether the form of the progess report is really optimal, that's why I

Re: SSH tracking - Take 4

2004-04-07 Thread Rami Ojares
> Thanks, I've committed the patch with some (minor) modifications. The pleasure is mine. > What we need now, are docs. Yep, I think also Jsch would need some docs and an API that does not need one to write bytes by hand but that is another story. I can help of course with the docs (but slowly :

DO NOT REPLY [Bug 28261] New: - java.lang.OutOfMemoryError

2004-04-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: DateSelector patch

2004-04-07 Thread Matt Benson
--- David Kavanagh <[EMAIL PROTECTED]> wrote: > Here is a patch for the DateSelector. It allows it FYI I have taken your patch and made a few mods... I have some more things to work on before I can thoroughly test this, but I haven't forgotten it. :) -Matt __ Do

little error in

2004-04-07 Thread Jan . Materne
Found by accident: will output BUILD FAILED build.xml:5: The type doesn't support the "wrongattribute" attribute. I think it would be better to show the original taskname (in contrast to the other *def tasks) because presetdef only takes one task/type and f

Re: little error in

2004-04-07 Thread Stefan Bodewig
On Wed, 7 Apr 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > I think it would be better to show the original taskname (in > contrast to the other *def tasks) because presetdef only takes one > task/type and finding the error would be easier. It depends. In your case havig the error message talk

Re: little error in

2004-04-07 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: [SNIP] > build.xml:5: The type doesn't support the > "wrongattribute" > attribute. > > I think it would be better to show the original > taskname (in contrast to the > other *def tasks) > because presetdef only takes one task/type and > finding the error would be

RE: DO NOT REPLY [Bug 28261] New: - java.lang.OutOfMemoryError

2004-04-07 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I have been trying to automate our deployment to WebSphere 5.0 on z/OS and > whenever I try to compile the source code I receive the following Out of > Memory error: > > compile: > [echo] ---

RE: little error in

2004-04-07 Thread Jan . Materne
ok. Jan > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 6:15 PM > To: [EMAIL PROTECTED] > Subject: Re: little error in > > > On Wed, 7 Apr 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > > > I think it would be better to show the

Re: cvs commit: ant CONTRIBUTORS

2004-04-07 Thread Jack J. Woehr
[EMAIL PROTECTED] wrote: > peterreilly2004/04/07 05:13:30 > > Modified:.CONTRIBUTORS > Log: > add jack to contributors > Thank you! -- Jack J. Woehr # We have gone from the horse and buggy Senior Consultant # to the moon rocket in one lifetime, but Purematrix, Inc.

DO NOT REPLY [Bug 28264] New: - Expose the adaptTo class of AntTypeDefinition

2004-04-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

[Ant Wiki] Updated: AntModules

2004-04-07 Thread ant-cvs
Date: 2004-04-07T09:40:59 Editor: 217.172.76.99 <> Wiki: Ant Wiki Page: AntModules URL: http://wiki.apache.org/ant/AntModules no comment Change Log: -- @@ -4,3 +4,4 @@ * the [http://cvs.apache.org/

java1.5 features of interest

2004-04-07 Thread Steve Loughran
some interesting things to worry about soon, based on the change log: http://java.sun.com/j2se/1.5.0/jcp/beta1/index.html 1. a new ProcessBuilder : http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder.html Either this eliminates all the platform specific grunge, or it adds

DO NOT REPLY [Bug 28261] - java.lang.OutOfMemoryError

2004-04-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 28264] - Expose the adaptTo class of AntTypeDefinition

2004-04-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

submitting a patch

2004-04-07 Thread dak
I had a look at the guidelines (http://ant.apache.org/ant_task_guidelines.html) and the suggestion is to run ant -f patch.xml . Where is patch.xml? Knowing the guidlines, I'll submit the DateSelector change that way. Since the Hotswap task won't work unless the JDk is 1.4 or greater (because of th

Re: submitting a patch

2004-04-07 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > I had a look at the guidelines > (http://ant.apache.org/ant_task_guidelines.html) > and the suggestion is to run ant -f patch.xml . > Where is patch.xml? > > Knowing the guidlines, I'll submit the DateSelector > change that way. patch.xml is in the root directory of

Re: DateSelector patch

2004-04-07 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Matt, > Thanks! I just thought I'd explain one thing in the > code. Previously, it was > parsing the datestamp in the setDatestamp() method. > I changed that so the > pattern could be used when parsing that. As long as > you understood that (and I > imagine you did),

DO NOT REPLY [Bug 24697] - The JUnit plugin forks once for each test suite

2004-04-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 24697] - The JUnit plugin forks once for each test suite

2004-04-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: java1.5 features of interest

2004-04-07 Thread Dominique Devienne
> From: Steve Loughran [mailto:[EMAIL PROTECTED] > 1. a new ProcessBuilder : > http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder > .html Gee, what happened to the JavaBeans method getXyz and setXyz!?!? There is ProcessBuilder#directory() instead of #getDirectory() There i

Re: java1.5 features of interest

2004-04-07 Thread Alexey N. Solofnenko
Finally... - Alexey. Dominique Devienne wrote: From: Steve Loughran [mailto:[EMAIL PROTECTED] 1. a new ProcessBuilder : http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder .html Gee, what happened to the JavaBeans method getXyz and setXyz!?!? There is ProcessBuilder#dire

RE: java1.5 features of interest

2004-04-07 Thread Dominique Devienne
> From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] > Dominique Devienne wrote: > >Gee, what happened to the JavaBeans method getXyz and setXyz!?!?> > Finally... Oh really? How about File& directory(); const File& directory() const; since you're at it ;-) Yes, Java is verbose,

Re: DateSelector patch

2004-04-07 Thread dak
I was hoping to grab a nightly build to get a version of Ant with the DateSelector change. Seems like there aren't any nightly builds on the web site since last September. Would the best thing be to grab the 1.6.1 source release and get DateSelector from anonCVS and build myself? David Quoting Ma

Re: DateSelector patch

2004-04-07 Thread Matt Benson
Either that or just grab and build CVS HEAD in its entirety... AKA alpha testing. :) -Matt --- [EMAIL PROTECTED] wrote: > I was hoping to grab a nightly build to get a > version of Ant with the > DateSelector change. Seems like there aren't any > nightly builds on the web site > since last Septe

DO NOT REPLY [Bug 28228] - task

2004-04-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 28228] - task

2004-04-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: java1.5 features of interest

2004-04-07 Thread Steve Loughran
Dominique Devienne wrote: From: Steve Loughran [mailto:[EMAIL PROTECTED] 1. a new ProcessBuilder : http://java.sun.com/j2se/1.5.0/jcp/beta1/apidiffs/java/lang/ProcessBuilder .html Gee, what happened to the JavaBeans method getXyz and setXyz!?!? There is ProcessBuilder#directory() instead of #getDi

cvs commit: ant/src/main/org/apache/tools/ant/types/selectors DateSelector.java

2004-04-07 Thread mbenson
mbenson 2004/04/07 15:46:51 Modified:.CONTRIBUTORS docs/manual/CoreTypes selectors.html src/main/org/apache/tools/ant/types/selectors DateSelector.java Log: Add pattern attribute to DateSelector. Document granularity attr

DO NOT REPLY [Bug 28261] - java.lang.OutOfMemoryError

2004-04-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