Author: mriou Date: Mon Apr 9 10:29:41 2007 New Revision: 526848 URL: http://svn.apache.org/viewvc?view=rev&rev=526848 Log: Correct libs for dao-hib tests.
Modified: incubator/ode/trunk/Rakefile Modified: incubator/ode/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=526848&r1=526847&r2=526848 ============================================================================== --- incubator/ode/trunk/Rakefile (original) +++ incubator/ode/trunk/Rakefile Mon Apr 9 10:29:41 2007 @@ -254,6 +254,12 @@ :target=>compile.target, :excludedtags=>"@version,@author,@todo" end + tests do + compile.with project("ode:bpel-epr"), SPRING, HSQLDB + run.with BACKPORT, COMMONS.collections, COMMONS.lang, GERONIMO.transaction, + GERONIMO.kernel, GERONIMO.connector, JAVAX.connector, JAVAX.ejb + end + package :jar end