RE: [OS-webwork] Testing Xwork

2003-09-01 Thread James Cook
PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork Can you guys please help me with setting up the test process. I normally run tests within Eclipse, though I seem to be having classpath problems. Therefore, I am trying to get the ant test target to work - without any

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Jason Carreira
Yep, and the clover jar file too (if you want to do a dist, which does a clover report) -Original Message- From: Tracy Snell [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 11:11 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Testing Xwork On 8/31/03 10:19 PM

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Cameron Braid
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Snell Sent: Monday, 1 September 2003 1:11 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Testing Xwork On 8/31/03 10:19 PM, Cameron Braid [EMAIL PROTECTED] wrote: Can you guys please help me with setting up the test

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Jason Carreira
What's the error? -Original Message- From: Cameron Braid [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 11:56 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork My previous post : I can't seem to get the xwork ant test target to run :( I

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Cameron Braid
optional top my classpath. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Carreira Sent: Monday, 1 September 2003 2:04 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork What's the error? -Original Message- From: Cameron Braid

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Jason Carreira
] Subject: RE: [OS-webwork] Testing Xwork Don't you keep a copy of emails in your folders ? ;) -Original Message- From: Cameron Braid [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:33 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Testing

RE: [OS-webwork] Testing Xwork

2003-09-01 Thread Cameron Braid
Carreira Sent: Monday, 1 September 2003 2:24 PM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork Make sure you don't have an old version of Junit cluttering up your classpath anywhere (especially in ant_home/lib), even sitting next to the new one... -Original Message- From

RE: [OS-webwork] Testing Xwork

2003-08-27 Thread Jason Carreira
Title: Message I fixed a JDK 1.4 dependency (Everyone please be careful to make sure it runs in JDK 1.3, which means none of the nice nested exception constructors), and now it builds and tests for me. Let me know if it's working for you. -Original Message-From: Cameron Braid

RE: [OS-webwork] Testing Xwork

2003-08-27 Thread Patrick Lightbody
] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork Date: Wed, 27 Aug 2003 06:50:41 -0700 I fixed a JDK 1.4 dependency (Everyone please be careful to make sure it runs in JDK 1.3, which means none of the nice nested exception constructors), and now it builds

Exception handling (was RE: [OS-webwork] Testing Xwork)

2003-08-27 Thread Jason Carreira
[mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: RE: [OS-webwork] Testing Xwork Yeah, that was probably me (throwing a nested RuntimeException). I knew it was 1.4, but at the time I couldn't think of a way to easily throw the exception