Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 61787 invoked from network); 7 Feb 2008 05:21:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 05:21:40 -0000 Received: (qmail 13933 invoked by uid 500); 7 Feb 2008 05:21:32 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 13912 invoked by uid 500); 7 Feb 2008 05:21:32 -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 13903 invoked by uid 99); 7 Feb 2008 05:21:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 21:21:32 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 124.108.96.112 is neither permitted nor denied by domain of rahul.thakur.xdev@gmail.com) Received: from [124.108.96.112] (HELO rel105.mail.aue.yahoo.com) (124.108.96.112) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Feb 2008 05:21:01 +0000 Received: (qmail 47200 invoked by uid 1000); 7 Feb 2008 05:21:06 -0000 Received: from 124.108.96.71 by rel105.mail.aue.yahoo.com with SMTP; Wed, 06 Feb 2008 21:21:06 -0800 Received: (qmail 31809 invoked from network); 7 Feb 2008 05:21:05 -0000 Received: from unknown (HELO ?192.168.1.64?) (rahul.thakur@xtra.co.nz@125.237.225.191 with plain) by smtp102.tnz.mail.aue.yahoo.com with SMTP; 7 Feb 2008 05:21:05 -0000 X-YMail-OSG: 3QSpH0wVM1nMYlGDnj2XKP9Efq0vf1_NclQilGc5dOqxWOB2sJGpJ7111EyWT4_3Aw-- X-Yahoo-Newman-Property: ymail-3 Message-ID: <47AA9541.3040107@gmail.com> Date: Thu, 07 Feb 2008 18:21:05 +1300 From: Rahul Thakur User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@openjpa.apache.org Subject: Re: Compilation errors on trunk References: <47AA4D97.4060902@gmail.com> <3992B07C0590B548BB294D31768A1DA2D88BA0@repbex01.amer.bea.com> <47AA56FD.2010107@gmail.com> <1A5C0AAF-009E-4103-B137-3BACE619F9C7@SUN.com> <47AA5EB6.5050007@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Those errors show up when you run the maven build 'mvn clean install -Dmaven.test.skip=true' Even otherwise, there are tests that are failing for 'openjpa-persistence-jdbc' module here at my end. I am not sure why no one else seeing them (I am on a different PC now but same errors) Rahul Craig L Russell wrote: > Hi Rahul, > > On Feb 6, 2008, at 5:28 PM, Rahul Thakur wrote: > >> >> output with Maven 2.0.7 >> >> >> apache\openjpa\openjpa-persistence\1.1.0-SNAPSHOT\openjpa-persistence-1.1.0-SNAPSHOT.jar >> >> [INFO] >> ---------------------------------------------------------------------------- >> >> [INFO] Building OpenJPA JPA JDBC >> [INFO] task-segment: [clean, install] >> [INFO] >> ---------------------------------------------------------------------------- >> >> [INFO] [clean:clean] >> [INFO] Deleting directory C:\oss\openjpa\openjpa-persistence-jdbc\target >> [INFO] [resources:resources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:compile] >> [INFO] Compiling 65 source files to >> C:\oss\openjpa\openjpa-persistence-jdbc\target\classes >> [INFO] [resources:testResources] >> [INFO] Using default encoding to copy filtered resources. >> [INFO] [compiler:testCompile] >> [INFO] Not compiling test sources > > I'm running mvn --version Maven version: 2.0.6 > > My mvn install run compiles test sources: > > [INFO] [compiler:testCompile] > Compiling 372 source files to > /Users/clr/openjpa/openjpa/trunk/openjpa-persistence-jdbc/target/test-classes > > [INFO] [antrun:run {execution: default}] > [INFO] Executing tasks > > I'm wondering why doesn't yours? > > Craig >> >> [INFO] [antrun:run {execution: default}] >> [INFO] Executing tasks >> 297 xml-persistence-unit INFO [main] openjpa.Tool - No targets >> were given. Running on all classes in your persisten >> t classes list, or all metadata files in classpath directories if you >> have not listed your persistent classes. Use -hel >> p to display tool usage information. >> java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: >> org.apache.openjpa.persistence.xml.SimpleXmlEntity > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:Craig.Russell@sun.com > P.S. A good JDO? O, Gasp! >