From wsmoak@gmail.com Mon Nov 27 19:29:06 2006 Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 54873 invoked by uid 99); 27 Nov 2006 19:29:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 11:29:06 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wsmoak@gmail.com designates 64.233.162.202 as permitted sender) Received: from [64.233.162.202] (HELO nz-out-0102.google.com) (64.233.162.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 11:28:54 -0800 Received: by nz-out-0102.google.com with SMTP id o1so724778nzf for ; Mon, 27 Nov 2006 11:28:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qn7YwGCuTychIf7DHD9B4NMwLy35bzkt33ONLLcByC6h7IeCewdeKIDjWAbWYuL3Hjslm9XmIZV+lEkyu5+QvsWK3LDTu104tg5zISMwr9/6i0SFFPwKb8Wa4vByTo6GmPlWyAGu8wmgI0Xinr0931H0RVfBt/hBSWfVa5NztNo= Received: by 10.78.164.13 with SMTP id m13mr13553233hue.1164655713211; Mon, 27 Nov 2006 11:28:33 -0800 (PST) Received: by 10.78.199.20 with HTTP; Mon, 27 Nov 2006 11:28:33 -0800 (PST) Message-ID: Date: Mon, 27 Nov 2006 12:28:33 -0700 From: "Wendy Smoak" To: "Cactus Users List" Subject: Re: Cactus under Maven2? In-Reply-To: <39A89B1E9029F8479BCE33BA54EFD6100BF8C361@CNTUSMAEXS5.na.jnj.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <39A89B1E9029F8479BCE33BA54EFD6100BF8C361@CNTUSMAEXS5.na.jnj.com> X-Virus-Checked: Checked by ClamAV on apache.org On 11/27/06, Jones, Melvin [CNTUS Non-J&J] wrote: > What's the best way to use Cactus to run my unit tests in Tomcat5x as a > Maven2 lifecycle goal? Not necessarily the "best" way, but at one point in the past, we had the Cactus tests for Struts 1 running under Maven. The module was later moved to the sandbox. It's here if you'd like to look at the pom configuration: http://svn.apache.org/repos/asf/struts/sandbox/trunk/apps-test/taglib-it/ -- Wendy