re: test freezes up

2003-11-14 Thread James Black
I am curious why ant will say that it is running a particular test, but then just stops there. When I run the test manually it runs in under 2 seconds, but I can wait minutes and the java process is sleeping, and never woken up. I actually have to kill it manually. I hope this makes sense. I

Re: Properties files are not properly loaded when testing class under junit task (possible bug)

2003-11-14 Thread Stefan Bodewig
On Fri, 14 Nov 2003, David Leal <[EMAIL PROTECTED]> wrote: > I HAVE SET TO THE VALUE: > > SET ANT_OPTS=-Duser.language=en > > AND IT WORKS, OK, so you have to set it before starting the Java VM that runs JUnit. If you fork , this can be done from inside Ant with . If you don't fork you must

Re: Properties files are not properly loaded when testing class under junit task (possible bug)

2003-11-14 Thread peter reilly
Hi David, Did you not read the response I made to bug 24648? http://issues.apache.org/bugzilla/show_bug.cgi?id=24648 >>- You need to set the locale and not just the "user.language" system property. If the locale is not specified, the default locale is used. BUT this is only set once: in java.u

Re: [OT] Seeking input from the comunity at large.

2003-11-14 Thread Christopher Schultz
Donald, I have to agree with David on this one. I have considered doing something similar myself and dismissed it as probably a waste of time. I have a friend that has been dreaming of a language he wants to write since we were in college. I always felt like if I were smart enough, I could make a

RE: Properties files are not properly loaded when testing class under junit task (possible bug)

2003-11-14 Thread ValmaƱa
Dear Stefan, -Mensaje original- De: Stefan Bodewig [mailto:[EMAIL PROTECTED] Enviado el: viernes, 14 de noviembre de 2003 14:18 Para: [EMAIL PROTECTED] Asunto: Re: Properties files are not properly loaded when testing class under junit task (possible bug) On Tue, 11 Nov 2003, Dav

RE: javadoc of multiple sub-projects

2003-11-14 Thread Keith Hatton
Hi Svetlin, As a work-around, could you all the source trees to a single temporary location, and run from there? Keith -Original Message- From: Svetlin Stanchev [mailto:[EMAIL PROTECTED] Sent: 14 November 2003 13:58 To: 'Ant Users List' Subject: RE: javadoc of multiple sub-projects

RE: javadoc of multiple sub-projects

2003-11-14 Thread Svetlin Stanchev
Vikas, I have exactly this right now. I have 26 projects each with its own javadoc generated using looping through each one of them. However, the projects are defined using logical functionality, not package structure, so subpackages at the same level end up in different javadoc hierarchies. To get

RE: javadoc of multiple sub-projects

2003-11-14 Thread Svetlin Stanchev
Yes, that is an error, thanks for pointing it out. Unfortunately, its cause is bad copy/paste on my side. I am sorry also that line breaks are inserted arbitrarily as well, due to my mail client. Still, fails with the same error as below. I am about to file a bug

Re: Properties files are not properly loaded when testing class under junit task (possible bug)

2003-11-14 Thread Stefan Bodewig
On Tue, 11 Nov 2003, David Leal <[EMAIL PROTECTED]> wrote: > I have detected that the junit task doesn't take into account a > change on the variable user.language, for example on the invokation: It does, as your own Syste.out output shows. I think the problem is in the ResourceBundle class (ot