Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6092D652A for ; Thu, 4 Aug 2011 06:41:40 +0000 (UTC) Received: (qmail 66763 invoked by uid 500); 4 Aug 2011 06:41:39 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 66334 invoked by uid 500); 4 Aug 2011 06:41:23 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 66296 invoked by uid 99); 4 Aug 2011 06:41:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 06:41:17 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stephan.klevenz@sap.com designates 155.56.66.97 as permitted sender) Received: from [155.56.66.97] (HELO smtpgw.sap-ag.de) (155.56.66.97) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2011 06:41:06 +0000 From: "Klevenz, Stephan" To: "dev@chemistry.apache.org" Date: Thu, 4 Aug 2011 08:40:43 +0200 Subject: Re: mvn compile fails Thread-Topic: mvn compile fails Thread-Index: AcxScW9xpCp0MwYASLihDSwC4wtAqQ== Message-ID: In-Reply-To: <11E8705F4573E64FB42C724ADC742F6F03E61A8F@MUCXGC2.opentext.net> Accept-Language: de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.12.0.110505 acceptlanguage: de-DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Jens, try again. The problem should be fixed. Stephan >=20 > >@Stephan: > >Could you please run a mvn clean compile on the project. After your >latest change I get: > >=20 > >[INFO]=20 >------------------------------------------------------------------------ > >[INFO] BUILD FAILURE > >[INFO]=20 >------------------------------------------------------------------------ > >[INFO] Total time: 1:11.714s > >[INFO] Finished at: Thu Aug 04 07:50:07 CEST 2011 > >[INFO] Final Memory: 76M/620M > >[INFO]=20 >------------------------------------------------------------------------ > >[ERROR] Failed to execute goal >org.apache.maven.plugins:maven-dependency-plugin: > >2.1:unpack (unpack) on project chemistry-opencmis-server-bindings-war: >Error unp > >acking file:=20 >D:\Jens\workspace-apache\chemistry-opencmis-commons\chemistry-openc > >mis-commons-impl\target\classes to: >D:\Jens\workspace-apache\chemistry-opencmis- > >server\chemistry-opencmis-server-bindings-war\src\main\webapp\WEB-INF > >[ERROR] org.codehaus.plexus.archiver.ArchiverException: The source must >not be a > >directory. > >[ERROR] -> [Help 1] > >[ERROR] > >=20 > >=20 > >I had this problem a while ago and fixed it with a change from > > > > unpack > > initialize > > > > unpack > > > >to > >=20 > > > > unpack > > pack > > > > unpack > > > >=20 > >But this section does no longer exist. > >=20 > >Jens > >=20 >