Return-Path: Mailing-List: contact turbine-maven-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-maven-user@jakarta.apache.org Received: (qmail 19790 invoked by uid 98); 3 Dec 2002 00:18:58 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 19771 invoked from network); 3 Dec 2002 00:18:56 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 3 Dec 2002 00:18:56 -0000 Received: (qmail 35441 invoked by uid 500); 3 Dec 2002 00:17:44 -0000 Received: (qmail 35434 invoked from network); 3 Dec 2002 00:17:44 -0000 Received: from unknown (HELO hqexch01.upstate.com) (205.160.101.145) by daedalus.apache.org with SMTP; 3 Dec 2002 00:17:44 -0000 Received: by hqexch01.upstate.com with Internet Mail Service (5.5.2653.19) id <4SGV6L6F>; Mon, 2 Dec 2002 19:01:31 -0500 Message-ID: <4C47F66C98B28B4F903120350DEF05B0268CE1@hqexch01.upstate.com> From: EPugh@upstate.com To: turbine-maven-user@jakarta.apache.org Subject: Cactus Plugin Issues again Date: Mon, 2 Dec 2002 19:01:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C29A5F.2266D390" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C29A5F.2266D390 Content-Type: text/plain; charset="iso-8859-1" Hi all, Using a fresh CVS checkout from Maven, my cactus tests have started failing. I am running cactus:webapp, and all the imports of the cactus classes are failing. Do I need to define the cactus jar's in my project.xml? I don't seem to remember having to do that before. Here is my error: [unwar] Expanding: C:\portal\target\portal.war into C:\portal\target\cactus\ portal java:prepare-filesystem: java:compile: cactus:compile: [mkdir] Created dir: C:\portal\target\cactus\classes [javac] Compiling 1 source file to C:\portal\target\cactus\classes [javac] [ERROR] C:\portal\src\test-cactus\com\upstate\customerservice\credit cards\service\CactusTestJetspeedCreditCardTransactionService.java:63: cannot res olve symbol [javac] [ERROR] symbol : class ServletTestCase [javac] [ERROR] location: package cactus [javac] [ERROR] import org.apache.cactus.ServletTestCase; [javac] [ERROR] ^ [javac] [ERROR] C:\portal\src\test-cactus\com\upstate\customerservice\credit cards\service\CactusTestJetspeedCreditCardTransactionService.java:64: cannot res olve symbol [javac] [ERROR] symbol : class WebRequest [javac] [ERROR] location: package cactus [javac] [ERROR] import org.apache.cactus.WebRequest; [javac] [ERROR] ^ [javac] [ERROR] C:\portal\src\test-cactus\com\upstate\customerservice\credit cards\service\CactusTestJetspeedCreditCardTransactionService.java:83: cannot res olve symbol [javac] [ERROR] symbol : class ServletTestCase [javac] [ERROR] location: class com.upstate.customerservice.creditcards.serv ice.CactusTestJetspeedCreditCardTransactionService [javac] [ERROR] public class CactusTestJetspeedCreditCardTransactionService extends ServletTestCase { [javac] [ERROR] ^ [javac] [ERROR] Note: C:\portal\src\test-cactus\com\upstate\customerservice\ creditcards\service\CactusTestJetspeedCreditCardTransactionService.java uses or overrides a deprecated API. [javac] [ERROR] Note: Recompile with -deprecation for details. [javac] [ERROR] 3 errors [ERROR] BUILD FAILED [ERROR] Compile failed; see the compiler error output for details. Total time: 4 seconds C:\portal> Thanks, Eric Pugh ------_=_NextPart_001_01C29A5F.2266D390--