DO NOT REPLY [Bug 14354] - exec junit task in another jvm

2003-03-20 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 18055] - javac task includes java rt.jar in classpath when using jvc compiler

2003-03-20 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 18207] New: - ear update does not work

2003-03-20 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: ssh exec task...

2003-03-20 Thread Dale Anson
Stefan Bodewig wrote: On Wed, 19 Mar 2003, Dale Anson <[EMAIL PROTECTED]> wrote: I'll modify the task to capture the output correctly and make the maxwait attribute actually work. Can you rename it to timeout (to mirror ) at the same time? Will do. I didn't see the jsch.jar file in Ant cvs

DO NOT REPLY [Bug 18206] - ejbjar task doesn't preserve last line of MANIFEST.MF

2003-03-20 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 18206] New: - ejbjar task doesn't preserve last line of MANIFEST.MF

2003-03-20 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 18179] - Class in package folder causes duplicates

2003-03-20 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: Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
Looking at the XDoclet code, I see this: public Object createDynamicElement(String name) throws BuildException { if (!isModulesRegistered) { registerModules(); isModulesRegistered = true; } SubTask subTask = (SubTask) getSubtaskMap().get(nam

DO NOT REPLY [Bug 18175] - Attempting to FTP causes ant to hang.

2003-03-20 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: Dynamic Configurator

2003-03-20 Thread peter reilly
Ant Dev with java gives an example. I used DynamicConfigurator to implement custom conditions in bugzilla bug no : 17199 I did not have the problems you describe. Peter On Thursday 20 March 2003 18:45, Brett Wooldridge wrote: > Hello list, >I'm trying to use DynamicConfigurator and am having

Re: Dynamic Configurator

2003-03-20 Thread Erik Hatcher
On Thursday, March 20, 2003, at 01:45 PM, Brett Wooldridge wrote: Further, mywrapper is being used inside of a parallel task (it may not matter, but I'm trying to provide all data). Wow, quite a complex scenario you have there - using real Ant tasks as nested elements *and* w

Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
[profuse apologies for sending that last one in HTML] Hello list, I'm trying to use DynamicConfigurator and am having some difficulty. I have a class that implements DynamicConfigurator and is used to wrap around other tasks, like: Further, mywrapper is being used insi

Dynamic Configurator

2003-03-20 Thread Brett Wooldridge
Hello list, I'm trying to use DynamicConfigurator and am having some difficulty. I have a class that implements DynamicConfigurator and is used to wrap around other tasks, like: Further, mywrapper is being used inside of a parallel task (it may not matter, but I'm tryin

DO NOT REPLY [Bug 18196] New: - Zip task creates zipfile not readable by winzip

2003-03-20 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: xml parser and classloading

2003-03-20 Thread Sebastien Blanc
did u try modifying ur ANT bootclasspath startup script to have ur legacy parser before the jdk1.4 one ? seb. Erik Putrycz wrote: > I am currently having some troubles with the xslt/style task and I > experience some bug due to the XML parser (Xalan2 bundled with jdk1.4). > The XML parser include

xml parser and classloading

2003-03-20 Thread Erik Putrycz
I am currently having some troubles with the xslt/style task and I experience some bug due to the XML parser (Xalan2 bundled with jdk1.4). The XML parser included with jdk1.4 suffers from some bugs and it is a pain to force another XML parser. Has anyone investigated this issue and maybe allow a wa

DO NOT REPLY [Bug 18175] - Attempting to FTP causes ant to hang.

2003-03-20 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 18192] - support nested element 'fileset' for java task

2003-03-20 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 18192] New: - support nested element 'fileset' for java task

2003-03-20 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: java 1.1 on linux

2003-03-20 Thread peter reilly
. humble pie eating ... The problem I encounted was trying to run the ant-contrib unit tests. The problem was most likely due to user error. I have now compiled ant-contrib against ant-1.5 using java1.1 and with some hacks it compiles, and the tests run (and fail - most likely due to anot

RE: ssh exec task...

2003-03-20 Thread Anderson, Rob H - VSCM
Thanks Dale. -Rob A -Original Message- From: Dale Anson [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 5:29 PM To: Ant Developers List Subject: Re: ssh exec task... The problem with the sshexec task not getting good output is due to a threading issue in the jsch code base. I

Re: [VOTE] JDK 1.1 support

2003-03-20 Thread Stefan Bodewig
On Thu, 20 Mar 2003, Gus Heck <[EMAIL PROTECTED]> wrote: > So it would appear that the core may in fact be single > threaded. But with several places that may get accessed from multiple threads. Properties defined in a task, stuff written to the logging system (explicitly or by Thread writing to

Re: java 1.1 on linux

2003-03-20 Thread Stefan Bodewig
On Tue, 18 Mar 2003, peter reilly <[EMAIL PROTECTED]> wrote: > 1.5.1 and 1.5: java.lang.ClassFormatError: Bad major version number I do not get this on an admittedly simple build file using Blackdown's 1.1.8. I.e. Ant 1.5.1 from the binary tar.gz version seems to work with JDK 1.1 for me. >

Re: [VOTE] JDK 1.1 support

2003-03-20 Thread Gus Heck
Having said that, has anyone ever thought about whether the transition from synchronized 1.1 collections to unsynchronized 1.2 collections might pose any problems? At one time my understanding was that ant was esentially single threaded, but I just did some grepping and found the following places

DO NOT REPLY [Bug 17695] - Starteam Checkout Mistakenly Says Status Modified

2003-03-20 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 17007] - allow to define ZipFileSet(s) outside of Zip task

2003-03-20 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 17007] - allow to define ZipFileSet(s) outside of Zip task

2003-03-20 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 17975] - EAR task doesn't inlcude specified appxml

2003-03-20 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 17975] - EAR task doesn't inlcude specified appxml

2003-03-20 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 17721] - problem with wrapper shell script if $0 is a relative symlink

2003-03-20 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 17975] - EAR task doesn't inlcude specified appxml

2003-03-20 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 18043] - untar should recognize non-tar files instead of expanding them to garbage

2003-03-20 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: [VOTE] JDK 1.1 support

2003-03-20 Thread Stefan Moebius
--- Gus Heck <[EMAIL PROTECTED]> wrote: > Steve Loughran wrote: > > I'm very happy with the move. I just don't think we should use this > as > > an excuse to go s/Hashtable/HashMap/ s/Vector/ArrayList/ through > all the > > I would agree that this type of conversion is of limmited value. Just

DO NOT REPLY [Bug 17978] - task pathconvert fails to recognize refid from filelist

2003-03-20 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 17978] - task pathconvert fails to recognize refid from filelist

2003-03-20 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/CoreTasks pathconvert.html

2003-03-20 Thread bodewig
bodewig 2003/03/20 01:14:41 Modified:docs/manual/CoreTasks pathconvert.html Log: Typo Revision ChangesPath 1.12 +1 -1 ant/docs/manual/CoreTasks/pathconvert.html Index: pathconvert.html ===

cvs commit: ant/docs/manual/CoreTasks pathconvert.html

2003-03-20 Thread bodewig
bodewig 2003/03/20 01:14:29 Modified:docs/manual/CoreTasks Tag: ANT_15_BRANCH pathconvert.html Log: Typo Revision ChangesPath No revision No revision 1.9.2.2 +1 -1 ant/docs/manual/CoreTasks/pathconvert.html I

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

2003-03-20 Thread bodewig
bodewig 2003/03/20 01:11:28 Modified:.Tag: ANT_15_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs/compilers Tag: ANT_15_BRANCH Jvc.java Log: Merge fix for 18055 from HEAD Revision ChangesPath No revis

DO NOT REPLY [Bug 18055] - javac task includes java rt.jar in classpath when using jvc compiler

2003-03-20 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/compilers Jvc.java

2003-03-20 Thread bodewig
bodewig 2003/03/20 01:10:54 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs/compilers Jvc.java Log: Don't include Sun's runtime when compiling with jvc unless the user explicitly asks for it. PR: 18055 Revision ChangesPath 1.369

DO NOT REPLY [Bug 18055] - javac task includes java rt.jar in classpath when using jvc compiler

2003-03-20 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 18128] - s don't support sets of absolute filenames

2003-03-20 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 2482] - SSH optional task

2003-03-20 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

cvs commit: ant/docs/manual developlist.html

2003-03-20 Thread bodewig
bodewig 2003/03/20 00:33:37 Modified:docs/manual Tag: ANT_15_BRANCH developlist.html Log: Typo Revision ChangesPath No revision No revision 1.2.2.3 +1 -1 ant/docs/manual/developlist.html Index: developlist.ht

cvs commit: ant/docs/manual developlist.html

2003-03-20 Thread bodewig
bodewig 2003/03/20 00:33:23 Modified:docs/manual developlist.html Log: Typo Revision ChangesPath 1.4 +1 -1 ant/docs/manual/developlist.html Index: developlist.html === RCS file: /home/cvs/

DO NOT REPLY [Bug 7780] - Please consider allowing the specification of directory permission for the tar task.

2003-03-20 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

Re: Perforce patch for 1.5.3

2003-03-20 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Matt Bishop <[EMAIL PROTECTED]> wrote: > I'd like someone to look at this patch for 1.5.3; Have you seen Antoine's comment on the bugrep that says your patch didn't change anything for him? To be honest, I don't see how it would help either as the exception is going to be th

DO NOT REPLY [Bug 18171] - Spelling error in manual

2003-03-20 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 18179] New: - Class in package folder causes duplicates

2003-03-20 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 external.xml projects.xml

2003-03-20 Thread bodewig
bodewig 2003/03/20 00:09:32 Modified:docs Tag: ANT_15_BRANCH external.html projects.html xdocsTag: ANT_15_BRANCH external.xml projects.xml Log: sync with HEAD Revision ChangesPath No revision No revision

cvs commit: ant/xdocs projects.xml

2003-03-20 Thread bodewig
bodewig 2003/03/20 00:00:14 Modified:docs projects.html xdocsprojects.xml Log: AntDoc has moved Revision ChangesPath 1.31 +2 -2 ant/docs/projects.html Index: projects.html

Re: ssh exec task...

2003-03-20 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Dale Anson <[EMAIL PROTECTED]> wrote: > I've asked Atsuhiko (the jsch author) to make a minor change, he > says it will be included in the next release, scheduled for > tomorrow. Cool. > I'll modify the task to capture the output correctly and make the > maxwait attribute ac

AW: [VOTE] JDK 1.1 support (a little joke in the morning)

2003-03-20 Thread Jan . Materne
> -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 20. März 2003 08:26 > An: [EMAIL PROTECTED] > Betreff: Re: [VOTE] JDK 1.1 support > > If there is a serious bug in 1.5.3 (like not detecting Windows 2007 on > JDK 2.9) long before we are

Re: [VOTE] JDK 1.1 support

2003-03-20 Thread Stefan Bodewig
On Wed, 19 Mar 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote: > From what I gathered, JDK 1.1 support is already broken in a few > places in Ant 1.5.x, In 1.5.2, yes. Whether the binary releases of 1.5 and 1.5.1 really don't work on JDK 1.1 has to be verified (on my TODO list for today). >

DO NOT REPLY [Bug 10413] - enhancement: JUnit task only creates one forked VM per batch

2003-03-20 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 14354] - exec junit task in another jvm

2003-03-20 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 14354] - exec junit task in another jvm

2003-03-20 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 14354] - exec junit task in another jvm

2003-03-20 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-03-20 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 18128] - Dependset srcfileset does not handle absolute path

2003-03-20 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-03-20 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: ssh exec task...

2003-03-20 Thread Dale Anson
The problem with the sshexec task not getting good output is due to a threading issue in the jsch code base. I've asked Atsuhiko (the jsch author) to make a minor change, he says it will be included in the next release, scheduled for tomorrow. Once that is done, I'll modify the task to capture

DO NOT REPLY [Bug 18175] - Attempting to FTP causes ant to hang.

2003-03-20 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-03-20 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-03-20 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] New: - Attempting to FTP causes ant to hang.

2003-03-20 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: [VOTE] JDK 1.1 support

2003-03-20 Thread Steve Loughran
Christoph Wilhelms wrote: Hi Costin! +1 on your comment ( and a preemptive -1 on changing any public method that uses Hashtables to use Maps - "just because we can" :-). Using Maps in new code or tasks should be fine. Refactoring some of the introspection code - like support for context class