Author: mriou
Date: Tue Mar 13 15:42:08 2007
New Revision: 517919
URL: http://svn.apache.org/viewvc?view=rev&rev=517919
Log:
Added jetty:deploy task in axis2-war.
Modified:
incubator/ode/trunk/Rakefile
Modified: incubator/ode/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=517919&r1=517918&r2=517919
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Tue Mar 13 15:42:08 2007
@@ -129,6 +129,8 @@
package(:war).with(:libs=>libs, :manifest=>false).
path("WEB-INF").include(path_to(:target_dir, "resources/*"))
+
+ webserve.using(:war_path=>package(:war).name, :context_path=>"/ode")
end
define "bpel-api" do
@@ -426,3 +428,6 @@
end
end
+
+# Lazy ass aliasing
+task("jetty:bounce" => ["package", "ode:axis2-war:jetty:bounce"])