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

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18476. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-04-15 Thread Conor MacNeill
I have some questions about this patch On Tue, 15 Apr 2003 03:21 am, [EMAIL PROTECTED] wrote: +Project.setProjectOnObject(project, o); Why is this a static method rather than a plain method like this: project.setProjectOnObject(o); Why don't we define an interface for all

Re: [PATCH] add regular expression selector (re-worked)

2003-04-15 Thread Bruce Atherton
At 06:31 PM 4/11/2003, Jay wrote: I was thinking I should also do a test case. I have gotten lost trying to find what's needed. I know you aren't alone. I need to document this much better. I'm sure these questions have been answered before but so far I have not had much luck finding a howto

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

2003-04-15 Thread Magesh Umasankar
- Original Message - From: Conor MacNeill [EMAIL PROTECTED] To: Ant Developers List [EMAIL PROTECTED] Sent: Monday, April 14, 2003 8:05 PM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors ExtendSelector.java I have some questions about this patch On Tue, 15

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/clearcase CCLock.java CCMkbl.java CCMklabel.java CCMklbtype.java CCRmtype.java CCUnlock.java ClearCase.java

2003-04-15 Thread Magesh Umasankar
Point taken. In the future, if it will help, I will attach the actual diff that was used to patch to the bug report, before marking it as fixed. Cheers, Magesh - Original Message - From: Steve Loughran [EMAIL PROTECTED] To: Ant Developers List [EMAIL PROTECTED] Sent: Monday, April 14,

RE: DynamicTag

2003-04-15 Thread peter reilly
Hi, I am on holidays, but have followed this thread. I have been playing with DynamicTag and it is quite neat, but there are some issues with it.. I have made some modifications (well rewrite...) 1) DynamicTag uses UnknownElement. This part of ant code is undergoing a number of changes at the

Re: [PATCH] add regular expression selector (re-worked)

2003-04-15 Thread Jay
They look good. Sorry about those fuzz messages, it must have been due to the source I used for the patch, from the 1.5.3. The company I work for is very sensitive about using open source, especially if it's on the bleeding edge. To get to use the function before it's officially released I

Re: [VOTE] Antoine Levy-Lambert as committer

2003-04-15 Thread Bruce Atherton
+1

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/filters HeadTailTest.java

2003-04-15 Thread Jesse Stockall
On Monday, April 14, 2003, at 11:37 AM, [EMAIL PROTECTED] wrote: umagesh 2003/04/14 08:37:48 Modified:.WHATSNEW docs/manual/CoreTypes filterchain.html src/main/org/apache/tools/ant/filters HeadFilter.java TailFilter.java

cvs commit: ant/src/testcases/org/apache/tools/ant/types/optional/depend ClassFileSetTest.java

2003-04-15 Thread jesse
jesse 2003/04/14 20:34:11 Modified:src/etc/testcases/taskdefs/optional/depend depend.xml src/main/org/apache/tools/ant/util/depend/bcel DependencyVisitor.java src/testcases/org/apache/tools/ant/taskdefs/optional/depend

FileUtils.createTempFile() - should we delete on exit?

2003-04-15 Thread Jesse Stockall
Bug 17512 http://issues.apache.org/bugzilla/show_bug.cgi?id=17512 proposes a fix for an annoyance that 'plagues' a number of Ant tasks. Tasks like junit and javac can create temporary files that get left behind if the build is terminated via 'ctrl-c' Should the fix be applied to each task that

DO NOT REPLY [Bug 17512] - Quitting javac task with CTRL-C can leave temporary files

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17512. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12793] - VSSHISTORY fails against a label 30 chars

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12793. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8451] - [PATCH] VSS fixes, additional functionality

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8451. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11562] - Extra options to set Timestamp on VSSGET

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11562. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8451] - [PATCH] VSS fixes, additional functionality

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8451. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4387] - Problem using vssget to get latest version from MS SourceSafe when some files are checked out

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4387. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-04-15 Thread jesse
jesse 2003/04/14 21:26:52 Modified:src/main/org/apache/tools/ant/taskdefs/optional/vss MSVSS.java MSVSSADD.java MSVSSCHECKOUT.java MSVSSCREATE.java MSVSSConstants.java MSVSSGET.java MSVSSLABEL.java

cvs commit: ant/docs/manual/OptionalTasks vss.html

2003-04-15 Thread jesse
jesse 2003/04/14 21:28:59 Modified:docs/manual/OptionalTasks vss.html Log: Update the manual to reflect new attributes Revision ChangesPath 1.13 +69 -2 ant/docs/manual/OptionalTasks/vss.html Index: vss.html

DO NOT REPLY [Bug 12793] - VSSHISTORY fails against a label 30 chars

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12793. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: FileUtils.createTempFile() - should we delete on exit?

2003-04-15 Thread Conor MacNeill
On Tue, 15 Apr 2003 01:58 pm, Jesse Stockall wrote: Bug 17512 http://issues.apache.org/bugzilla/show_bug.cgi?id=17512 proposes a fix for an annoyance that 'plagues' a number of Ant tasks. Tasks like junit and javac can create temporary files that get left behind if the build is terminated via

DO NOT REPLY [Bug 11562] - Extra options to set Timestamp on VSSGET

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11562. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14463] - VSSGET output

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14463. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 19018] New: - Using packagenames=* for javadoc fails in Java 1.4.1 for unnamed package

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19018. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: FileUtils.createTempFile() - should we delete on exit?

2003-04-15 Thread Stefan Bodewig
On Mon, 14 Apr 2003, Jesse Stockall [EMAIL PROTECTED] wrote: Should the fix be applied to each task that creates temp files, or should it be put in FileUtils.createTempFile(). The later (and I agree with Conor on the optional additional argument). Stefan

Test failures (Gump is coming to tell us anyway ...)

2003-04-15 Thread Stefan Bodewig
Like for Jesse, testTailSkip and testTailLinesSkip fail on Linux for me, I bet it is a line ending problem. As the nightly Gump build is performed on Linux as well, we are going to get nagged. In addition, testScriptFilter fails. It seems as if the new filter was using the old IBM BSF package

DO NOT REPLY [Bug 18995] - Feature Request: zip task and/or fileset data type to support nested mapper elements

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18995. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

AW: Test failures (Gump is coming to tell us anyway ...)

2003-04-15 Thread Jan . Materne
First two comes from me. But I think this is a common problem. Especially in the filter section the (rare) testcases follow these steps: 1. provide an input file -- platform dependend line endings (where was it written) 2. modify it via Ant -- on which platform runs this test 3. result must be

DO NOT REPLY [Bug 19025] New: - war task issues unnecessary warning

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19025. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[GUMP] Test Failure - Ant

2003-04-15 Thread Diane Holt
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-04-15/test-ant.html Build results exceed maximum length. Please see URL above for details. Last 50

cvs commit: ant/docs breadcrumbs.js

2003-04-15 Thread bodewig
bodewig 2003/04/15 04:08:37 Modified:docs breadcrumbs.js Log: Make breadcrumbs work on IE 5 for MacOS. Submitted by: fritz fritz at lateral dot net Revision ChangesPath 1.2 +10 -0 ant/docs/breadcrumbs.js Index: breadcrumbs.js

cvs commit: ant/src/testcases/org/apache/tools/ant/filters TokenFilterTest.java

2003-04-15 Thread bodewig
bodewig 2003/04/15 06:19:41 Modified:src/etc/testcases/filters tokenfilter.xml src/testcases/org/apache/tools/ant/filters TokenFilterTest.java Log: Beanshell and Apache BSF don't like each other. As the test is going to use Javascript

Re: cvs commit: ant/xdocs contributors.xml

2003-04-15 Thread Stefan Bodewig
On 15 Apr 2003, [EMAIL PROTECTED] wrote: Add myself to contributors list Welcome! again, future commit mails should go by without further delay. Stefan

Re: cvs commit: ant/xdocs contributors.xml

2003-04-15 Thread Antoine Levy-Lambert
Thanks for the welcome. Antoine - Original Message - From: Stefan Bodewig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 15, 2003 3:46 PM Subject: Re: cvs commit: ant/xdocs contributors.xml On 15 Apr 2003, [EMAIL PROTECTED] wrote: Add myself to contributors list

RE: DynamicTag

2003-04-15 Thread Dominique Devienne
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. I have a few remarks: 1) I favor composition over inheritance. DynamicTag is designed to be composed,

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/vss MSVSS.java

2003-04-15 Thread jesse
jesse 2003/04/15 08:12:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/vss MSVSS.java Log: Make it work with JDK 1.2 Revision ChangesPath 1.30 +3 -3 ant/src/main/org/apache/tools/ant/taskdefs/optional/vss/MSVSS.java

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

2003-04-15 Thread Jesse Stockall
On Tuesday, April 15, 2003, at 02:09 AM, Stefan Bodewig wrote: On 15 Apr 2003, [EMAIL PROTECTED] wrote: jesse 2003/04/14 21:26:52 Modified: src/main/org/apache/tools/ant/taskdefs/optional/vss MSVSS.java This makes the VSS tasks JDK 1.4 dependent. Oops, It's fixed now. Jesse Stockall -

cvs commit: ant build.xml

2003-04-15 Thread umagesh
umagesh 2003/04/15 08:21:48 Modified:.build.xml Log: HeadTailTest reportedly fails on Mac OS-X and Linux. A correct solution is probably to address PR 18476. Acknowledging this issue while working on a fix. Revision ChangesPath 1.365 +1 -0

DO NOT REPLY [Bug 17844] - Standardized deployment files for Ant optional task jars (drag + drop tasks)

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17844. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-04-15 Thread umagesh
umagesh 2003/04/15 10:23:16 Modified:src/main/org/apache/tools/ant ComponentHelper.java IntrospectionHelper.java Main.java Project.java src/main/org/apache/tools/ant/filters/util ChainReaderHelper.java

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

2003-04-15 Thread Magesh Umasankar
Pass 1 completed. Static method no longer used. ** * Etc.: A sign to make others believe that * * you know more than you actually do. * ** - Original Message - From: Conor MacNeill [EMAIL

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

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18956. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4HandlerAdapter.java

2003-04-15 Thread antoine
antoine 2003/04/15 12:16:05 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce P4HandlerAdapter.java Log: fix bugrep 18956 p4change task causes build to hang Revision ChangesPath 1.11 +3 -2

cvs commit: ant build.sh

2003-04-15 Thread antoine
antoine 2003/04/15 12:56:20 Modified:.build.sh Log: fix bugrep 17257 build.sh install problem under cygwin Revision ChangesPath 1.32 +3 -0 ant/build.sh Index: build.sh === RCS

DO NOT REPLY [Bug 17257] - build.sh install problem under cygwin

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17257. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12143] - NoBannerLogger suppresses empty lines

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12143. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12143] - NoBannerLogger suppresses empty lines

2003-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12143. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-04-15 Thread Dominique Devienne
Why is Ant 1.5.3 shipping with junit.jar in ANT_HOME/lib??? I don't see anything about it in WHATSNEW, nor a LICENSE.junit for that matter. Plus the Manifest of that JAR doesn't even say which version of JUnit it is, just that it was build using Ant 1.4.1 ;-) Thanks, --DD