Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 65542 invoked from network); 21 Oct 2009 07:23:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Oct 2009 07:23:56 -0000 Received: (qmail 35054 invoked by uid 500); 21 Oct 2009 07:23:55 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 34987 invoked by uid 500); 21 Oct 2009 07:23:55 -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 34977 invoked by uid 99); 21 Oct 2009 07:23:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 07:23:55 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of xtian@stonescape.net designates 70.91.84.41 as permitted sender) Received: from [70.91.84.41] (HELO stonescape.net) (70.91.84.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 07:23:47 +0000 Received: from localhost (localhost [127.0.0.1]) by stonescape.net (Postfix) with ESMTP id D5C54DB61E9 for ; Wed, 21 Oct 2009 03:27:30 -0400 (EDT) Received: from stonescape.net ([127.0.0.1]) by localhost (stonescape.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5dm-HcDirVfF for ; Wed, 21 Oct 2009 03:27:29 -0400 (EDT) Received: from [10.101.1.14] (unknown [10.101.1.14]) by stonescape.net (Postfix) with ESMTPSA id 1141EDB6048 for ; Wed, 21 Oct 2009 03:27:29 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: sitemesh problem in 2.1.8 From: Christian Stone In-Reply-To: Date: Wed, 21 Oct 2009 03:23:22 -0400 Content-Transfer-Encoding: 7bit Message-Id: References: <475B9A42-800F-4F99-914D-97924817F5CC@stonescape.net> To: "Struts Developers List" X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org Oh, a second issue, this one with struts. I (temporarily) built xwork using the no tests option (mvn - Dmaven.test.skip=true -Pextras,plugins,xwork). Then after the artifacts were in place, I attempted to build struts... and have this issue: [INFO] ------------------------------------------------------------------------ [INFO] Building Portlet Webapp [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [antrun:run {execution: copy-sources}] [INFO] Executing tasks [INFO] Executed tasks [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [bundle:manifest {execution: bundle-manifest}] [WARNING] Ignoring project type war - supportedProjectTypes = [jar, bundle] [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 3 source files to /source/websites/coreJava/struts workshop/struts2/apps/portlet/target/test-classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure error: error reading /Users/xtian/.m2/repository/cglib/cglib-full/ 2.0.2/cglib-full-2.0.2.jar; cannot read zip file I have been able to get it to build with the -Dmaven.test.skip=true command to skip testing, but it seems like the tree is in a bad state. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org