Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 96831 invoked from network); 13 Jun 2006 20:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2006 20:19:30 -0000 Received: (qmail 98215 invoked by uid 500); 13 Jun 2006 20:19:29 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 97532 invoked by uid 500); 13 Jun 2006 20:19:27 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 97521 invoked by uid 99); 13 Jun 2006 20:19:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 13:19:27 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wsmoak@gmail.com designates 64.233.162.206 as permitted sender) Received: from [64.233.162.206] (HELO nz-out-0102.google.com) (64.233.162.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 13:19:26 -0700 Received: by nz-out-0102.google.com with SMTP id j2so1569937nzf for ; Tue, 13 Jun 2006 13:19:06 -0700 (PDT) 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=Hz+DJBSGqqA/RFOeoPuLXuRa7YPn/m0ghgR95JWpXQ6qAzCqm8fY/AhhX8Bg9gVvtm6Zuc32vpzkJwCWyHJJvQppwhkPzXTmuoGFZq1dIJQpo3UIS7EUCZot6sRxJqgwDukCvP6sFyWpIbFGqnnbdmSRpSTOJcDslvQTbRNkEn8= Received: by 10.37.15.20 with SMTP id s20mr9890663nzi; Tue, 13 Jun 2006 13:19:05 -0700 (PDT) Received: by 10.36.252.15 with HTTP; Tue, 13 Jun 2006 13:19:05 -0700 (PDT) Message-ID: Date: Tue, 13 Jun 2006 13:19:05 -0700 From: "Wendy Smoak" To: "Struts Developers List" Subject: Re: [shale] Maven 2 profile activation In-Reply-To: <061320061552.16234.448EDF3100018FAF00003F6A22007503300A9D9B0E03020E9009@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <061320061552.16234.448EDF3100018FAF00003F6A22007503300A9D9B0E03020E9009@comcast.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/13/06, Gary VanMatre wrote: > I tried a fresh checkout on (https://svn.apache.org/repos/asf/struts/shale/branches/mvn_reorg). I'm still seeing the same error when executing "mvn clean install" from the branch root or from mvn_reorg/shale-test. Not sure what I've messed up. I can neither explain this nor reproduce it here. Somehow, you seem to be compiling against the Servlet 2.5 API. This is a stretch: Try deleting $M2_REPO/javax/servlet/servlet-api/ and recompiling. It should download the api jar again. Also check ~/.m2/settings.xml to make sure there's nothing odd in your local settings (though I can't see how you'd be overriding a dependency version from there.) If all else fails, (so you can keep working,) comment out shale-test in the list of modules in the parent pom and it should retrieve the one in the snapshot repository. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org