Re: [OS-webwork] WebWork2 / Xwork - ant test

2003-07-23 Thread Conor MacNeill
On Wed, 23 Jul 2003 01:05 pm, Erik Hatcher wrote: 'cause Ant has some issues in this area. Classloader issues. junit.jar needs to be in the system classpath when Ant is launched. The wrapper (ant.bat/.sh) scripts put all ANT_HOME/lib .jar files into the system classpath automatically for

[OS-webwork] WebWork2 / Xwork - ant test

2003-07-22 Thread Cameron Braid
Title: Message I think I am having one of those "damn I am so stuipd days". I can't seem to get the ant test target to run for webwork or xwork. It is so strange, because the junit jar is there ... Running : ant test -debug gives me this exception : test: [taskdef] Loading definitions

Re: [OS-webwork] WebWork2 / Xwork - ant test

2003-07-22 Thread Hani Suleiman
is junit.jar in anthome/lib? On Tuesday, July 22, 2003, at 10:41 PM, Cameron Braid wrote: I think I am having one of those damn I am so stuipd days.   I can't seem to get the ant test target to run for webwork or xwork.   It is so strange, because the junit jar is there ...   Running :   ant

RE: [OS-webwork] WebWork2 / Xwork - ant test

2003-07-22 Thread Cameron Braid
] WebWork2 / Xwork - ant test is junit.jar in anthome/lib? On Tuesday, July 22, 2003, at 10:41 PM, Cameron Braid wrote: I think I am having one of those damn I am so stuipd days.   I can't seem to get the ant test target to run for webwork or xwork.   It is so strange, because

Re: [OS-webwork] WebWork2 / Xwork - ant test

2003-07-22 Thread Erik Hatcher
On Tuesday, July 22, 2003, at 10:55 PM, Cameron Braid wrote: That seemed to fix it.. Why would it need to be there, when it is in the lib/build folder ? 'cause Ant has some issues in this area. Classloader issues. junit.jar needs to be in the system classpath when Ant is launched. The

RE: [OS-webwork] WebWork2 / Xwork - ant test

2003-07-22 Thread Cameron Braid
]++; [javac] ^ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Hatcher Sent: Wednesday, 23 July 2003 1:06 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] WebWork2 / Xwork - ant test On Tuesday, July 22, 2003, at 10:55 PM, Cameron Braid