Re: [PATCH] add support to for popping up the JUnit GUI

2003-06-23 Thread Matt Quail
This is a patch for the task, that adds an option to use the traditional JUnit GUI instead of Ant's built-in text/xml/html/etc. formatters. You know, this kind of thing: http://junit.sourceforge.net/doc/testinfected/IMG1.GIF I think you could implement the same in terms of a formatter - so yo

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-06-23 Thread Antoine Levy-Lambert
Hi Steve, I am in the CET (Central European) Timezone. It has a difference of 1 hour with GMT AFAIK. I have taken this hour of difference already into account. Anyway the point is : trying to set the last modified time of a file to 123456 millis after the epoch does not work on my computer. The Mic

DO NOT REPLY [Bug 21014] - Touch not precise enough

2003-06-23 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/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-06-23 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Note : I observed an error in the date/time returned by java and what I would expect theoretically under Win 2000 and JDK 1.4.1_02 of 16,344,000 (16 millions of milliseconds), slightly more than 4 and a half hours. really? what TZ are you in? Big deltas are usuall

DO NOT REPLY [Bug 21014] - Touch not precise enough

2003-06-23 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: "Donations" link

2003-06-23 Thread Steve Loughran
Stefan Bodewig wrote: Hi, would anybody have a problem with a link named "Donations" under "Get Involved" on our homepage that points to ? No. I also think that if anyone is going to get the commission on books related to Apache software, it shou

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet ImportTypelib.java JSharp.java

2003-06-23 Thread Steve Loughran
Stefan Bodewig wrote: On 20 Jun 2003, <[EMAIL PROTECTED]> wrote: + * @uthor steve loughran Does xdocs recognize this tag? no - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-06-23 Thread antoine
antoine 2003/06/23 09:18:00 Modified:src/testcases/org/apache/tools/ant/util FileUtilsTest.java Log: Make FileUtilsTest pass on my machine (Windows 2000, JDK 1.4.1_02) 2 changes : - there was no luck with setting the date/time of a file to 123456 milliseconds since the epoch

DO NOT REPLY [Bug 20840] - FixCRLF to create new directories

2003-06-23 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 20825] - Filter task displays wrong error message if the file specified by filtersfile does not exist

2003-06-23 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 20767] - totalproperty and todir attributes for checksum task

2003-06-23 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 20687] - [PATCH] Enhance ExecOn with DirSets

2003-06-23 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 20809] - antstructure doesn't generate right dtd for manifest task

2003-06-23 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 21014] New: - Touch not precise enough

2003-06-23 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 20939] - BuildExcpetion being logged when a path does not exist.

2003-06-23 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 20969] - does not match anything

2003-06-23 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 Expand.java

2003-06-23 Thread bodewig
bodewig 2003/06/23 07:56:32 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Expand.java Log: Make Expand behave like DirectoryScanner if a pattern ends with a trailing slash or backslash. PR: 20696 Revision ChangesPath 1.441 +3

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs UnzipTest.java

2003-06-23 Thread bodewig
bodewig 2003/06/23 07:47:02 Modified:src/etc/testcases/taskdefs unzip.xml src/testcases/org/apache/tools/ant/taskdefs UnzipTest.java Log: Demonstrate Bugzilla Report 20969 Revision ChangesPath 1.6 +10 -0 ant/src/etc/testcases/taskdefs/unzip.xml

DO NOT REPLY [Bug 20969] - does not match anything

2003-06-23 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: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-23 Thread Stefan Bodewig
On Mon, 23 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > The JavaDoc concerning FileUtils#createTempFile said : > > >>This method is different to File.createTempFile of JDK 1.2 as it doesn't > create the file itself and doesn't use platform specific temporary directory > when the pa

DO NOT REPLY [Bug 20969] - does not match anything

2003-06-23 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: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-23 Thread Antoine Levy-Lambert
Hi Stefan, OK, I will try this [using File#createTempFile inside FileUtils#createTempFile]. The JavaDoc concerning FileUtils#createTempFile said : >>This method is different to File.createTempFile of JDK 1.2 as it doesn't create the file itself and doesn't use platform specific temporary directo

RE: buiding incrementally

2003-06-23 Thread Kenneth Wood
1. You should post questions such as this to the ant USERS list, not the Ant developers list. 2. You can control the memory available using ANT_OPTS 3. Ant should not attempt to compile a file that is already compiled. So, if you don't do a 'clean' between builds, then (assuming your bui

DO NOT REPLY [Bug 21011] New: - Javac task's behaviour ignores

2003-06-23 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

buiding incrementally

2003-06-23 Thread Maybin Muyeba
New to Ant!! I am building a script in ant that compiles deeply nested directories with lots of files(.java). When I build from the root of the classess directory, I run out of memory but when I manually make directories for the same directories and compile per-directory, it works. But is there

Re: [PATCH] add support to for popping up the JUnit GUI

2003-06-23 Thread Stefan Bodewig
On Sat, 14 Jun 2003, Matt Quail <[EMAIL PROTECTED]> wrote: > This is a patch for the task, that adds an option to use the > traditional JUnit GUI instead of Ant's built-in > text/xml/html/etc. formatters. You know, this kind of thing: > http://junit.sourceforge.net/doc/testinfected/IMG1.GIF

"Donations" link

2003-06-23 Thread Stefan Bodewig
Hi, would anybody have a problem with a link named "Donations" under "Get Involved" on our homepage that points to ? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

DO NOT REPLY [Bug 20969] - does not match anything

2003-06-23 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 20966] - [PATCH] Better diagnostics for missing resolver.jar

2003-06-23 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: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-23 Thread Stefan Bodewig
On Fri, 20 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Why do we not use java.io.tmpdir ? JDK 1.1 legacy - we'd probably better go the full way and use File#createTempFile in that method if you are going to change it - and change the Javadocs appropriately (as the file will get cr

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

2003-06-23 Thread conor
conor 2003/06/23 05:07:21 Modified:src/main/org/apache/tools/ant/types XMLCatalog.java Log: PR: 20966 Submitted by: Jesse Glick Revision ChangesPath 1.26 +4 -2 ant/src/main/org/apache/tools/ant/types/XMLCatalog.java Index: XMLCatalog.java ==

Re: cvs commit: ant patch.xml

2003-06-23 Thread Magesh Umasankar
> bodewig 2003/06/23 04:54:14 > > Modified:.patch.xml > Log: > Throw in copyright year check as well (you knew I'd do that, no? 8-). ;-) Welcome back! Cheers, Magesh - To unsubscribe, e-mail: [EMAIL PRO

cvs commit: ant patch.xml

2003-06-23 Thread bodewig
bodewig 2003/06/23 04:54:14 Modified:.patch.xml Log: Throw in copyright year check as well (you knew I'd do that, no? 8-). Revision ChangesPath 1.5 +5 -1 ant/patch.xml Index: patch.xml =

cvs commit: ant/xdocs external.xml

2003-06-23 Thread bodewig
bodewig 2003/06/23 04:47:30 Modified:docs external.html xdocsexternal.xml Log: Add pointers to FMPP and GroboUtilsCoverage Revision ChangesPath 1.118 +98 -1 ant/docs/external.html Index: external.html =

DO NOT REPLY [Bug 20580] - "target" not working if build.compiler property set to "jikes"

2003-06-23 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 20566] - PatternSet oddity

2003-06-23 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/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java P4HandlerAdapter.java P4Handler.java

2003-06-23 Thread Antoine Levy-Lambert
Fixed, Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 10:48 AM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java P4HandlerAdapter.java P4Handler.java > On 6

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs PropertyTest.java

2003-06-23 Thread bodewig
bodewig 2003/06/23 02:07:30 Modified:src/main/org/apache/tools/ant DynamicConfigurator.java src/main/org/apache/tools/ant/taskdefs LogOutputStream.java src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Handler.java

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

2003-06-23 Thread antoine
antoine 2003/06/23 02:06:59 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce P4HandlerAdapter.java Log: Fixed imports, replaced import java.io.*; by each of the 4 classes really used. Revision ChangesPath 1.14 +4 -1 an

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet ImportTypelib.java JSharp.java

2003-06-23 Thread Stefan Bodewig
On 20 Jun 2003, <[EMAIL PROTECTED]> wrote: > + * @uthor steve loughran Does xdocs recognize this tag? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-06-23 Thread Stefan Bodewig
On 13 Jun 2003, <[EMAIL PROTECTED]> wrote: > nobody can hide from the comment police welcome! 8-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-06-23 Thread Stefan Bodewig
On 6 Jun 2003, <[EMAIL PROTECTED]> wrote: > -import java.io.BufferedReader; > -import java.io.IOException; > -import java.io.InputStream; > -import java.io.InputStreamReader; > -import java.io.OutputStream; > +import java.io.*; please don't use .* imports, thanks. Stefan ---

Re: cvs commit: ant/xdocs external.xml

2003-06-23 Thread Stefan Bodewig
On 6 Jun 2003, <[EMAIL PROTECTED]> wrote: > license of XmlTask was wrong, In a way you are correct (they had chosen the wrong license initially ;-) The real story is that they've changed the license. Thank you for taking care of it. Stefan ---

Re: [PATCH] change to resource.xml documentation to include a new Ant book

2003-06-23 Thread Antoine Levy-Lambert
Patch applied. Thanks Antoine Lévy-Lambert - Original Message - From: Glenn Niemeyer To: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 6:07 AM Subject: [PATCH] change to resource.xml documentation to include a new Ant book Attached is a patchfile for the resource.xml docum

cvs commit: ant/xdocs resources.xml

2003-06-23 Thread antoine
antoine 2003/06/23 01:23:03 Modified:docs resources.html xdocsresources.xml Log: new book : Extreme Programming with Ant Submitted by: Glenn Niemeyer (gniemeyer at tech-partners dot com) Revision ChangesPath 1.59 +41 -0 ant/docs/resources

[PATCH] change to resource.xml documentation to include a new Ant book

2003-06-23 Thread Glenn Niemeyer
Attached is a patchfile for the resource.xml documentation.  It incorporates information about a new Ant book.  I would appreciate it if someone would apply this patch.   Thanks, - Glenn Niemeyer   Index: resources.xml === RCS fil