You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2005/04/04 13:41:23 UTC

svn commit: r160031 - webservices/axis/trunk/java/modules/core/maven.xml

Author: hemapani
Date: Mon Apr  4 04:41:22 2005
New Revision: 160031

URL: http://svn.apache.org/viewcvs?view=rev&rev=160031
Log:
fix the build, expect for the tools module. Hand that to Ajith... svn relased

Added:
    webservices/axis/trunk/java/modules/core/maven.xml

Added: webservices/axis/trunk/java/modules/core/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/maven.xml?view=auto&rev=160031
==============================================================================
--- webservices/axis/trunk/java/modules/core/maven.xml (added)
+++ webservices/axis/trunk/java/modules/core/maven.xml Mon Apr  4 04:41:22 2005
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Revision: 1.21 $ $Date: 2004-10-27 20:54:09 +0600 (Wed, 27 Oct 2004) $ -->
+
+<project default="jar"
+    xmlns:j="jelly:core"
+    xmlns:maven="jelly:maven"
+    xmlns:deploy="deploy"
+    xmlns:ant="jelly:ant">
+    <postGoal name="test:compile">
+        <j:jelly xmlns="jelly:ant">
+<!--		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="src/samples/deployment/service1"/> -->
+		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/service2"/>
+        <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/OutService"/>
+		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/module1"/>
+		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/deployment/module2"/>
+	</j:jelly>
+      <ant:copy file="${basedir}/test-resources/deployment/server.xml" tofile="${basedir}/target/test-resources/deployment/server.xml"/>
+    </postGoal> 
+ </project>