You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2008/05/16 04:01:50 UTC

svn commit: r656924 - in /incubator/qpid/trunk/qpid: cpp/examples/README java/client/example/bin/README.txt

Author: cctrieloff
Date: Thu May 15 19:01:50 2008
New Revision: 656924

URL: http://svn.apache.org/viewvc?rev=656924&view=rev
Log:
QPID-1034 by Senaka Fernando

Added:
    incubator/qpid/trunk/qpid/cpp/examples/README
    incubator/qpid/trunk/qpid/java/client/example/bin/README.txt

Added: incubator/qpid/trunk/qpid/cpp/examples/README
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/examples/README?rev=656924&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/examples/README (added)
+++ incubator/qpid/trunk/qpid/cpp/examples/README Thu May 15 19:01:50 2008
@@ -0,0 +1,26 @@
+= Qpid C++ Examples =
+
+For more information read examples/README.
+
+== The Verify All Script ==
+
+The verify_all script will run C++ examples against itself and against the
+Python examples. The success of the script is determined by comparing its output
+against what is expected.
+
+=== Arguments ===
+
+The verify_all script expects the path to Qpid trunk as an argument, in order to
+setup the environment for Python examples.
+
+== The Verify Script ==
+
+The verify script is capable of running one or many scripts designed to verify
+the success of Qpid examples. The verify script is utilized by the verify_all
+scripts.
+
+=== Verifying an individual example ===
+
+This will require you using the verify script, and providing the necessary sub
+script(s) it will utilize in the process. Please note that it is your
+responsibility to setup the necessary environment for the verification process

Added: incubator/qpid/trunk/qpid/java/client/example/bin/README.txt
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/example/bin/README.txt?rev=656924&view=auto
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/example/bin/README.txt (added)
+++ incubator/qpid/trunk/qpid/java/client/example/bin/README.txt Thu May 15 19:01:50 2008
@@ -0,0 +1,11 @@
+= Qpid Java Examples =
+
+For more information read ../README.txt.
+
+== The Verify All Script ==
+
+The verify_all script will run Java examples against itself and against the C++
+and Python examples. The success of the script is determined by comparing its
+output against what is expected.
+
+This script uses the verify script found in qpid/cpp/examples.