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 ch...@apache.org on 2006/09/28 07:42:37 UTC

svn commit: r450707 - /webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html

Author: chatra
Date: Wed Sep 27 22:42:36 2006
New Revision: 450707

URL: http://svn.apache.org/viewvc?view=rev&rev=450707
Log:
minor update

Modified:
    webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html

Modified: webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html?view=diff&rev=450707&r1=450706&r2=450707
==============================================================================
--- webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html (original)
+++ webservices/axis2/trunk/java/xdocs/tools/1_1/CodegenToolReference.html Wed Sep 27 22:42:36 2006
@@ -354,7 +354,7 @@
   
   <property name="build" value="build"/>
   <property name="src" value="src"/>
-  <property name="build.classes"      value="build/classes" />
+  <property name="build.classes" value="build/classes" />
 
   <path id="axis.classpath">
      <pathelement location="build/classes" />
@@ -383,22 +383,22 @@
     <echo message="Available Targets:" />
     <echo message=" " />
     <echo message=" Compiling:" />
-    <echo message="  compile           - Compiles the WSDL2Java source code" />
+    <echo message="  compile - Compiles the WSDL2Java source code" />
     <echo message=" " />
     <echo message=" Compiling client:" />
-    <echo message="  compile_client           - Compiles the client source code" />
+    <echo message="  compile_client - Compiles the client source code" />
     <echo message=" " />
     <echo message=" Cleaning up:" />
-    <echo message="  clean             - Delete class files" />
+    <echo message="  clean - Delete class files" />
     <echo message=" " />
     <echo message=" WSDL:" />
-    <echo message="  wsdl2java               - Generate source from WSDL" />
+    <echo message="  wsdl2java - Generate source from WSDL" />
     <echo message=" " />
     <echo message=" AAR:" />
-    <echo message="  aar               - Generate an .aar for deployment into WEB-INF/services" />
+    <echo message="  aar - Generate an .aar for deployment into WEB-INF/services" />
     <echo message=" " />
     <echo message=" Executing:" />
-    <echo message="  runLogin               - Execute the runLogin client" />
+    <echo message="  runLogin - Execute the runLogin client" />
   </target>
 
   <target name="prepare" >
@@ -417,8 +417,7 @@
      srcdir="output"
      destdir="${build.classes}"
      deprecation="true"
-     failonerror="true" debug="true"
-    >
+     failonerror="true" debug="true">
 
      <classpath refid="axis.classpath"/> 
     </javac>
@@ -510,7 +509,7 @@
 
 <p>Below is a validated WSDL Document following the Document/Literal Style.
 The name of this file matches the name used in the WSDL2Java ant task above,
-LoginEndpoint.wsdl</p>
+LoginEndpoint.wsdl.</p>
 <pre class="code">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 
 &lt;definitions name="LoginService" targetNamespace="http://login" xmlns:tns="http://login" 



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