Re: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Jesse Stockall
On Wed, 2003-04-16 at 11:35, Conor MacNeill wrote: > On Wed, 16 Apr 2003 05:56 pm, Stefan Bodewig wrote: > > One thing that you'll need to consider is that people may download the > > old distribution from a mirror and try to check it with the signature > > for the new distribution from www.apache.

Re: ant tutorial

2003-04-16 Thread Gus Heck
I agree. This is really cool. The section labeled "Top Level Tasks" seems to say that tasks on the top level are run at parse-time. Does this mean that the order of tasks at the top level is the order of execution, or do the old toplevel tasks still run first? Gus Craeg Strong wrote: This tutor

DO NOT REPLY [Bug 19077] - Telnet task doesn't support failure

2003-04-16 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 19077] New: - Telnet task doesn't support failure

2003-04-16 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: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Stefan Bodewig
On Thu, 17 Apr 2003, Conor MacNeill <[EMAIL PROTECTED]> wrote: > if people can check it ok and make sure it is OK, I'd appreciate it. scp'ed the bz2 tarballs. Both signatures are valid and I don't see junit.jar or - at first glance - anything else I wouldn't expect. Stefan

DO NOT REPLY [Bug 18522] - RMIC task with destination directory

2003-04-16 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: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Conor MacNeill
On Wed, 16 Apr 2003 05:56 pm, Stefan Bodewig wrote: > One thing that you'll need to consider is that people may download the > old distribution from a mirror and try to check it with the signature > for the new distribution from www.apache.org. > > You will probably have to chose different names fo

cvs commit: ant/xdocs bindownload.xml srcdownload.xml

2003-04-16 Thread conor
conor 2003/04/16 08:22:35 Modified:docs bindownload.html srcdownload.html xdocsbindownload.xml srcdownload.xml Log: Updated 1.5.3 download to remove spurious junit.jar Revision ChangesPath 1.29 +15 -14ant/docs/bindownload.html Index:

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional/vss MSVSSTest.java

2003-04-16 Thread jesse
jesse 2003/04/16 08:20:24 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional/vss MSVSSTest.java Log: Missed updated testcase in previous commit Revision ChangesPath 1.3 +40 -7 ant/src/testcases/org/apache/tools/ant/taskdefs/

ant tutorial

2003-04-16 Thread Craeg Strong
This tutorial is incredibly valuable, IMO. I would love to see this checked into CVS and given a permanent home on the ant website, kind of like ant in anger... 2c, --Craeg > > The "first place" was a very long time ago and there was a lot of history > for > > why Ant is the way it is. You migh

Re: DynamicTag

2003-04-16 Thread Steve Loughran
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, April 15, 2003 22:42 Subject: Re: DynamicTag > The "first place" was a very long time ago and there was a lot of history for > why Ant is the way it is. You might

DO NOT REPLY [Bug 19051] - ANLTR optional task: it ignores the property "debug"

2003-04-16 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/taskdefs/optional ANTLR.java

2003-04-16 Thread bodewig
bodewig 2003/04/16 06:02:00 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional ANTLR.java Log: Enable 's debug attribute. PR: 19051 Submitted by: Jorge Revision ChangesPath 1.400 +2 -0 ant/WHATSNEW Index: WHATSN

DO NOT REPLY [Bug 18588] - log.xsl build info is not output

2003-04-16 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/etc log.xsl

2003-04-16 Thread bodewig
bodewig 2003/04/16 05:56:44 Modified:src/etc log.xsl Log: Correctly echo selected properties. PR: 18588 Submitted by: Gary Gregory Revision ChangesPath 1.10 +5 -5 ant/src/etc/log.xsl Index: log.xsl

DO NOT REPLY [Bug 18695] - Fix ant startup script to fully suport a relative link to it.

2003-04-16 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 18795] - Pathconvert strange behavior

2003-04-16 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 19051] - ANLTR optional task: it ignores the property "debug"

2003-04-16 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/docs/manual/OptionalTasks image-classdiagram.gif image.html

2003-04-16 Thread Erik Hatcher
Jan - thank you for contributing the documentation for . Just the other day I was refreshing my memory on and noticed no documentation existed yet. I was lazy and was going to keep pushing proposal/xdocs so that it would take care of it for us! :) Thanks for beating me to it. Erik

DO NOT REPLY [Bug 19055] - New documentation for

2003-04-16 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/docs/manual/OptionalTasks image-classdiagram.gif image.html

2003-04-16 Thread bodewig
bodewig 2003/04/16 05:44:44 Modified:docs/manual install.html optionaltasklist.html Added: docs/manual/OptionalTasks image-classdiagram.gif image.html Log: Documentation for the image task. PR: 19055 Submitted by: Jan Matèrne Revision ChangesPath 1.50

DO NOT REPLY [Bug 19056] - Allow EnumeratedAttributes to hold values caseinsensitive

2003-04-16 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 19064] New: - Problem with ftp task transferring from Windows to Linux

2003-04-16 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: [GUMP] Test Failure - Ant

2003-04-16 Thread Stefan Bodewig
On 16 Apr 2003, Diane Holt <[EMAIL PROTECTED]> wrote: > [junit] Testcase: > > testCheckoutCommandLine(org.apache.tools.ant.taskdefs.optional.vss.MSVSSTest): > FAILED > [junit] extra args > [junit] junit.framework.AssertionFailedError: extra args > [junit] at junit.framewo

[GUMP] Test Failure - Ant

2003-04-16 Thread Diane Holt
js.jar:/home/rubys/jakarta/beanshell/dist/bsh-20030416.jar:/home/rubys/jakarta/beanshell/dist/bsh-bsf-20030416.jar:/home/rubys/jakarta/beanshell/dist/bsh-classpath-20030416.jar:/home/rubys/jakarta/beanshell/dist/bsh-commands-20030416.jar:/home/rubys/jakarta/beanshell/dist/bsh-core-20030416.jar:/home

DO NOT REPLY [Bug 19057] - JspC, parsing not done when destination file exists

2003-04-16 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 19057] - JspC, parsing not done when destination file exists

2003-04-16 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 19057] New: - JspC, parsing not done when destination file exists

2003-04-16 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 19056] - Allow EnumeratedAttributes zu hold values caseinsensitive

2003-04-16 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 19056] New: - Allow EnumeratedAttributes zu hold values caseinsensitive

2003-04-16 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 19055] - New documentation for

2003-04-16 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 19055] New: - New documentation for

2003-04-16 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/xdocs contributors.xml

2003-04-16 Thread bodewig
bodewig 2003/04/16 01:04:40 Modified:docs contributors.html xdocscontributors.xml Log: Typos Revision ChangesPath 1.18 +1 -1 ant/docs/contributors.html Index: contributors.html ===

Re: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Stefan Bodewig
On Wed, 16 Apr 2003, Conor MacNeill <[EMAIL PROTECTED]> wrote: > I'll rebuild the distribution tonight. One thing that you'll need to consider is that people may download the old distribution from a mirror and try to check it with the signature for the new distribution from www.apache.org. You w

cvs commit: ant/xdocs contributors.xml

2003-04-16 Thread bodewig
bodewig 2003/04/16 00:54:13 Modified:docs contributors.html xdocscontributors.xml Log: The contributors list is supoosed to be sorted - I think the locale for collation is en_US, not sure ;-) regen site to give Jesse and Antoine a chance to appear on the

Re: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Conor MacNeill
On Wed, 16 Apr 2003 03:45 pm, Stefan Bodewig wrote: > On Tue, 15 Apr 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > Why is Ant 1.5.3 shipping with junit.jar in ANT_HOME/lib??? > > It is? Which download? > > Without shipping the license of JUnit and all that, we can't do it. > Hmmm, not s

Replace task not suitable for my needs, wrote Ant extension to address problems.

2003-04-16 Thread Andre Cesta
The Replace task was not suitable for my needs, so I ended up writing my own "replace" Ant extension. Would the more active developers on the list please consider my case? Use case 1: Performing token replacements ala those performed via Unix m4 utility.

Re: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Stefan Bodewig
On Tue, 15 Apr 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Why is Ant 1.5.3 shipping with junit.jar in ANT_HOME/lib??? It is? Which download? Without shipping the license of JUnit and all that, we can't do it. Stefan

Re: DynamicTag

2003-04-16 Thread Conor MacNeill
On Wed, 16 Apr 2003 12:55 am, Dominique Devienne wrote: > 2) DynamicTag is lazy, thanks to UnknownElement. Your rewrite is creating > the element at parse-time, my implementation does it only at runtime. > Again, I favor delaying the instantiation and configuration. Ant should > never have mingled

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/vss vss.xml

2003-04-16 Thread Stefan Bodewig
On Tue, 15 Apr 2003, Jesse Stockall <[EMAIL PROTECTED]> wrote: > It's fixed now. Yep, compiles again, thanks. Stefan

RE: DynamicTag

2003-04-16 Thread Costin Manolache
Dominique Devienne wrote: > 2) DynamicTag is lazy, thanks to UnknownElement. Your rewrite is creating > the element at parse-time, my implementation does it only at runtime. > Again, I favor delaying the instantiation and configuration. Ant should > never have mingled parsing of the XML and instan

cvs commit: ant/xdocs contributors.xml

2003-04-16 Thread chrisw
chrisw 2003/04/15 20:38:43 Modified:docs/manual credits.html docs/manual/Integration VAJAntTool.html xdocscontributors.xml Log: Changing employers again. Trying to avoid spam... Added Wolf and myself (after more then 2 years passed 8-)) to manual c

DO NOT REPLY [Bug 19051] New: - ANLTR optional task: it ignores the property "debug"

2003-04-16 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 18175] - Attempting to FTP causes ant to hang.

2003-04-16 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: DynamicTag

2003-04-16 Thread peter reilly
Dominique Devienne wrote: >>Interesting... So how come DynamicTag is not compatible with >>Ant 1.6, when it compiles and works fine with 1.5.1??? Sounds >>like an incompatible API change to me, which hopefully will be fixed. It compiles on Ant 1.6, but currently the unknownelement returned does not

DO NOT REPLY [Bug 8085] - cvschangelog does not correctly detect ends of comments

2003-04-16 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_bug

DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-04-16 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 18476] - copy with filtering modifies lineendings

2003-04-16 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