You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/03/21 20:20:18 UTC

svn commit: r1788023 - in /qpid/qpid-jms-amqp-0-x/trunk: LICENSE README.txt client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE

Author: kwall
Date: Tue Mar 21 20:20:17 2017
New Revision: 1788023

URL: http://svn.apache.org/viewvc?rev=1788023&view=rev
Log:
QPID-7718: Add client specific README, fix up LICENSE and DEPENDENCIES_REFERENCE

Added:
    qpid/qpid-jms-amqp-0-x/trunk/README.txt
Modified:
    qpid/qpid-jms-amqp-0-x/trunk/LICENSE
    qpid/qpid-jms-amqp-0-x/trunk/client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE

Modified: qpid/qpid-jms-amqp-0-x/trunk/LICENSE
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/LICENSE?rev=1788023&r1=1788022&r2=1788023&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/LICENSE (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/LICENSE Tue Mar 21 20:20:17 2017
@@ -201,34 +201,3 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-
-###############################################
-# Third Party Dependency Licensing Information:
-###############################################
-
-broker-plugins/management-http/src/main/java/resources/js/crypto-js/
-
-This bundles portions of crypto-js which is under the MIT licence:
-
-
-Copyright (c) 2009-2013 Jeff Mott
-
- Permission is hereby granted, free  of charge, to any person obtaining
- a  copy  of this  software  and  associated  documentation files  (the
- "Software"), to  deal in  the Software without  restriction, including
- without limitation  the rights to  use, copy, modify,  merge, publish,
- distribute,  sublicense, and/or sell  copies of  the Software,  and to
- permit persons to whom the Software  is furnished to do so, subject to
- the following conditions:
-
- The  above  copyright  notice  and  this permission  notice  shall  be
- included in all copies or substantial portions of the Software.
-
- THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
- EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
- MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-

Added: qpid/qpid-jms-amqp-0-x/trunk/README.txt
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/README.txt?rev=1788023&view=auto
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/README.txt (added)
+++ qpid/qpid-jms-amqp-0-x/trunk/README.txt Tue Mar 21 20:20:17 2017
@@ -0,0 +1,39 @@
+Documentation for the Qpid components can be accessed on our website at:
+
+http://qpid.apache.org/documentation.html
+
+Some initial helper info can be found below.
+
+
+==== Building the code and running the tests ====
+
+Here are some example Maven build commands that you may find useful.
+
+Clean previous builds output and install all modules to local repository without
+running any of the unit or system tests.
+
+  mvn clean install -DskipTests
+
+Perform a subset of the tests
+
+  mvn verify -Dtest=TestNamePattern* -DfailIfNoTests=false
+
+Execute the unit tests and then produce the code coverage report
+
+  mvn test jacoco:report
+
+For more details on how to build see:
+https://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Build+How+To
+
+
+==== Running client examples =====
+
+Use maven to build the modules, and additionally copy the dependencies alongside their output:
+
+  mvn clean package dependency:copy-dependencies -DskipTests
+
+Now you can then run the examples as follows:
+
+  java -cp "client/example/target/classes/:client/example/target/dependency/*" org.apache.qpid.example.Hello
+
+The examples assume that a Broker is running on port 5672.

Modified: qpid/qpid-jms-amqp-0-x/trunk/client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE?rev=1788023&r1=1788022&r2=1788023&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/client/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE Tue Mar 21 20:20:17 2017
@@ -28,10 +28,6 @@ From: 'QOS.ch' (http://www.qos.ch)
   - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.12
     License: MIT License  (http://www.opensource.org/licenses/mit-license.php)
 
-From: 'The Apache Software Foundation' (http://www.apache.org/)
-  - Apache Qpid Common (http://qpid.apache.org/components/qpid-common) org.apache.qpid:qpid-common:jar
-    License: Apache License, Version 2.0  (http://www.apache.org/licenses/LICENSE-2.0.txt)
-
 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org