DO NOT REPLY [Bug 32523] New: - manual specifies the wrong way to read PATH

2004-12-03 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: & cache

2004-12-03 Thread Russell Gold
On Fri, 03 Dec 2004 15:29:48 +, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > Actually, what I meant to say was "should we have default place on the > local hard disk to store downloaded files", in the maven layout. I know > maven does this, I was just wondering where they did it. in ~/.ma

Re: Ant 1.6.2

2004-12-03 Thread Peter Reilly
A number of things in ant 1.6.2 are slower that in ant 1.5.*. For example use of antcall and ant. However, for the most part things are as fast or faster (due to lazy loading of tasks). You may have hit a part of ant that has slowed down a lot, however without more information it is impossible to h

DO NOT REPLY [Bug 32487] - requires OS-specific slashes

2004-12-03 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 32487] - requires OS-specific slashes

2004-12-03 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 32487] - requires OS-specific slashes

2004-12-03 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/util FileUtils.java

2004-12-03 Thread peterreilly
peterreilly2004/12/03 08:33:26 Modified:src/main/org/apache/tools/ant/util FileUtils.java Log: use the FileUtils#close method Revision ChangesPath 1.74 +7 -19 ant/src/main/org/apache/tools/ant/util/FileUtils.java Index: FileUtils.java =

Re: & cache

2004-12-03 Thread Stefan Bodewig
On Fri, 03 Dec 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > On Fri, 03 Dec 2004 16:01:17 +0100, Stefan Bodewig > <[EMAIL PROTECTED]> wrote: >> On Wed, 01 Dec 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: >> >> > 1. should we adopt a default repository, and if so, what one? the >> > maven on

Re: & cache

2004-12-03 Thread Steve Loughran
On Fri, 03 Dec 2004 16:01:17 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 01 Dec 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > 1. should we adopt a default repository, and if so, what one? the > > maven one? which is hooked off user.dir? > > Probably whatever the [EMAIL P

DO NOT REPLY [Bug 29391] - javac task uses user.dir for temporary file instead of java.io.tmpdir

2004-12-03 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 31541] - Unable to delete files with the ftp task

2004-12-03 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: & cache

2004-12-03 Thread Stefan Bodewig
On Wed, 01 Dec 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > 1. should we adopt a default repository, and if so, what one? the > maven one? which is hooked off user.dir? Probably whatever the [EMAIL PROTECTED] list (that I haven't ever followed) comes up with. I have no idea whether it is al

Re: [Patch] change org.apache.tools.ant.taskdefs.Concat to use static method FileUtils.readFully

2004-12-03 Thread Stefan Bodewig
On Wed, 01 Dec 2004, Jesse Glick <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: >> Initially we thought we'd provide subclasses for different OSes >> like OpenVMSFileUtils or NetwareFileUtils and would use >> newFileUtils as a factory method. > But it seems that various methods already do OS-d

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

2004-12-03 Thread Stefan Bodewig
On Fri, 03 Dec 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > I'll watch the next Gump run closely, both for breaking builds as > well as performance impact. No obvious breaks. The run took 179 minutes, the previous one 184, but I don't think it is related to my change (but rather to CVS and

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

2004-12-03 Thread peterreilly
peterreilly2004/12/03 06:16:39 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Rmic.java Log: sync Revision ChangesPath No revision No revision 1.51.2.5 +90 -29ant/src/main/org/apache/

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

2004-12-03 Thread peterreilly
peterreilly2004/12/03 06:16:17 Modified:src/main/org/apache/tools/ant/taskdefs Rmic.java Log: checkstyle changes Obtained from: Kev Jackson Revision ChangesPath 1.59 +97 -28ant/src/main/org/apache/tools/ant/taskdefs/Rmic.java Index: Rmic.java ===

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

2004-12-03 Thread peterreilly
peterreilly2004/12/03 06:01:45 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH AntClassLoader.java Log: sync Revision ChangesPath No revision No revision 1.76.2.9 +3 -3 ant/src/main/org/apache

Re: FTP Optional Task

2004-12-03 Thread Robert Koberg
Hi, The FTP task (or more likely commons-net) definitely works in mysterious ways (log files don't tell much). I use it to FTP to various servers (windows/? and linux/wu-ftp) and what I have seen is that you have to set up the task differentlty for different types of servers and ftp servers --

DO NOT REPLY [Bug 32488] - Improvement to 'spawn' attribute

2004-12-03 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] style changes to taskdefs/Rmic

2004-12-03 Thread Kev Jackson
Peter Reilly wrote: Kev Jackson wrote: Just some small changes that reduce the whining my IDE does :) Checkstyle whines about missing description for paramters. Sorry about that, here's an update that hopefully fixes those. Index: Rmic.java =

Re: [Patch] style changes to taskdefs/Rmic

2004-12-03 Thread Kev Jackson
If the method is public or protected and the class has been part of Ant 1.6.2 and the method has been present, don't change its name ;-) I've got to get this "using ant programmatically" thing sorted - I'm so used to using Ant as a build tool that when I make a change, so long as it doesn't a

Re: [Patch] style changes to taskdefs/Rmic

2004-12-03 Thread Peter Reilly
Kev Jackson wrote: Just some small changes that reduce the whining my IDE does :) Checkstyle whines about missing description for paramters. /** * Specify the JDK version for the generated stub code. * Specify "1.1" to pass the "-v1.1" option to rmic. + * @param stubVersion

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

2004-12-03 Thread bodewig
bodewig 2004/12/03 03:14:25 Modified:docs bindownload.html index.html problems.html srcdownload.html xdocsbindownload.xml index.xml problems.xml srcdownload.xml Log: Use the more official nightly builds Revis

Re: [Patch] style changes to taskdefs/Rmic

2004-12-03 Thread Stefan Bodewig
On Fri, 03 Dec 2004, Kev Jackson <[EMAIL PROTECTED]> wrote: > What is the policy w.r.t TLA's in method names? If the method is public or protected and the class has been part of Ant 1.6.2 and the method has been present, don't change its name ;-) > e.g. getIiopOpts versus getIIOPOpts ? > > or s

[Patch] style changes to taskdefs/Rmic

2004-12-03 Thread Kev Jackson
Just some small changes that reduce the whining my IDE does :) What is the policy w.r.t TLA's in method names? e.g. getIiopOpts versus getIIOPOpts ? or setIDLOpts versus setIdlOpts ? I think the all CAPS accronym is easier to read, but I'm not sure if it breaks the style Kev Index: Rmic.java ===

Re: Ant 1.6.2

2004-12-03 Thread Tony Thompson
Can anyone provide some help here? >>> [EMAIL PROTECTED] 11/30/04 05:08PM >>> Here is a number of messages that I posted on the Ant users list. Someone suggested that I post them over here. Can anyone help me with this? Thanks. Tony -

DO NOT REPLY [Bug 5003] - exec task does not return after executed command finished on Windows only

2004-12-03 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_bug

DO NOT REPLY [Bug 32487] - requires OS-specific slashes

2004-12-03 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: FTP Optional Task

2004-12-03 Thread Stefan Bodewig
On Fri, 03 Dec 2004, Pierre Grimaud <[EMAIL PROTECTED]> wrote: > This email is an attempt for a first contact with the Ant > developpers community, in order to figure out : You should wander around the Ant site for some time, it will give you quite a bit of information. > 1. how to submit a patc

FTP Optional Task

2004-12-03 Thread Pierre Grimaud
Hi everyone, First of all, many thanks for the great team and the outstanding product (ant!) it delivers for now quite a while. What would I do without ant, I have no clue, but certainly a little less. Anyways... I recently changed my production environment for my personal website so now I have

DO NOT REPLY [Bug 32508] - Incorrect error output from validate task using -emacs flag

2004-12-03 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: cvs commit: ant/src/main/org/apache/tools/ant DirectoryScanner.java

2004-12-03 Thread Stefan Bodewig
On 3 Dec 2004, <[EMAIL PROTECTED]> wrote: > Try to speed up DirectoryScanner by using hash lookups instead of > linear searches and pattern matching on non-wildcard patterns. I threatened to do it. I'll watch the next Gump run closely, both for breaking builds as well as performance impact.

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

2004-12-03 Thread bodewig
bodewig 2004/12/03 00:04:43 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Try to speed up DirectoryScanner by using hash lookups instead of linear searches and pattern matching on non-wildcard patterns. Suggested by: Dominique Devienne Revision Change

[GUMP@brutus]: Project test-ant (in module ant) success

2004-12-03 Thread Gump Integration Build
To whom it may satisfy... 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 test-ant *no longer* has an issue. The current state of this project is 'Success

DO NOT REPLY [Bug 32487] - requires OS-specific slashes

2004-12-03 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 32509] New: - Inconsistent behavior for

2004-12-03 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 32508] New: - Incorrect error output from validate task using -emacs flag

2004-12-03 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