Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 8952 invoked from network); 14 Oct 2007 09:45:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Oct 2007 09:45:07 -0000 Received: (qmail 55991 invoked by uid 500); 14 Oct 2007 09:44:55 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 55919 invoked by uid 500); 14 Oct 2007 09:44:55 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 55910 invoked by uid 99); 14 Oct 2007 09:44:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 02:44:55 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2007 09:45:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A82521A9832; Sun, 14 Oct 2007 02:44:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r584520 - /incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt Date: Sun, 14 Oct 2007 09:44:16 -0000 To: cxf-commits@incubator.apache.org From: jliu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071014094416.A82521A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jliu Date: Sun Oct 14 02:44:15 2007 New Revision: 584520 URL: http://svn.apache.org/viewvc?rev=584520&view=rev Log: Minor fix to sample README Modified: incubator/cxf/trunk/distribution/src/main/release/samples/restful_dispatch/README.txt 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?rev=584520&r1=584519&r2=584520&view=diff ============================================================================== --- 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 Sun Oct 14 02:44:15 2007 @@ -49,8 +49,7 @@ JAX-WS Provider interface. -Please review the README in the samples directory before -continuing. +Please review the README in the samples directory before continuing. Prerequisites @@ -86,7 +85,7 @@ Building the demo using wsdl2java and javac ------------------------------------------- -From the samples/restful directory, first create the target +From the samples/restful_dispatch directory, first create the target directory build/classes and then compile the provided client and server applications with the commands: @@ -120,7 +119,7 @@ Running the demo using java --------------------------- -From the samples/restful directory run the following commands. They +From the samples/restful_dispatch directory run the following commands. They are entered on a single command line. For UNIX (must use forward slashes):