You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/07 19:03:29 UTC

svn commit: r515665 - /incubator/ode/trunk/Rakefile

Author: mriou
Date: Wed Mar  7 10:03:28 2007
New Revision: 515665

URL: http://svn.apache.org/viewvc?view=rev&rev=515665
Log:
Added some missing test compilation dependencies.

Modified:
    incubator/ode/trunk/Rakefile

Modified: incubator/ode/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/Rakefile?view=diff&rev=515665&r1=515664&r2=515665
==============================================================================
--- incubator/ode/trunk/Rakefile (original)
+++ incubator/ode/trunk/Rakefile Wed Mar  7 10:03:28 2007
@@ -84,6 +84,9 @@
       JAVAX.activation, JAVAX.servlet, JAVAX.stream,
       JAVAX.transaction, JENCKS, JOTM, WSDL4J, XMLBEANS
 
+    tests.compile.with *compile.classpath
+    tests.compile.with project("ode:tools")
+    
     package :jar
   end
 
@@ -113,7 +116,7 @@
       filter(path_to(:base_dir, "../axis2/src/main/wsdl/*")).into(path_to(:target_dir, "resources")),
       filter(path_to(:base_dir, "../bpel-schemas/src/main/xsd/pmapi.xsd")).into(path_to(:target_dir, "resources"))
     )
-
+    
     package(:war).with(:libs=>libs, :manifest=>false).
       path("WEB-INF").include(path_to(:target_dir, "resources/*"))
   end