Thanks Freeman!
[EMAIL PROTECTED] wrote:
Author: ffang
Date: Thu Apr 12 20:57:55 2007
New Revision: 528344
URL: http://svn.apache.org/viewvc?view=rev&rev=528344
Log:
[CXF-515] apply patch provided by Jonathan Anstey
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml?view=diff&rev=528344&r1=528343&r2=528344
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
Thu Apr 12 20:57:55 2007
@@ -126,7 +126,6 @@
<delete dir="${build.src.dir}"/>
<delete file="${codegen.timestamp.file}"/>
<delete file="demo.log"/>
- <delete file="${wsdl.dir}/async_binding.xml"/>
<delete dir="${build.var.dir}"/>
<delete dir="${activemq.home}/var"/>
</target>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt?view=diff&rev=528344&r1=528343&r2=528344
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
Thu Apr 12 20:57:55 2007
@@ -74,13 +74,8 @@
Building the demo using wsdl2java and javac
-------------------------------------------
-From the samples/hello_world_async directory, first create the target
-directory build/classes and then generate code from the WSDL file.
-
-Edit the async_binding.xml.tmpl, substituting the full path to the
-wsdl for @WSDL_LOCATION@
-Save the editied file as async_binding.xml, This file is required by
-the wsdl2java command to generate classes required in the async case.
+From the samples/hello_world_async directory, run the following wsdl2java
+command to generate classes required in the async case.
For UNIX:
mkdir -p build/classes