From dev-return-16694-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Mon Jun 14 22:21:03 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 84845 invoked from network); 14 Jun 2010 22:21:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 22:21:03 -0000 Received: (qmail 2998 invoked by uid 500); 14 Jun 2010 22:21:03 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 2972 invoked by uid 500); 14 Jun 2010 22:21:02 -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 2964 invoked by uid 99); 14 Jun 2010 22:21:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 22:21:02 +0000 X-ASF-Spam-Status: No, hits=-0.3 required=10.0 tests=AWL,SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 22:20:57 +0000 Received: from jim.nabble.com ([192.168.236.80]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OOI1E-0004Z1-0Z for dev@openjpa.apache.org; Mon, 14 Jun 2010 15:20:36 -0700 Date: Mon, 14 Jun 2010 15:20:36 -0700 (PDT) From: Ravi P Palacherla To: dev@openjpa.apache.org Message-ID: <1276554036008-5179577.post@n2.nabble.com> Subject: Moving TestCacheMarshaller.ser from targets to targets/test-classes. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, As part of OPENJPA-1695, I need to have targets/TestCacheMarshaller.ser in the classpath while running the tests in TestCacheMarshaller.java. To do that the easy thing for me is to move TestCacheMarshaller.ser to targets/test-classes/TestCacheMarshaller.ser from targets/TestCacheMarshaller.ser. Initially I tried to move it under target/classes but realized that this will effect the generated openJPA jar hence decided to move under target/test-classes. I was able to do this and can get all the tests passed on openjpa-trunk. Is this the correct way to get TestCacheMarshaller.ser in the classpath ? Any better solutions than what is mentioned above ? TIA, Ravi. -- View this message in context: http://openjpa.208410.n2.nabble.com/Moving-TestCacheMarshaller-ser-from-targets-to-targets-test-classes-tp5179577p5179577.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.