svn commit: r1603302 - in /qpid/trunk/qpid/cpp/bindings: qmf2/python/CMakeLists.txt qmf2/ruby/CMakeLists.txt qpid/perl/CMakeLists.txt qpid/python/CMakeLists.txt qpid/ruby/CMakeLists.txt

2014-06-17 Thread astitcher
Author: astitcher Date: Tue Jun 17 22:44:15 2014 New Revision: 1603302 URL: http://svn.apache.org/r1603302 Log: NO-JIRA: Make bindings install on windows Modified: qpid/trunk/qpid/cpp/bindings/qmf2/python/CMakeLists.txt qpid/trunk/qpid/cpp/bindings/qmf2/ruby/CMakeLists.txt qpid/trunk/

svn commit: r1603294 - in /qpid/trunk/qpid/java/broker-core/src: main/java/org/apache/qpid/server/exchange/TopicExchange.java test/java/org/apache/qpid/server/exchange/TopicExchangeTest.java

2014-06-17 Thread kwall
Author: kwall Date: Tue Jun 17 21:37:29 2014 New Revision: 1603294 URL: http://svn.apache.org/r1603294 Log: QPID-5785: [Java Broker] Fix NPE when a topic exchange is closed after a message filter has been added to an existing binding. This corrects a regression introduced by QPID-5709 that was c

svn commit: r1603289 - in /qpid/dispatch/trunk: ./ bin/ doc/man/ tests/ tests/management/

2014-06-17 Thread aconway
Author: aconway Date: Tue Jun 17 20:48:09 2014 New Revision: 1603289 URL: http://svn.apache.org/r1603289 Log: NO-JIRA: ctest runs all tests in the build tree, added valgrind support. Updated README with info on running tests. Wrapper script tests/run.py to run tests, allows ctest to run with no

svn commit: r1603230 - /qpid/proton/trunk/tests/python/proton_tests/messenger.py

2014-06-17 Thread chug
Author: chug Date: Tue Jun 17 17:30:32 2014 New Revision: 1603230 URL: http://svn.apache.org/r1603230 Log: PROTON-606: Python testReclaimCredit: fix for windows causes hang in RHEL6 32-bit This patch calls work() for each messenger even if it is stopped in order to force a transition to stopped.