Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 84693 invoked from network); 11 Aug 2010 15:15:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 15:15:42 -0000 Received: (qmail 66248 invoked by uid 500); 11 Aug 2010 15:15:42 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 66111 invoked by uid 500); 11 Aug 2010 15:15:41 -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 66103 invoked by uid 99); 11 Aug 2010 15:15:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 15:15:41 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.44] (HELO smtp105.prem.mail.ac4.yahoo.com) (76.13.13.44) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 11 Aug 2010 15:15:34 +0000 Received: (qmail 1247 invoked from network); 11 Aug 2010 15:15:13 -0000 Received: from drwoods.local (dwoods@174.99.58.61 with plain) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 11 Aug 2010 08:15:13 -0700 PDT X-Yahoo-SMTP: sCI.ryiswBB7FW.DxjU523c87MI- X-YMail-OSG: LXg6XskVM1kW3FBujp9j7QOCv_sHfTEWC8Ec8kc6QGuvQoI 3mP5Mqq4z49us2iXOTv7J0zEzukzsT3484YQaqQ2Fs8KnKNCNF6u206_IqWT EN10Ull6wQJXGDDPslqeb8FnbEsuLSHFRHhTUMN7E6rny72k8Wgr8Qn3pRfL RNC2KFS8hm8.3dNquA98sa.siMNkYdOgihzTaRREX2..A7t5HAP_EaOx6RBe gGkWiBvB4T8_iqNfjuA9wITl1Kd2389q.0VtTKyPlLYBwwgv8or14w_CBUCx zmUV_daOGxdIf1jXHzc8rwjRgOZiqkKQqKRzlOHfcSXaWhOVCjsQjC6bhEaj 9XXp3fDw5gN5PhBY- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4C62BE81.10908@apache.org> Date: Wed, 11 Aug 2010 11:15:13 -0400 From: Donald Woods User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: dev@openjpa.apache.org Subject: Re: Build error References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit No idea. It's working for me on 1.6.0_20 and Maven 2.2.1 when using - mvn clean install Maybe it's the older Java level you're using.... (latest is 1.6.0_21)? -Donald On 8/11/10 10:02 AM, Rick Curtis wrote: > I was trying to package openjpa this morning and I seem to be having some > issues.... Is anyone else seeing this behavior? > > *C:\jpa\trunk\openjpa-parent>java -version* > java version "1.6.0_11" > Java(TM) SE Runtime Environment (build 1.6.0_11-b03) > Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing) > * > C:\jpa\trunk\openjpa-parent>mvn package -Dmaven.test.skip=true* > ... > [INFO] Executing tasks > [echo] Running OpenBooks Generate Source > > info: > [echo] > [echo] Builds OpenBooks demo application. > [echo] OpenJPA Library: C:\Documents and > Settings\Administrator\.m2\repository/org/apache/openjpa/openjpa-all/2.1.0-SNAPSHOT > [echo] Build mode : jse > [echo] Deploy Location: > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks/target/openbooks > [echo] > > check-env: > > generate-source: > [delete] Deleting directory > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks\target\generated-html > [mkdir] Created dir: > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks\target\generated-html > [copy] Copying 1 file to > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks\target\generated-html > > generate-source-with-options: > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] An Ant BuildException has occured: The following error occurred while > executing this line: > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks\build.xml:229: > The following error occurred while executing this line: > C:\jpa\clean\trunk\openjpa-parent\openjpa-examples\openbooks\build.jse.xml:94: > java.lang.Error: Unresolved compilation problem: > The method render(int, Token) of type HTMLTokenRenderer must > override a superclass method >