Author: blin
Date: Thu Aug 16 19:17:30 2007
New Revision: 566905
URL: http://svn.apache.org/viewvc?view=rev&rev=566905
Log:
[CXF-743] apply Glen's patch for sample READMEs - Thanks, Glen.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_async/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/build.xml
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/spring_http/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/streamInterceptor/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/callback/README.txt
Thu Aug 16 19:17:30 2007
@@ -1,10 +1,9 @@
Callback Demo
=============================================
-
-This demo showss a client creating a callback object by
+This demo shows a client creating a callback object by
passing an EndpointReferenceType to the server. The
EndpointRefrenceType is then used by the server to call
-back on the callback object
+back on the callback object.
Please review the README in the samples directory before
continuing.
@@ -24,23 +23,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/basic_callback directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
-
+ ant server (from one command line window)
+ ant client (from a second command line window)
-To remove the code generated from the WSDL file and the .class
-files, run:
- ant clean
+To remove the code generated from the WSDL file and the .class
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/colocated/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/README.txt
Thu Aug 16 19:17:30 2007
@@ -19,22 +19,19 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/colocated directory, the ant build script
-can be used to build and run the demo.
+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 client target automatically builds the demo.
Using either UNIX or Windows:
- ant build
ant client
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/colocated/build.xml?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/build.xml
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/colocated/build.xml
Thu Aug 16 19:17:30 2007
@@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="hello world demo" default="build" basedir=".">
+<project name="colocated demo" default="build" basedir=".">
<import file="../common_build.xml"/>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/dispatch_provider/README.txt
Thu Aug 16 19:17:30 2007
@@ -26,23 +26,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/dispatch_provider directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/handlers/README.txt
Thu Aug 16 19:17:30 2007
@@ -27,17 +27,16 @@
set the environment.
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/handlers directory, the ant build script can be used to
-build and run the demo. The server and client targets automatically build
-the demo.
+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.
Using either UNIX or Windows:
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
When using these ant targets, the server process uses the LoggingHandler
and the client process uses the SmallNumberHandler. Notice that both
@@ -62,9 +61,7 @@
After running the client, terminate the server process.
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Building the demo using wsdl2java and javac
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
Thu Aug 16 19:17:30 2007
@@ -44,23 +44,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
@@ -198,4 +195,4 @@
ant client.get
to invoke the service with simple HttpURLConnection, or you can even
-use your favoriate browser to get the results back.
\ No newline at end of file
+use your favorite browser to get the results back.
\ No newline at end of file
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_RPCLit/README.txt
Thu Aug 16 19:17:30 2007
@@ -21,24 +21,19 @@
environment.
-
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world_RPCLit directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
-
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
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=566905&r1=566904&r2=566905
==============================================================================
---
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 Aug 16 19:17:30 2007
@@ -49,25 +49,20 @@
javac, and java to build and run the demos, you must set the
environment.
-
-
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world_async directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_https/README.txt
Thu Aug 16 19:17:30 2007
@@ -22,21 +22,19 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world_https directory, the ant build script
-can be used to build demo.
+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 target automatically builds the demo.
Using either UNIX or Windows:
- ant build
+ ant server
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
The demo illustrates how authentication can be achieved through
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_bare/README.txt
Thu Aug 16 19:17:30 2007
@@ -22,23 +22,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world_xml_bare directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world_xml_wrapped/README.txt
Thu Aug 16 19:17:30 2007
@@ -22,23 +22,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world_xml_wrapped directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_pubsub/README.txt
Thu Aug 16 19:17:30 2007
@@ -65,21 +65,19 @@
Building and running the demo using ant
---------------------------------------
-From the samples/jms_pubsub directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
ant jmsbroker.start
ant server
ant client
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/jms_queue/README.txt
Thu Aug 16 19:17:30 2007
@@ -66,21 +66,19 @@
Building and running the demo using ant
---------------------------------------
-From the samples/jms_queue directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
ant jmsbroker.start
ant server
ant client
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
@@ -209,4 +207,4 @@
3. Remove the file, EmbeddedBroker.java from under the directory
src/demo/jms_greeter/broker. This is
only a helper function and therefore need not be used, as long as the
broker is started
- through the scripts.
\ No newline at end of file
+ through the scripts.
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/js_provider/README.txt
Thu Aug 16 19:17:30 2007
@@ -29,23 +29,19 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/js_provider directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server (in the background or another window)
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
-
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtom/README.txt
Thu Aug 16 19:17:30 2007
@@ -22,23 +22,19 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/mtom directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
-
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt
Thu Aug 16 19:17:30 2007
@@ -66,23 +66,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/restful directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
Thu Aug 16 19:17:30 2007
@@ -21,23 +21,20 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/soap12/build.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap12/build.xml?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/soap12/build.xml
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/soap12/build.xml
Thu Aug 16 19:17:30 2007
@@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project name="hello world demo" default="build" basedir=".">
+<project name="soap12 demo" default="build" basedir=".">
<import file="../common_build.xml"/>
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/soap_header/README.txt
Thu Aug 16 19:17:30 2007
@@ -31,21 +31,19 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/soap_header directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
-
To remove the code generated from the WSDL file and the .class
-files, run:
+files, run "ant clean".
ant clean
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/spring_http/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/spring_http/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/spring_http/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/spring_http/README.txt
Thu Aug 16 19:17:30 2007
@@ -24,20 +24,17 @@
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/hello_world directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/streamInterceptor/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/streamInterceptor/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/streamInterceptor/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/streamInterceptor/README.txt
Thu Aug 16 19:17:30 2007
@@ -18,23 +18,20 @@
environment.
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/streamInterceptor directory, the ant build script
-can be used to build and run the demo.
+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.
Using either UNIX or Windows:
- ant build
- ant server
- ant client
-
+ ant server (from one command line window)
+ ant client (from a second command line window)
To remove the code generated from the WSDL file and the .class
-files, run:
+files, run "ant clean".
- ant clean
Building the demo using wsdl2java and javac
-------------------------------------------
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/README.txt
Thu Aug 16 19:17:30 2007
@@ -47,28 +47,26 @@
set the environment by running the script.
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/ws_addressing directory, the ant build script can be used to
-build and run the demo. The server and client targets automatically build
-the demo.
+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.
Using either UNIX or Windows:
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
Both client and server will use the MAPAggregator and MAPCodec
handlers to aggregate and encode the WS-Addressing MAPs.
To remove the code generated from the WSDL file and the .class
-files, run:
+files, run "ant clean".
- ant clean
-Buildng the demo using wsdl2java and javac
+Building the demo using wsdl2java and javac
------------------------------------------
From the samples/ws_addressing directory, first create the target directory
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/README.txt
Thu Aug 16 19:17:30 2007
@@ -6,7 +6,7 @@
While most of the demo is very similar to the ws_addressing demo, there
are two major differences:
-1. À Policy element containing an Addressing assertion is attached to
+1. Policy element containing an Addressing assertion is attached to
the port element in the demo's wsdl.
2. The configuration files for the client and server specify that the
CXF policy engine should be enabled.
@@ -55,9 +55,7 @@
interceptors to aggregate and encode the WS-Addressing MAPs.
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Buildng the demo using wsdl2java and javac
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt?view=diff&rev=566905&r1=566904&r2=566905
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/README.txt
Thu Aug 16 19:17:30 2007
@@ -56,17 +56,16 @@
on using wsdl2java, javac, and java to build and run the demos, you must
set the environment by running the script.
-Building and running the demo using ant
+Building and running the demo using Ant
---------------------------------------
-
-From the samples/ws_rm directory, the ant build script can be used to
-build and run the demo. The server and client targets automatically build
-the demo.
+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.
Using either UNIX or Windows:
- ant server
- ant client
+ ant server (from one command line window)
+ ant client (from a second command line window)
On startup, the client makes a sequence of 4 oneway invocations.
The output of the logging interceptors will show that only the 1st and 3rd
@@ -77,9 +76,7 @@
later so that there will be no further retransmissions from the client.
To remove the code generated from the WSDL file and the .class
-files, run:
-
- ant clean
+files, run "ant clean".
Building the demo using wsdl2java and javac