From open-jpa-dev-return-175-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Sun Jul 30 17:32:43 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 39672 invoked from network); 30 Jul 2006 17:32:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jul 2006 17:32:43 -0000 Received: (qmail 12738 invoked by uid 500); 30 Jul 2006 17:32:43 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 12680 invoked by uid 500); 30 Jul 2006 17:32:42 -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 12671 invoked by uid 99); 30 Jul 2006 17:32:42 -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:32:42 -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 mprudhomapache@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 10:32:41 -0700 Received: by ug-out-1314.google.com with SMTP id u40so427198ugc for ; Sun, 30 Jul 2006 10:32:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=Tk3bRAeQqVNUJjInk38XPf4OYJpUpE/jZY3CR6Xp8eBmd4qZfBTew6a2V0IhVMPAggdwYzv00UrACCWFO6B+ZCFxPVas3AuNPubTFPIGLnAwbEvRrTEfQr6euFDV7n+TOfdc8LinayD7etm1pZChQNrI8tzhLMGMM681EbOkeFw= Received: by 10.67.29.12 with SMTP id g12mr1701112ugj; Sun, 30 Jul 2006 10:32:18 -0700 (PDT) Received: from ?192.168.0.7? ( [82.247.112.136]) by mx.gmail.com with ESMTP id j1sm4308097ugf.2006.07.30.10.32.17; Sun, 30 Jul 2006 10:32:18 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <3CD60141-B25F-40A6-B86F-3F11E8E546CF@apache.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <01CA6CDC-A428-476D-845B-F3AC89C26C16@apache.org> Content-Transfer-Encoding: 7bit From: Marc Prud'hommeaux Subject: Re: Build fails Date: Sun, 30 Jul 2006 19:32:17 +0200 To: open-jpa-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Marc Prud'hommeaux X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Glad you got it working. The strange manifestation of the presumably corrupt plugin is a little unsettling, but at least there was a simple solution. On Jul 30, 2006, at 7:24 PM, Stefan Arentz wrote: > 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. >> >>