Return-Path: Delivered-To: apmail-ode-commits-archive@www.apache.org Received: (qmail 37284 invoked from network); 7 Oct 2007 14:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2007 14:29:42 -0000 Received: (qmail 24694 invoked by uid 500); 7 Oct 2007 14:29:31 -0000 Delivered-To: apmail-ode-commits-archive@ode.apache.org Received: (qmail 24675 invoked by uid 500); 7 Oct 2007 14:29:31 -0000 Mailing-List: contact commits-help@ode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ode.apache.org Delivered-To: mailing list commits@ode.apache.org Received: (qmail 24666 invoked by uid 99); 7 Oct 2007 14:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 07:29:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 14:29:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D45FF1A9832; Sun, 7 Oct 2007 07:28:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582636 - /ode/trunk/Rakefile Date: Sun, 07 Oct 2007 14:28:43 -0000 To: commits@ode.apache.org From: vanto@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071007142843.D45FF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vanto Date: Sun Oct 7 07:28:43 2007 New Revision: 582636 URL: http://svn.apache.org/viewvc?rev=582636&view=rev Log: test dependency fix Modified: ode/trunk/Rakefile Modified: ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=582636&r1=582635&r2=582636&view=diff ============================================================================== --- ode/trunk/Rakefile (original) +++ ode/trunk/Rakefile Sun Oct 7 07:28:43 2007 @@ -284,7 +284,7 @@ define "bpel-test" do compile.with projects("bpel-api", "bpel-compiler", "bpel-dao", "bpel-runtime", "bpel-store", "utils", "il-common", "dao-jpa"), - DERBY, Java::JUnit::JUNIT_REQUIRES, JAVAX.persistence, OPENJPA, WSDL4J, JAVAX.transaction + DERBY, Java::JUnit::JUNIT_REQUIRES, JAVAX.persistence, OPENJPA, WSDL4J, JAVAX.transaction, COMMONS.lang test.with projects("bpel-obj", "jacob", "bpel-schemas", "bpel-scripts", "scheduler-simple"),