You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/20 23:22:07 UTC

svn commit: r122890 - /incubator/apollo/site/tutorial/wsdl2java.html

Author: ips
Date: Mon Dec 20 14:22:05 2004
New Revision: 122890

URL: http://svn.apache.org/viewcvs?view=rev&rev=122890
Log:
minor

Modified:
   incubator/apollo/site/tutorial/wsdl2java.html

Modified: incubator/apollo/site/tutorial/wsdl2java.html
Url: http://svn.apache.org/viewcvs/incubator/apollo/site/tutorial/wsdl2java.html?view=diff&rev=122890&p1=incubator/apollo/site/tutorial/wsdl2java.html&r1=122889&p2=incubator/apollo/site/tutorial/wsdl2java.html&r2=122890
==============================================================================
--- incubator/apollo/site/tutorial/wsdl2java.html	(original)
+++ incubator/apollo/site/tutorial/wsdl2java.html	Mon Dec 20 14:22:05 2004
@@ -163,7 +163,7 @@
 <a href="#Using+the+Wsdl2Java+Ant+Task">Using the Wsdl2Java Ant Task</a>
 </li>
 </ul>
-</div> 
+</div>
     
 <a name="N1000C"></a><a name="Introduction"></a>
 <h2 class="boxed">Introduction</h2>
@@ -221,7 +221,7 @@
 
         &lt;taskdef name="wsdl2Java" classname="org.apache.ws.resource.Wsdl2JavaTask" classpathref="apollo.classpath.id" /&gt;
 
-        &lt;wsdl2Java wsdl="your.wsdl"
+        &lt;wsdl2Java wsdl="path/to/your.wsdl"
                    srcOutputDir="generated/src"
                    classesOutputDir="generated/classes"
                    classpathref="apollo.classpath.id" /&gt;
@@ -229,11 +229,11 @@
       </pre>
 <div class="frame note">
 <div class="label">Note</div>
-<div class="content">The apollo.home Ant property used above has to be set to the Apollo installation
+<div class="content">The apollo.home Ant property used above has to be set to your Apollo installation
             directory (e.g. /opt/apollo-1.0beta).</div>
 </div>
 </div>
-    
+
   
 </div>
 <!--+

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