From open-jpa-dev-return-174-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Sun Jul 30 17:25:13 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 38613 invoked from network); 30 Jul 2006 17:25:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jul 2006 17:25:13 -0000 Received: (qmail 9198 invoked by uid 500); 30 Jul 2006 17:25:12 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 9144 invoked by uid 500); 30 Jul 2006 17:25:12 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 9134 invoked by uid 99); 30 Jul 2006 17:25:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 10:25:12 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of stefan.arentz@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 10:25:11 -0700 Received: by py-out-1112.google.com with SMTP id c63so440712pyc for ; Sun, 30 Jul 2006 10:24:51 -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=C0AW0nlIMY8BZR4qh2Sq1MDf7UtSr8Ub6Vx5px1pmF30ssXpxh/q+7tUR+77iRdQOB8qLy+pdtNZO54k0eP+OgE0neZFD4O3ZlPzjrmgV1s+gFWDRo4NNM39FLxfAmqqsENflwFyWsxEnyIbe8zJKWf8YfMqnhp0AA9pfDir/eU= Received: by 10.35.100.6 with SMTP id c6mr2637004pym; Sun, 30 Jul 2006 10:24:51 -0700 (PDT) Received: by 10.35.74.14 with HTTP; Sun, 30 Jul 2006 10:24:51 -0700 (PDT) Message-ID: Date: Sun, 30 Jul 2006 19:24:51 +0200 From: "Stefan Arentz" To: open-jpa-dev@incubator.apache.org Subject: Re: Re: Build fails In-Reply-To: <3CD60141-B25F-40A6-B86F-3F11E8E546CF@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3CD60141-B25F-40A6-B86F-3F11E8E546CF@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Found it. I deleted ~/.m2/repository/org/apache/maven so that it could get fresh copies of all plugins used. That seemed to have solved this one :-) S. On 7/30/06, Marc Prud'hommeaux wrote: > Stefan- > > Very strange ... I can build from the trunk without trouble. > > Can you run "mvn -e -X clean compile" and send the output so I can > get a better sense for where it is having problems? > > Also, do you happen to have a ~/.m2/settings.xml file that might > change the defaults for anything (e.g., the name of the default build > directory)? > > > On Jul 30, 2006, at 3:31 PM, Stefan Arentz wrote: > > > WhenI try to build OpenJPA it always fails with: > > > > [INFO] > > ---------------------------------------------------------------------- > > ------ > > [INFO] Building OpenJPA Project > > [INFO] task-segment: [compile] > > [INFO] > > ---------------------------------------------------------------------- > > ------ > > [INFO] [resources:resources] > > [INFO] Using default encoding to copy filtered resources. > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [ERROR] BUILD ERROR > > [INFO] > > ---------------------------------------------------------------------- > > -- > > [INFO] Error copying resources > > > > Embedded error: > > /Users/stefan/Development/OpenJPA/openjpa/trunk/openjpa-project/ > > target/classes/../filtered-site/resources/css/docbook.css > > (No such file or directory) > > > > I've had this since a week or so. Is there any way around it? > > > > I'm building a fresh checkout of trunk. > > > > S. > >