Repository: ode Updated Branches: refs/heads/master c0b7490f6 -> cf24521af
fix for OOME during ODE build Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/cf24521a Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/cf24521a Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/cf24521a Branch: refs/heads/master Commit: cf24521af2ddd9967843d3620d430d4ce214979b Parents: c0b7490 Author: sathwik <[email protected]> Authored: Wed Jun 18 08:36:37 2014 +0530 Committer: sathwik <[email protected]> Committed: Wed Jun 18 08:36:37 2014 +0530 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/cf24521a/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 0eee92e..b93065f 100644 --- a/Rakefile +++ b/Rakefile @@ -127,7 +127,7 @@ define "ode" do end end - test.using :testng, :forkmode=>'perTest', :properties=>{ "org.apache.commons.logging.LogFactory" => "org.apache.commons.logging.impl.LogFactoryImpl", "log4j.configuration"=>"test-log4j.properties", "test.ports" => ENV['TEST_PORTS'], "org.apache.ode.scheduler.deleteJobsOnStart" => "true", "org.apache.ode.autoRetireProcess"=>"true" } #, :java_args=>['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=6001', '-Xmx2048m', '-XX:MaxPermSize=256m'] + test.using :testng, :forkmode=>'perTest', :properties=>{ "org.apache.commons.logging.LogFactory" => "org.apache.commons.logging.impl.LogFactoryImpl", "log4j.configuration"=>"test-log4j.properties", "test.ports" => ENV['TEST_PORTS'], "org.apache.ode.scheduler.deleteJobsOnStart" => "true", "org.apache.ode.autoRetireProcess"=>"true" } , :java_args=>['-Xmx2048m', '-XX:MaxPermSize=256m'] #'-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=6001', test.with projects("tools"), libs, AXIS2_MODULES.mods, AXIOM, JAVAX.servlet, Buildr::Jetty::REQUIRES, HIBERNATE, DOM4J, H2::REQUIRES, SPRING_TEST webapp_dir = "#{test.compile.target}/webapp" test.setup task(:prepare_webapp) do |task|
