fix test environment variable settings for module jbi
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/8ed50cb1 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/8ed50cb1 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/8ed50cb1 Branch: refs/heads/ODE-912 Commit: 8ed50cb1f7e5b4e16f7725e672463207a0257b89 Parents: 977a787 Author: fangzhen <[email protected]> Authored: Fri Jul 25 21:27:31 2014 +0800 Committer: fangzhen <[email protected]> Committed: Fri Jul 25 21:27:31 2014 +0800 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/8ed50cb1/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 103c0aa..8877d94 100644 --- a/Rakefile +++ b/Rakefile @@ -434,7 +434,7 @@ define "ode" do jbi.include path_to("src/main/jbi/ode-jbi.properties") end - test.using :properties=>{ "java.naming.factory.initial" => "org.apache.xbean.spring.jndi.SpringInitialContextFactory", "org.apache.ode.autoRetireProcess"=>"true"}, :java_args=>ENV['TEST_JVM_ARGS'] + test.using :properties=>{ "java.naming.factory.initial" => "org.apache.xbean.spring.jndi.SpringInitialContextFactory", "org.apache.ode.autoRetireProcess"=>"true"}, :java_args=>(ENV['TEST_JVM_ARGS']||='').split(' ') test.with projects("dao-jpa", "dao-hibernate", "bpel-compiler", "bpel-api-jca", "jca-ra", "jca-server"), BACKPORT, COMMONS.lang, COMMONS.io, COMMONS.collections, DERBY, GERONIMO.connector, GERONIMO.kernel, GERONIMO.transaction, JACOB, JAVAX.connector, JAVAX.ejb, JAVAX.persistence, JAVAX.stream,
