Author: vanto
Date: Mon Nov 26 22:45:42 2012
New Revision: 1413906
URL: http://svn.apache.org/viewvc?rev=1413906&view=rev
Log:
deps reordering (appears to be important on windows boxes, since the class path
is getting too long for win to grasp).
Modified:
ode/branches/ode-1.3.6.x/Rakefile
Modified: ode/branches/ode-1.3.6.x/Rakefile
URL:
http://svn.apache.org/viewvc/ode/branches/ode-1.3.6.x/Rakefile?rev=1413906&r1=1413905&r2=1413906&view=diff
==============================================================================
--- ode/branches/ode-1.3.6.x/Rakefile (original)
+++ ode/branches/ode-1.3.6.x/Rakefile Mon Nov 26 22:45:42 2012
@@ -125,7 +125,7 @@ define "ode" do
end
test.using :testng, :forkmode=>'perTest', :properties=>{ "log4j.debug" =>
true, "log4j.configuration"=>"test-log4j.properties", "test.ports" =>
ENV['TEST_PORTS'] }
- test.with projects("tools"), libs, AXIS2_TEST, AXIOM, JAVAX.servlet,
Buildr::Jetty::REQUIRES, HIBERNATE, DOM4J, SLF4J, LOG4J
+ test.with projects("tools"), libs, AXIS2_TEST, AXIOM, HIBERNATE,
JAVAX.servlet, Buildr::Jetty::REQUIRES, DOM4J, SLF4J, LOG4J
webapp_dir = "#{test.compile.target}/webapp"
test.setup task(:prepare_webapp) do |task|
cp_r _("src/main/webapp"), test.compile.target.to_s