RE: Cactus Test Classpath Problems

2003-06-03 Thread EPugh
You are right, AFAIK, IUTest never went anywhere... Eric Pugh -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:56 AM To: 'Maven Users List' Subject: RE: Cactus Test Classpath Problems I had the same question a couple days ago.

RE: Cactus Test Classpath Problems

2003-06-03 Thread Sonnek, Ryan
I had the same question a couple days ago. It doesn't seem that the iutest is used by anything. Am I wrong? -Original Message- From: Mark McBride [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 10:50 AM To: Maven Users List Subject: RE: Cactus Test Classpath Problems I th

RE: Cactus Test Classpath Problems

2003-06-03 Thread Mark McBride
I thought the cactus test belonged in /src/iutest as stated in http://maven.apache.org/reference/dirlayout.html . If they don't belong there is the /src/iutest directory used for anything else? Thanks! -Mark At 05:09 PM 6/2/2003 +0200, you wrote: err? Your cactus tests should be in /src/test-

RE: Cactus Test Classpath Problems

2003-06-03 Thread Vincent Massol
> -Original Message- > From: brian janaszek [mailto:[EMAIL PROTECTED] > Sent: 02 June 2003 16:38 > To: [EMAIL PROTECTED] > Subject: Cactus Test Classpath Problems > > Hi > > I'm not sure if I'm simply missing something in the docs regarding > Cactus and the Maven unit testing goals, but