From dev-return-11422-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Fri Apr 10 15:19:39 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 24385 invoked from network); 10 Apr 2009 15:19:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 15:19:39 -0000 Received: (qmail 48313 invoked by uid 500); 10 Apr 2009 15:19:39 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 48246 invoked by uid 500); 10 Apr 2009 15:19:39 -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 48235 invoked by uid 99); 10 Apr 2009 15:19:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 15:19:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists+1214986235816-210739@n2.nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 15:19:29 +0000 Received: from tervel.nabble.com ([192.168.236.150]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LsIVZ-0000Mj-5j for dev@openjpa.apache.org; Fri, 10 Apr 2009 08:19:09 -0700 Message-ID: <1239376749170-2616702.post@n2.nabble.com> Date: Fri, 10 Apr 2009 08:19:09 -0700 (PDT) From: rpalache To: dev@openjpa.apache.org Subject: Running new test case after fixing src. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: ravi.palacherla@oracle.com X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am working on a fix for openJPA issue. I developed a test case to demonstrate the issue and I can break it with do= wnloaded trunk openJPA code. ran mvn test =E2=80=93Dtest=3D<> I can see assertion failure, as expected. I modified the openjpa source code to fix the issue, added some debug state= ments into it to see if my changed code is picked next time I run the test = case. I ran mvn =E2=80=93o clean compile =20 Ran mvn test =E2=80=93Dtest=3D<> I did not see the debug statement that I added in my class and also the tes= t case failed again with same assertion failures. Now I ran mvn -o clean package (which takes almost 60mins+ ) and then ran = my test again , which ran successfully. Do I have to run the complete "mvn =E2=80=93o clean package" everytime I mo= dified source code ? Please help. Regards, Ravi. --=20 View this message in context: http://n2.nabble.com/Running-new-test-case-af= ter-fixing-src.-tp2616702p2616702.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.