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 th...@apache.org on 2006/11/10 14:11:44 UTC

svn commit: r473330 - /webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml

Author: thilina
Date: Fri Nov 10 05:11:44 2006
New Revision: 473330

URL: http://svn.apache.org/viewvc?view=rev&rev=473330
Log:
seperating out the building of the module

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml?view=diff&rev=473330&r1=473329&r2=473330
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/userguide/build.xml Fri Nov 10 05:11:44 2006
@@ -52,15 +52,19 @@
             </fileset>
         </jar>
         <copy file="build/WsaMappingService.aar" tofile="../../repository/services/sample-WsaMappingService.aar" overwrite="true"/>
-        <jar destfile="build/logging.mar">
+    </target>
+    
+    <target name="generate.module">
+       <jar destfile="build/logging.mar">
             <fileset dir="src/userguide/loggingmodule/">
                 <include name="META-INF/**"/>
             </fileset>
             <fileset dir="${classes.dir}">
                 <include name="userguide/loggingmodule/**/*.class"/>
             </fileset>
-        </jar>
-        <copy file="build/logging.mar" tofile="../../repository/modules/sample-logging.mar" overwrite="true"/>
+       </jar>
+       <copy file="build/logging.mar" tofile="../../repository/modules/sample-logging.mar" overwrite="true"/>
+       <echo message="*** Please add the logging phase to the ../../conf/axis2.xml. For more details please refer to the http://ws.apache.org/axis2/1_1/modules.html ***"/>
     </target>
 
     <target name="run.client.blocking" depends="compile">



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org