From dev-return-9076-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Sep 02 13:26:13 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 12614 invoked from network); 2 Sep 2008 13:26:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 13:26:12 -0000 Received: (qmail 19556 invoked by uid 500); 2 Sep 2008 13:26:10 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 19528 invoked by uid 500); 2 Sep 2008 13:26:10 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 19517 invoked by uid 99); 2 Sep 2008 13:26:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 06:26:10 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kwsutter@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 13:25:12 +0000 Received: by an-out-0708.google.com with SMTP id c36so366487ana.96 for ; Tue, 02 Sep 2008 06:25:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=IufZWdp1XuOizwX0ZoNimDwQ82NnEtMVIEiGzcyZ2Ec=; b=H4ijokkhZg+OFDf5mhmy4lPUeEtijgxgtIahujy+AEvPOY+UG9vqurcFl1OVYGjman gsWhU2iJeL4lU0cykZGx01lLQl9eLiZpez0dkp2vqUVTL8q23pmgH11BIewLU7NJUmp+ 7zRAkHgWeUWbRofOk9iPUIpN5tsUKFc32ia+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=K6lviHS+Qk1T1fMJmXRZa/kIjnIU0huikodKrfopelZFbC7u0COXa/6U0/gQaPdLNf z8qWAZNv6LNcoGviGoMo223Xvfnj0VI7koBuu5qfgU94Z5UpImsRrA5aoYLADG+clo2N D8he3Rt0wvVl2ri49pLZ2mC2lL+JN53FMt4R0= Received: by 10.100.214.3 with SMTP id m3mr7248789ang.118.1220361925126; Tue, 02 Sep 2008 06:25:25 -0700 (PDT) Received: by 10.100.240.20 with HTTP; Tue, 2 Sep 2008 06:25:25 -0700 (PDT) Message-ID: <89c0c52c0809020625q57090a0fvb07f8d0de4aca093@mail.gmail.com> Date: Tue, 2 Sep 2008 08:25:25 -0500 From: "Kevin Sutter" To: dev@openjpa.apache.org Subject: Re: Building OpenJPA In-Reply-To: <48BBE490.8040008@etf.bg.ac.yu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3910_29671253.1220361925133" References: <48BBE490.8040008@etf.bg.ac.yu> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3910_29671253.1220361925133 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ognjen, Thanks for pointing out these inconsistencies. I have made the necessary updates and the web site should be updated soon. Kevin On Mon, Sep 1, 2008 at 7:48 AM, Ognjen Blagojevic wrote: > Hi devs, > > I have a two suggestions for Building OpenJPA page [1]: > > 1. Recommended version for Maven is 2.0.4, but trying to build with that > one, results an error: > > [INFO] [jar:jar] > [INFO] Building jar: > D:\java-ext\openjpa\openjpa-lib\target\openjpa-lib-1.3.0-SNAPSHOT.jar > > [INFO]---------------------------------------------------------------------------- > [INFO] Building OpenJPA Kernel > [INFO] task-segment: [package] > > [INFO]---------------------------------------------------------------------------- > > [INFO]------------------------------------------------------------------------ > [ERROR] BUILD ERROR > > [INFO]------------------------------------------------------------------------ > [INFO] Error resolving version for > 'org.apache.maven.plugins:maven-jar-plugin': > Plugin requires Maven version 2.0.6 > > [INFO]------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > > [INFO]------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Mon Sep 01 14:42:14 CEST 2008 > [INFO] Final Memory: 11M/20M > > [INFO]----------------------------------------------------------------------- > > Maybe the recommended version should be 2.0.9 or 2.0.6? > > > 2. When tests fail, it is still impossible to build just with parameter > "-Dtest=false", but also with "-DfailIfNoTests=false". This should be > documented. > > > Regards, > Ognjen > > [1] http://openjpa.apache.org/building-openjpa.html > ------=_Part_3910_29671253.1220361925133--