Re: JUnit problems

2001-11-21 Thread Stefano Mancarella
- Original Message - From: "Stefano Mancarella" <[EMAIL PROTECTED]> Subject: Re: JUnit problems > > > If it's useful I can set up a small test case for the problem... > > yes, please. > I'll attach it to the bug report I'm going to fi

Re: JUnit problems

2001-11-21 Thread Stefano Mancarella
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> Subject: Re: JUnit problems > > If it's useful I can set up a small test case for the problem... > yes, please. I'll attach it to the bug report I'm going to fil

Re: JUnit problems

2001-11-21 Thread Stefan Bodewig
On Mon, 19 Nov 2001, Stefano Mancarella <[EMAIL PROTECTED]> wrote: > If it's useful I can set up a small test case for the problem... yes, please. > Thread.currentThread().getContextClassLoader().getResourceAsStream("resource > Name") > > but, as I said, this only works with fork=true (which l

Re: JUnit problems

2001-11-19 Thread Stefano Mancarella
From: "Stefan Bodewig" <[EMAIL PROTECTED]> Subject: Re: JUnit problems > > Is it possible two have test output "swallowed" by the formatters, > > even if I use fork=yes ? > It is supposed to do that, sounds like a Bug - as well as the > getResource c

Re: JUnit problems

2001-11-18 Thread Stefan Bodewig
On Fri, 16 Nov 2001, Stefano Mancarella <[EMAIL PROTECTED]> wrote: > Is it possible two have test output "swallowed" by the formatters, > even if I use fork=yes ? It is supposed to do that, sounds like a Bug - as well as the getResource call failing in the non-fork case. Could you please file a

Re: JUnit problems

2001-11-16 Thread Stefano Mancarella
Unfortunately it does. Any other idea? - Original Message - From: "Christopher Berry" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 18:47 Subject: RE: JUnit problems > If you run Ant wi

RE: JUnit problems

2001-11-16 Thread Christopher Berry
If you run Ant with -quiet, then I don't think the output will appear... -Original Message- From: Stefano Mancarella [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 10:11 AM To: [EMAIL PROTECTED] Subject: JUnit problems I've some problems using the JUni

JUnit problems

2001-11-16 Thread Stefano Mancarella
I've some problems using the JUnit task. I have some tests which load a resource from the classpath using getSystemResource(). This only works if I use fork=yes in my JUnit task, otherwise the resource is not found (due to classloader issues, I suppose). Using fork=yes two other problems arise: 1)

Re: junit problems

2001-08-13 Thread Dong Chen
Aslo need to set project.path to junit.jar. Dong - Original Message - From: Peter Nilsson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 1:26 PM Subject: SV: junit problems > According to "Ant Installation Guide" (Ant 1.3) I shoul

RE: junit problems

2001-08-13 Thread Thanou Thirakul
, 2001 1:26 PM To: [EMAIL PROTECTED] Subject: SV: junit problems According to "Ant Installation Guide" (Ant 1.3) I should add "junit.jar" to my ANT_HOME/lib directory, to make the junit task to work. I have done that, but it doesn't seem to help. Any more hints

Re: junit problems

2001-08-13 Thread Erik Hatcher
<http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/jakarta-ant-1 .3-optional.jar> - Original Message - From: "Atherton Richard - Z9V" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 10:08 AM Subject: RE: junit problem

SV: junit problems

2001-08-13 Thread Peter Nilsson
: T Master [mailto:[EMAIL PROTECTED]] Skickat: den 13 augusti 2001 18:49 Till: [EMAIL PROTECTED] Ämne: Re: junit problems Download "optional.jar". then put it in your ANT_HOME/lib directory. I had the same problem. You can find the link from the user manual (not at hand sorry). Same p

RE: junit problems

2001-08-13 Thread Atherton Richard - Z9V
Yes, I think I need the optional jar for some Weblogic 5.1 tasks. Where do I get it? -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED]] Sent: lundi 13 août 2001 18:46 To: [EMAIL PROTECTED] Subject: Re: junit problems How about optional.jar?? - Original Message

Re: junit problems

2001-08-13 Thread Erik Hatcher
How about optional.jar?? - Original Message - From: "Peter Nilsson" <[EMAIL PROTECTED]> To: "ant" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 9:42 AM Subject: junit problems > Hi, > I can't get junit tasks to work. > > My build.x

Re: junit problems

2001-08-13 Thread T Master
TED]> To: "ant" <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 10:42 AM Subject: junit problems > Hi, > I can't get junit tasks to work. > > My build.xml looks like this (part of it): > > > > todir="${junit.results}" > /> >

junit problems

2001-08-13 Thread Peter Nilsson
Hi, I can't get junit tasks to work. My build.xml looks like this (part of it): Following happens when I run Ant: J:\test\ant>ant test Buildfile: build.xml test: BUILD FAILED J:\test\ant\build.xml:153: Could not cr