You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2007/03/27 18:46:51 UTC

svn commit: r523030 - in /incubator/yoko/trunk/distribution: ./ src/main/samples/ws/bank/ src/main/samples/ws/bank_ws_addressing/ src/main/samples/ws/hello_world/

Author: bravi
Date: Tue Mar 27 11:46:50 2007
New Revision: 523030

URL: http://svn.apache.org/viewvc?view=rev&rev=523030
Log:
[YOKO-318] - Update to the samples & distribution package.

Modified:
    incubator/yoko/trunk/distribution/assembly-bin.xml
    incubator/yoko/trunk/distribution/assembly-runtime-bin.xml
    incubator/yoko/trunk/distribution/assembly-src.xml
    incubator/yoko/trunk/distribution/pom.xml
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank/build.xml
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/README.txt
    incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/build.xml
    incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt
    incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/build.xml

Modified: incubator/yoko/trunk/distribution/assembly-bin.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-bin.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-bin.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-bin.xml Tue Mar 27 11:46:50 2007
@@ -27,7 +27,7 @@
   <fileSets>
     <fileSet>
       <directory>..</directory>
-      <outputDirectory>yoko-incubating-bin-1.0-M2</outputDirectory>
+      <outputDirectory>yoko-incubating-bin-1.0</outputDirectory>
       <includes>
         <include>README*</include>
         <include>LICENSE*</include>
@@ -37,12 +37,12 @@
     </fileSet>
     <fileSet>
         <directory>src/main/bin</directory>
-        <outputDirectory>yoko-incubating-bin-1.0-M2/bin</outputDirectory>
+        <outputDirectory>yoko-incubating-bin-1.0/bin</outputDirectory>
         <fileMode>775</fileMode>
     </fileSet>
     <fileSet>
         <directory>src/main/samples</directory>
-        <outputDirectory>yoko-incubating-bin-1.0-M2/samples</outputDirectory>
+        <outputDirectory>yoko-incubating-bin-1.0/samples</outputDirectory>
         <excludes>
             <exclude>**/build</exclude>
             <exclude>**/build/**/*</exclude>
@@ -50,11 +50,11 @@
     </fileSet>
     <fileSet>
         <directory>../etc/third_party_licenses</directory>
-        <outputDirectory>yoko-incubating-bin-1.0-M2/etc/third_party_licenses</outputDirectory>
+        <outputDirectory>yoko-incubating-bin-1.0/etc/third_party_licenses</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>target/javadoc</directory>
-      <outputDirectory>yoko-incubating-bin-1.0-M2/docs/api</outputDirectory>
+      <outputDirectory>yoko-incubating-bin-1.0/docs/api</outputDirectory>
       <includes>
         <include>**/*</include>
       </includes>
@@ -63,7 +63,7 @@
   <files>
       <file>
           <source>${basedir}/target/yoko-distribution-${version}.jar</source>
-          <outputDirectory>yoko-incubating-bin-1.0-M2/lib</outputDirectory>
+          <outputDirectory>yoko-incubating-bin-1.0/lib</outputDirectory>
           <destName>yoko-${version}.jar</destName>
           <!-- TODO - assembly 2.2 will change this to octal -->
           <fileMode>436</fileMode>
@@ -71,7 +71,7 @@
   </files>
   <dependencySets>
       <dependencySet>
-          <outputDirectory>yoko-incubating-bin-1.0-M2/lib</outputDirectory>
+          <outputDirectory>yoko-incubating-bin-1.0/lib</outputDirectory>
           <outputFileNameMapping>${artifactId}-${baseVersion}.${extension}</outputFileNameMapping>
           <unpack>false</unpack>
           <scope>runtime</scope>

Modified: incubator/yoko/trunk/distribution/assembly-runtime-bin.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-runtime-bin.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-runtime-bin.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-runtime-bin.xml Tue Mar 27 11:46:50 2007
@@ -27,7 +27,7 @@
   <fileSets>
     <fileSet>
       <directory>../yoko-spec-corba</directory>
-      <outputDirectory>yoko-incubating-runtime-bin-1.0-M2</outputDirectory>
+      <outputDirectory>yoko-incubating-runtime-bin-1.0</outputDirectory>
       <includes>
         <include>README*</include>
         <include>LICENSE*</include>
@@ -37,12 +37,12 @@
     </fileSet>
     <fileSet>
         <directory>src/main/bin</directory>
-        <outputDirectory>yoko-incubating-runtime-bin-1.0-M2/bin</outputDirectory>
+        <outputDirectory>yoko-incubating-runtime-bin-1.0/bin</outputDirectory>
         <fileMode>775</fileMode>
     </fileSet>
     <fileSet>
         <directory>../etc/third_party_licenses</directory>
-        <outputDirectory>yoko-incubating-runtime-bin-1.0-M2/etc/third_party_licenses</outputDirectory>
+        <outputDirectory>yoko-incubating-runtime-bin-1.0/etc/third_party_licenses</outputDirectory>
         <includes>
             <include>apache*.txt</include>
         </includes>
@@ -51,7 +51,7 @@
   <files>
       <file>
           <source>${basedir}/target/yoko-distribution-${version}.jar</source>
-          <outputDirectory>yoko-incubating-runtime-bin-1.0-M2/lib</outputDirectory>
+          <outputDirectory>yoko-incubating-runtime-bin-1.0/lib</outputDirectory>
           <destName>yoko-${version}.jar</destName>
           <!-- TODO - assembly 2.2 will change this to octal -->
           <fileMode>436</fileMode>
@@ -60,7 +60,7 @@
 
   <dependencySets>
       <dependencySet>
-          <outputDirectory>yoko-incubating-runtime-bin-1.0-M2/lib</outputDirectory>
+          <outputDirectory>yoko-incubating-runtime-bin-1.0/lib</outputDirectory>
           <outputFileNameMapping>${artifactId}-${baseVersion}.${extension}</outputFileNameMapping>
           <unpack>false</unpack>
           <scope>runtime</scope>

Modified: incubator/yoko/trunk/distribution/assembly-src.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/assembly-src.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/assembly-src.xml (original)
+++ incubator/yoko/trunk/distribution/assembly-src.xml Tue Mar 27 11:46:50 2007
@@ -27,7 +27,7 @@
   <fileSets>
     <fileSet>
         <directory>..</directory>
-        <outputDirectory>yoko-incubating-src-1.0-M2</outputDirectory>
+        <outputDirectory>yoko-incubating-src-1.0</outputDirectory>
         <includes>
             <include>**/*</include>
         </includes>

Modified: incubator/yoko/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/pom.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/pom.xml (original)
+++ incubator/yoko/trunk/distribution/pom.xml Tue Mar 27 11:46:50 2007
@@ -59,7 +59,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-tools-wsdl2java</artifactId>
+            <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
+            <version>${cxf.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
             <version>${cxf.version}</version>
         </dependency>
         -->
@@ -170,7 +175,12 @@
                </dependency>
                <dependency>
                    <groupId>org.apache.cxf</groupId>
-                   <artifactId>cxf-tools-wsdl2java</artifactId>
+                   <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
+                   <version>${cxf.version}</version>
+               </dependency>
+               <dependency>
+                   <groupId>org.apache.cxf</groupId>
+                   <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
                    <version>${cxf.version}</version>
                </dependency>
             </dependencies>
@@ -179,7 +189,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.1</version>
+                        <version>2.2-SNAPSHOT</version>
                         <executions>
                             <execution>
                                 <id>distribution-src-epl</id>

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank/README.txt Tue Mar 27 11:46:50 2007
@@ -54,13 +54,13 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar \
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar \
      -Dcxf.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
      -classpath $CLASSPATH:build/classes yoko.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -Dcxf.config.file=file:/%YOKO_HOME%\samples\ws\etc\corba_bus_config.xml
         -classpath %CLASSPATH%;build\classes yoko.server.Server
 
@@ -71,13 +71,13 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar \
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar \
         -Dcxf.config.file=file:$YOKO_HOME/samples/ws/etc/corba_bus_config.xml \
         -classpath $CLASSPATH:build/classes yoko.client.Client
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -Dcxf.config.file=file:/%YOKO_HOME%\samples\ws\etc\corba_bus_config.xml
         -classpath %CLASSPATH%;build\classes yoko.client.Client
 

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank/build.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank/build.xml (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank/build.xml Tue Mar 27 11:46:50 2007
@@ -87,7 +87,7 @@
         <sequential>
             <mkdir dir="@{srcdestdir}"/>
             <mkdir dir="@{destdir}"/>
-            <java failonerror="true" classname="org.apache.cxf.tools.wsdl2java.WSDLToJava" fork="yes">
+            <java failonerror="true" classname="org.apache.cxf.tools.wsdlto.WSDLToJava" fork="yes">
                 <classpath>
                     <path refid="yoko.classpath" />
                 </classpath>

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/README.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/README.txt?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/README.txt (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/README.txt Tue Mar 27 11:46:50 2007
@@ -97,12 +97,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes yoko.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -112,12 +112,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.client.Client
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes yoko.client.Client
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or
@@ -135,12 +135,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes corba.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes corba.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -150,12 +150,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.client.Client
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes yoko.client.Client
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or
@@ -173,12 +173,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes yoko.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -188,12 +188,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes corba.client.Client
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes corba.client.Client
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/build.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/build.xml (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/bank_ws_addressing/build.xml Tue Mar 27 11:46:50 2007
@@ -126,7 +126,7 @@
             <mkdir dir="@{srcdestdir}"/>
             <mkdir dir="@{destdir}"/>
             <java failonerror="true" 
-                  classname="org.apache.cxf.tools.wsdl2java.WSDLToJava">
+                  classname="org.apache.cxf.tools.wsdlto.WSDLToJava">
                 <arg line="-p @{package} -d @{srcdestdir} @{file}"/>
             </java>
         </sequential>

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/README.txt Tue Mar 27 11:46:50 2007
@@ -97,12 +97,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes yoko.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -112,12 +112,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.client.Client <Name>
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes yoko.client.Client <Name>
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or
@@ -135,12 +135,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes corba.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes corba.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -150,12 +150,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.client.Client <Name>
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes yoko.client.Client <Name>
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or
@@ -173,12 +173,12 @@
 
    UNIX (must use forward slashes):
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes yoko.server.Server &
 
    Windows (may use either forward or back slashes):
 
-     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     start java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath %CLASSPATH%;build\classes yoko.server.Server
 
   The server process starts in the background. We have to set the Xbootclasspath,
@@ -188,12 +188,12 @@
 
    UNIX:
 
-     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-M2-SNAPSHOT.jar 
+     java -Xbootclasspath/p:$YOKO_HOME/lib/yoko-spec-corba-1.0-incubating-SNAPSHOT.jar:$YOKO_HOME/lib/yoko-core-1.0-incubating-SNAPSHOT.jar 
         -classpath $CLASSPATH:build/classes corba.client.Client <Name>
 
    Windows:
 
-     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-M2-SNAPSHOT.jar
+     java -Xbootclasspath/p:%YOKO_HOME%\lib\yoko-spec-corba-1.0-incubating-SNAPSHOT.jar;%YOKO_HOME%\lib\yoko-core-1.0-incubating-SNAPSHOT.jar
         -classpath %CLASSPATH%;build\classes corba.client.Client <Name>
 
 4. After running the client, use the kill command to terminate the server process (UNIX) or

Modified: incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/build.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/build.xml?view=diff&rev=523030&r1=523029&r2=523030
==============================================================================
--- incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/build.xml (original)
+++ incubator/yoko/trunk/distribution/src/main/samples/ws/hello_world/build.xml Tue Mar 27 11:46:50 2007
@@ -113,7 +113,7 @@
         <sequential>
             <mkdir dir="@{srcdestdir}"/>
             <mkdir dir="@{destdir}"/>
-            <java failonerror="true" classname="org.apache.cxf.tools.wsdl2java.WSDLToJava" fork="yes">
+            <java failonerror="true" classname="org.apache.cxf.tools.wsdlto.WSDLToJava" fork="yes">
                 <classpath>
                     <path refid="yoko.classpath" />
                 </classpath>