DO NOT REPLY [Bug 20791] - [PATCH] add support to for popping up the JUnit GUI

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

FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-19 Thread Antoine Levy-Lambert
One user complained that FixCrLf changes the timestamp of its (because it created temp files there). http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20870 I have just done a change which will not work to the satisfaction of the user if the destdir of is the current directory. I have noticed

cvs commit: ant WHATSNEW

2003-06-19 Thread antoine
antoine 2003/06/19 15:23:56 Modified:.WHATSNEW Log: PR: 20457 and 20870 Revision ChangesPath 1.438 +7 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v retriev

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

2003-06-19 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 20870] - FixCRLF changes srcdir's modification time

2003-06-19 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 FixCRLF.java

2003-06-19 Thread antoine
antoine 2003/06/19 15:00:35 Modified:src/main/org/apache/tools/ant/taskdefs FixCRLF.java Log: Create the temporary file for output of FixCrLf in the default directory of FileUtils#createTempFile This default directory is presently the current directory where ant is running. I

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

2003-06-19 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 20457] - VAJRemoteUtil calls getAbsolutePath instead of getPath

2003-06-19 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/ide VAJRemoteUtil.java

2003-06-19 Thread antoine
antoine 2003/06/19 14:25:18 Modified:src/main/org/apache/tools/ant/taskdefs/optional/ide VAJRemoteUtil.java Log: fix the issue : VAJRemoteUtil calls getAbsolutePath instead of getPath PR: 20457 Submitted by: Douglas Reith (douglas_reith at yahoo dot com do

DO NOT REPLY [Bug 20103] - FileSet horrible performance when dir has huge number of subdirs

2003-06-19 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 20103] - FileSet horrible performance when dir has huge number of subdirs

2003-06-19 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 14640] - Prototypical task to process XSD files using SUN's Jaxb Schema Compiler

2003-06-19 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 14640] - Prototypical task to process XSD files using SUN's Jaxb Schema Compiler

2003-06-19 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 20924] - Support for xjc (JAXB preprocessor)

2003-06-19 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 20924] New: - Support for xjc (JAXB preprocessor)

2003-06-19 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 20791] - [PATCH] add support to for popping up the JUnit GUI

2003-06-19 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: Using classloader for Junit

2003-06-19 Thread Nick Chalko
Conor MacNeill wrote: On Fri, 20 Jun 2003 12:17 am, Nick Chalko wrote: I'll be interested to see if this works :-) I have my doubts. As soon as you go into the main loader to find the task classes (org.apache.tools.ant.taskdefs.optional.junit.JUnitTask), you won't be able to see the Juni

Re: FixCRLF as a FilterChain

2003-06-19 Thread peter reilly
Please do! On Thu, 2003-06-19 at 14:13, Denis N.Antonioli wrote: > Hi > > Is there any plan to offer a FilterChain for FixCRLF? > I could use this in my present project... and have nothing > against contributing it ;-) > > > Greetings > dna --

Re: Using classloader for Junit

2003-06-19 Thread Conor MacNeill
On Fri, 20 Jun 2003 12:17 am, Nick Chalko wrote: > After I slept on it, I thought of how I could extend the antclassloader > to handle the situations I need. > I am considering a > That will explicitly allow the optional ant task to be loaded in the > child classloader. > I may even go so far as

DO NOT REPLY [Bug 20915] - Library name validation seem to restrictive

2003-06-19 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 20915] New: - Library name validation seem to restrictive

2003-06-19 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: Using classloader for Junit

2003-06-19 Thread Nick Chalko
After I slept on it, I thought of how I could extend the antclassloader to handle the situations I need. I am considering a That will explicitly allow the optional ant task to be loaded in the child classloader. I may even go so far as automatically adding this fileset ${ant.home}/lib/ant-*

FixCRLF as a FilterChain

2003-06-19 Thread Denis N . Antonioli
Hi Is there any plan to offer a FilterChain for FixCRLF? I could use this in my present project... and have nothing against contributing it ;-) Greetings dna -- Ce n'est point dans l'objet que réside le sens des choses, mais dans la démarche. - Antoine de Saint-Exupéry, Citadelle --

DO NOT REPLY [Bug 20791] - [PATCH] add support to for popping up the JUnit GUI

2003-06-19 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: [PATCH] add support to for popping up the JUnit GUI

2003-06-19 Thread Dharnidhar Vemuri
Matt, Please find my responses inline. -Original Message- From: Matt Quail [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:52 AM To: Ant Developers List Subject: Re: [PATCH] add support to for popping up the JUnit GUI Dhar, > It would be good if this patch ha

DO NOT REPLY [Bug 20791] - [PATCH] add support to for popping up the JUnit GUI

2003-06-19 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 20893] - VAJRemoteUtil does not encode/decode spaces in path names

2003-06-19 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: Using classloader for Junit

2003-06-19 Thread peter reilly
Ah, I see. That would be nice, but the classloader task is not yet complete. Peter On Thu, 2003-06-19 at 08:52, Nick Chalko wrote: > peter reilly wrote: > > >Check the ant faq http://ant.apache.org/faq.html#delegating-classloader > >In essence you need to place the junit.jar file in ${ant.home}/

Re: Using classloader for Junit

2003-06-19 Thread Nick Chalko
peter reilly wrote: Check the ant faq http://ant.apache.org/faq.html#delegating-classloader In essence you need to place the junit.jar file in ${ant.home}/lib I had hoped that was what the task would let me avoid. smime.p7s Description: S/MIME Cryptographic Signature

Re: Using classloader for Junit

2003-06-19 Thread peter reilly
Check the ant faq http://ant.apache.org/faq.html#delegating-classloader In essence you need to place the junit.jar file in ${ant.home}/lib Cheers, Peter On Thu, 2003-06-19 at 08:43, Nick Chalko wrote: > > > > > > > > > classname="org.apache.tools.ant.taskd

Re: Using classloader for Junit

2003-06-19 Thread Nick Chalko
Btw I can make this work if I include junit.jar and ant-junit.jar in the path. And hack AntClassloader. private boolean isParentFirst(String resourceName) { // default to the global setting and then see // if this class belongs to a package which has been // designated to u

Using classloader for Junit

2003-06-19 Thread Nick Chalko
Fails with $ ant Buildfile: build.xml BUILD FAILED C:\tools\ant-head\tools\antlibs\junit-0.1.1-dev-20030618.antlib\build.xml:12: ta skdef: A class needed by class org.apache.tools.ant.taskdefs.optional.junit.JUni tTask cannot be found: junit/framework/TestListe

DO NOT REPLY [Bug 18667] - javah module no longer works with Java 1.4.2

2003-06-19 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 20896] - Build fails looking for javah.Main

2003-06-19 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 20896] New: - Build fails looking for javah.Main

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