Author: eglynn
Date: Tue Nov 27 09:18:01 2007
New Revision: 598701
URL: http://svn.apache.org/viewvc?rev=598701&view=rev
Log:
Misleading instructions in samples/js_client/README.txt
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt?rev=598701&r1=598700&r2=598701&view=diff
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/js_client/README.txt
Tue Nov 27 09:18:01 2007
@@ -7,13 +7,16 @@
The client side makes call using JAX-WS APIs. It uses the Mozilla Rhino
library
to read the JavaScript file and run it.
+This demo only implements the client-side logic, and relies on the server
+provided by the wsdl_first demo.
+
Building and running the demo server using ant
----------------------------------------------
-From the base directory of this sample (i.e., where this README file is
-located), the Ant build.xml file can be used to build and run the demo.
-The server and client targets automatically build the demo.
+From the samples/wsdl_first directory, the Ant build.xml file
+can be used to build and run the demo.
+
Using either UNIX or Windows:
ant build