You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/05/22 17:19:31 UTC

svn commit: r777569 - in /activemq/activemq-cpp/trunk/activemq-cpp: src/test-integration/TestRegistry.cpp vs2005-build/vs2005-activemq-unittests.vcproj vs2005-build/vs2005-activemq.vcproj

Author: tabish
Date: Fri May 22 15:19:30 2009
New Revision: 777569

URL: http://svn.apache.org/viewvc?rev=777569&view=rev
Log:
Fix on Windows to build with the latest changes in SVN

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/TestRegistry.cpp
    activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-unittests.vcproj
    activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/TestRegistry.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/TestRegistry.cpp?rev=777569&r1=777568&r2=777569&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/TestRegistry.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test-integration/TestRegistry.cpp Fri May 22 15:19:30 2009
@@ -49,13 +49,12 @@
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireJmsMessageGroupsTest );
 
 // Stomp Tests
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompAsyncSenderTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompCmsTemplateTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompDurableTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompExpirationTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompSimpleTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompSlowListenerTest );
-CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompJmsMessageGroupsTest );
-
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompAsyncSenderTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompCmsTemplateTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompDurableTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompExpirationTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompSimpleTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompSlowListenerTest );
+//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompJmsMessageGroupsTest );
 //CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompTransactionTest );
 //CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::stomp::StompSimpleRollbackTest );

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-unittests.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-unittests.vcproj?rev=777569&r1=777568&r2=777569&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-unittests.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq-unittests.vcproj Fri May 22 15:19:30 2009
@@ -11015,6 +11015,14 @@
 					>
 				</File>
 				<File
+					RelativePath="..\src\test\decaf\util\PropertiesTest.cpp"
+					>
+				</File>
+				<File
+					RelativePath="..\src\test\decaf\util\PropertiesTest.h"
+					>
+				</File>
+				<File
 					RelativePath="..\src\test\decaf\util\QueueTest.cpp"
 					>
 				</File>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj?rev=777569&r1=777568&r2=777569&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/vs2005-build/vs2005-activemq.vcproj Fri May 22 15:19:30 2009
@@ -797,6 +797,10 @@
 				Name="util"
 				>
 				<File
+					RelativePath="..\src\main\activemq\util\ActiveMQProperties.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\activemq\util\ActiveMQProperties.h"
 					>
 				</File>
@@ -12316,11 +12320,11 @@
 						>
 					</File>
 					<File
-						RelativePath="..\src\main\activemq\wireformat\stomp\StompResponseBuilder.cpp"
+						RelativePath="..\src\main\activemq\wireformat\stomp\StompHelper.cpp"
 						>
 					</File>
 					<File
-						RelativePath="..\src\main\activemq\wireformat\stomp\StompResponseBuilder.h"
+						RelativePath="..\src\main\activemq\wireformat\stomp\StompHelper.h"
 						>
 					</File>
 					<File
@@ -12339,26 +12343,6 @@
 						RelativePath="..\src\main\activemq\wireformat\stomp\StompWireFormatFactory.h"
 						>
 					</File>
-					<Filter
-						Name="marshal"
-						>
-						<File
-							RelativePath="..\src\main\activemq\wireformat\stomp\marshal\Marshaler.cpp"
-							>
-						</File>
-						<File
-							RelativePath="..\src\main\activemq\wireformat\stomp\marshal\Marshaler.h"
-							>
-						</File>
-						<File
-							RelativePath="..\src\main\activemq\wireformat\stomp\marshal\MarshalerHelper.cpp"
-							>
-						</File>
-						<File
-							RelativePath="..\src\main\activemq\wireformat\stomp\marshal\MarshalerHelper.h"
-							>
-						</File>
-					</Filter>
 				</Filter>
 			</Filter>
 			<Filter
@@ -13397,6 +13381,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\src\main\decaf\util\Properties.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\src\main\decaf\util\Properties.h"
 					>
 				</File>