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 2007/10/23 20:21:46 UTC

svn commit: r587587 [1/14] - in /activemq/activemq-cpp/trunk/src: main/activemq/connector/openwire/commands/ main/activemq/connector/openwire/marshal/v1/ main/activemq/connector/openwire/marshal/v2/ main/java/org/apache/activemq/openwire/tool/ test/ te...

Author: tabish
Date: Tue Oct 23 11:21:35 2007
New Revision: 587587

URL: http://svn.apache.org/viewvc?rev=587587&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-142

Adding in Openwire V1 build code and Auto Generated Makefiles for generated openwire code.

Added:
    activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp
    activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMapMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMapMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQObjectMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQObjectMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQQueueMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQQueueMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQStreamMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQStreamMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempQueueMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempQueueMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempTopicMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTempTopicMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTextMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTextMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTopicMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ActiveMQTopicMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/BrokerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionControlMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionControlMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionErrorMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionErrorMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConnectionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerControlMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerControlMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ConsumerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ControlCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ControlCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataArrayResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataArrayResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DataResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DestinationInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DestinationInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DiscoveryEventMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/DiscoveryEventMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ExceptionResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ExceptionResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/FlushCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/FlushCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/IntegerResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/IntegerResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalQueueAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalQueueAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTopicAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTopicAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTraceMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTraceMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTransactionMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/JournalTransactionMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/KeepAliveInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/KeepAliveInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LastPartialCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LastPartialCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LocalTransactionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/LocalTransactionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchNotificationMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageDispatchNotificationMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessageIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessagePullMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/MessagePullMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/NetworkBridgeFilterMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/NetworkBridgeFilterMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/PartialCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/PartialCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ProducerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveSubscriptionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/RemoveSubscriptionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ReplayCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ReplayCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SessionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SessionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SessionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SessionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ShutdownInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/ShutdownInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SubscriptionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/SubscriptionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/TransactionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/TransactionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/WireFormatInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/WireFormatInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/XATransactionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/XATransactionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v1/srcmakefile.mk
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BrokerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BrokerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionControlMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionControlMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionErrorMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionErrorMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConnectionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerControlMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerControlMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ConsumerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ControlCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ControlCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DataArrayResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DataArrayResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DataResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DataResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DestinationInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DestinationInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DiscoveryEventMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/DiscoveryEventMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ExceptionResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ExceptionResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/FlushCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/FlushCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/IntegerResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/IntegerResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalQueueAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalQueueAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTopicAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTopicAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTraceMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTraceMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTransactionMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/JournalTransactionMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/LastPartialCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/LastPartialCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageAckMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageAckMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageDispatchMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageDispatchMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessageIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessagePullMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/MessagePullMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/PartialCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/PartialCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ProducerIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ProducerIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ProducerInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ProducerInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/RemoveInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/RemoveInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ReplayCommandMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ReplayCommandMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ResponseMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ResponseMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SessionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SessionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SessionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SessionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ShutdownInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/ShutdownInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/TransactionInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/TransactionInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/WireFormatInfoMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/WireFormatInfoMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/XATransactionIdMarshallerTest.cpp
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/XATransactionIdMarshallerTest.h
    activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/srcmakefile.mk
Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk
    activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk
    activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java
    activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java
    activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java
    activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java
    activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java
    activemq/activemq-cpp/trunk/src/test/Makefile.am

Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/srcmakefile.mk Tue Oct 23 11:21:35 2007
@@ -1,140 +1,142 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-# http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-cc_sources += \
-   activemq/connector/openwire/commands/ActiveMQBytesMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQDestination.cpp \
-   activemq/connector/openwire/commands/ActiveMQMapMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQObjectMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQQueue.cpp \
-   activemq/connector/openwire/commands/ActiveMQStreamMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQTempDestination.cpp \
-   activemq/connector/openwire/commands/ActiveMQTempQueue.cpp \
-   activemq/connector/openwire/commands/ActiveMQTempTopic.cpp \
-   activemq/connector/openwire/commands/ActiveMQTextMessage.cpp \
-   activemq/connector/openwire/commands/ActiveMQTopic.cpp \
-   activemq/connector/openwire/commands/BrokerId.cpp \
-   activemq/connector/openwire/commands/BrokerInfo.cpp \
-   activemq/connector/openwire/commands/ConnectionControl.cpp \
-   activemq/connector/openwire/commands/ConnectionError.cpp \
-   activemq/connector/openwire/commands/ConnectionId.cpp \
-   activemq/connector/openwire/commands/ConnectionInfo.cpp \
-   activemq/connector/openwire/commands/ConsumerControl.cpp \
-   activemq/connector/openwire/commands/ConsumerId.cpp \
-   activemq/connector/openwire/commands/ConsumerInfo.cpp \
-   activemq/connector/openwire/commands/ControlCommand.cpp \
-   activemq/connector/openwire/commands/DataArrayResponse.cpp \
-   activemq/connector/openwire/commands/DataResponse.cpp \
-   activemq/connector/openwire/commands/DestinationInfo.cpp \
-   activemq/connector/openwire/commands/DiscoveryEvent.cpp \
-   activemq/connector/openwire/commands/ExceptionResponse.cpp \
-   activemq/connector/openwire/commands/FlushCommand.cpp \
-   activemq/connector/openwire/commands/IntegerResponse.cpp \
-   activemq/connector/openwire/commands/JournalQueueAck.cpp \
-   activemq/connector/openwire/commands/JournalTopicAck.cpp \
-   activemq/connector/openwire/commands/JournalTrace.cpp \
-   activemq/connector/openwire/commands/JournalTransaction.cpp \
-   activemq/connector/openwire/commands/KeepAliveInfo.cpp \
-   activemq/connector/openwire/commands/LastPartialCommand.cpp \
-   activemq/connector/openwire/commands/LocalTransactionId.cpp \
-   activemq/connector/openwire/commands/Message.cpp \
-   activemq/connector/openwire/commands/MessageAck.cpp \
-   activemq/connector/openwire/commands/MessageDispatch.cpp \
-   activemq/connector/openwire/commands/MessageDispatchNotification.cpp \
-   activemq/connector/openwire/commands/MessageId.cpp \
-   activemq/connector/openwire/commands/MessagePull.cpp \
-   activemq/connector/openwire/commands/NetworkBridgeFilter.cpp \
-   activemq/connector/openwire/commands/PartialCommand.cpp \
-   activemq/connector/openwire/commands/ProducerId.cpp \
-   activemq/connector/openwire/commands/ProducerInfo.cpp \
-   activemq/connector/openwire/commands/RemoveInfo.cpp \
-   activemq/connector/openwire/commands/RemoveSubscriptionInfo.cpp \
-   activemq/connector/openwire/commands/ReplayCommand.cpp \
-   activemq/connector/openwire/commands/Response.cpp \
-   activemq/connector/openwire/commands/SessionId.cpp \
-   activemq/connector/openwire/commands/SessionInfo.cpp \
-   activemq/connector/openwire/commands/ShutdownInfo.cpp \
-   activemq/connector/openwire/commands/SubscriptionInfo.cpp \
-   activemq/connector/openwire/commands/TransactionId.cpp \
-   activemq/connector/openwire/commands/TransactionInfo.cpp \
-   activemq/connector/openwire/commands/WireFormatInfo.cpp \
-   activemq/connector/openwire/commands/XATransactionId.cpp
-
-h_sources += \
-   activemq/connector/openwire/commands/ActiveMQBytesMessage.h \
-   activemq/connector/openwire/commands/ActiveMQDestination.h \
-   activemq/connector/openwire/commands/ActiveMQMapMessage.h \
-   activemq/connector/openwire/commands/ActiveMQMessage.h \
-   activemq/connector/openwire/commands/ActiveMQObjectMessage.h \
-   activemq/connector/openwire/commands/ActiveMQQueue.h \
-   activemq/connector/openwire/commands/ActiveMQStreamMessage.h \
-   activemq/connector/openwire/commands/ActiveMQTempDestination.h \
-   activemq/connector/openwire/commands/ActiveMQTempTopic.h \
-   activemq/connector/openwire/commands/ActiveMQTextMessage.h \
-   activemq/connector/openwire/commands/ActiveMQTopic.h \
-   activemq/connector/openwire/commands/BaseCommand.h \
-   activemq/connector/openwire/commands/BaseDataStructure.h \
-   activemq/connector/openwire/commands/BooleanExpression.h \
-   activemq/connector/openwire/commands/BrokerError.h \
-   activemq/connector/openwire/commands/BrokerId.h \
-   activemq/connector/openwire/commands/BrokerInfo.h \
-   activemq/connector/openwire/commands/ConnectionControl.h \
-   activemq/connector/openwire/commands/ConnectionError.h \
-   activemq/connector/openwire/commands/ConnectionId.h \
-   activemq/connector/openwire/commands/ConnectionInfo.h \
-   activemq/connector/openwire/commands/ConsumerControl.h \
-   activemq/connector/openwire/commands/ConsumerId.h \
-   activemq/connector/openwire/commands/ConsumerInfo.h \
-   activemq/connector/openwire/commands/ControlCommand.h \
-   activemq/connector/openwire/commands/DataArrayResponse.h \
-   activemq/connector/openwire/commands/DataResponse.h \
-   activemq/connector/openwire/commands/DataStructure.h \
-   activemq/connector/openwire/commands/DestinationInfo.h \
-   activemq/connector/openwire/commands/DiscoveryEvent.h \
-   activemq/connector/openwire/commands/ExceptionResponse.h \
-   activemq/connector/openwire/commands/FlushCommand.h \
-   activemq/connector/openwire/commands/IntegerResponse.h \
-   activemq/connector/openwire/commands/JournalQueueAck.h \
-   activemq/connector/openwire/commands/JournalTopicAck.h \
-   activemq/connector/openwire/commands/JournalTrace.h \
-   activemq/connector/openwire/commands/JournalTransaction.h \
-   activemq/connector/openwire/commands/KeepAliveInfo.h \
-   activemq/connector/openwire/commands/LastPartialCommand.h \
-   activemq/connector/openwire/commands/LocalTransactionId.h \
-   activemq/connector/openwire/commands/Message.h \
-   activemq/connector/openwire/commands/MessageAck.h \
-   activemq/connector/openwire/commands/MessageDispatch.h \
-   activemq/connector/openwire/commands/MessageDispatchNotification.h \
-   activemq/connector/openwire/commands/MessageId.h \
-   activemq/connector/openwire/commands/MessagePull.h \
-   activemq/connector/openwire/commands/NetworkBridgeFilter.h \
-   activemq/connector/openwire/commands/PartialCommand.h \
-   activemq/connector/openwire/commands/ProducerId.h \
-   activemq/connector/openwire/commands/ProducerInfo.h \
-   activemq/connector/openwire/commands/RemoveInfo.h \
-   activemq/connector/openwire/commands/RemoveSubscriptionInfo.h \
-   activemq/connector/openwire/commands/ReplayCommand.h \
-   activemq/connector/openwire/commands/Response.h \
-   activemq/connector/openwire/commands/SessionId.h \
-   activemq/connector/openwire/commands/SessionInfo.h \
-   activemq/connector/openwire/commands/ShutdownInfo.h \
-   activemq/connector/openwire/commands/SubscriptionInfo.h \
-   activemq/connector/openwire/commands/TransactionId.h \
-   activemq/connector/openwire/commands/TransactionInfo.h \
-   activemq/connector/openwire/commands/WireFormatInfo.h \
-   activemq/connector/openwire/commands/XATransactionId.h
+# ---------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---------------------------------------------------------------------------
+
+cc_sources += \
+    activemq/connector/openwire/commands/ActiveMQBytesMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQDestination.cpp \
+    activemq/connector/openwire/commands/ActiveMQMapMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQObjectMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQQueue.cpp \
+    activemq/connector/openwire/commands/ActiveMQStreamMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQTempDestination.cpp \
+    activemq/connector/openwire/commands/ActiveMQTempQueue.cpp \
+    activemq/connector/openwire/commands/ActiveMQTempTopic.cpp \
+    activemq/connector/openwire/commands/ActiveMQTextMessage.cpp \
+    activemq/connector/openwire/commands/ActiveMQTopic.cpp \
+    activemq/connector/openwire/commands/BrokerId.cpp \
+    activemq/connector/openwire/commands/BrokerInfo.cpp \
+    activemq/connector/openwire/commands/ConnectionControl.cpp \
+    activemq/connector/openwire/commands/ConnectionError.cpp \
+    activemq/connector/openwire/commands/ConnectionId.cpp \
+    activemq/connector/openwire/commands/ConnectionInfo.cpp \
+    activemq/connector/openwire/commands/ConsumerControl.cpp \
+    activemq/connector/openwire/commands/ConsumerId.cpp \
+    activemq/connector/openwire/commands/ConsumerInfo.cpp \
+    activemq/connector/openwire/commands/ControlCommand.cpp \
+    activemq/connector/openwire/commands/DataArrayResponse.cpp \
+    activemq/connector/openwire/commands/DataResponse.cpp \
+    activemq/connector/openwire/commands/DestinationInfo.cpp \
+    activemq/connector/openwire/commands/DiscoveryEvent.cpp \
+    activemq/connector/openwire/commands/ExceptionResponse.cpp \
+    activemq/connector/openwire/commands/FlushCommand.cpp \
+    activemq/connector/openwire/commands/IntegerResponse.cpp \
+    activemq/connector/openwire/commands/JournalQueueAck.cpp \
+    activemq/connector/openwire/commands/JournalTopicAck.cpp \
+    activemq/connector/openwire/commands/JournalTrace.cpp \
+    activemq/connector/openwire/commands/JournalTransaction.cpp \
+    activemq/connector/openwire/commands/KeepAliveInfo.cpp \
+    activemq/connector/openwire/commands/LastPartialCommand.cpp \
+    activemq/connector/openwire/commands/LocalTransactionId.cpp \
+    activemq/connector/openwire/commands/Message.cpp \
+    activemq/connector/openwire/commands/MessageAck.cpp \
+    activemq/connector/openwire/commands/MessageDispatch.cpp \
+    activemq/connector/openwire/commands/MessageDispatchNotification.cpp \
+    activemq/connector/openwire/commands/MessageId.cpp \
+    activemq/connector/openwire/commands/MessagePull.cpp \
+    activemq/connector/openwire/commands/NetworkBridgeFilter.cpp \
+    activemq/connector/openwire/commands/PartialCommand.cpp \
+    activemq/connector/openwire/commands/ProducerId.cpp \
+    activemq/connector/openwire/commands/ProducerInfo.cpp \
+    activemq/connector/openwire/commands/RemoveInfo.cpp \
+    activemq/connector/openwire/commands/RemoveSubscriptionInfo.cpp \
+    activemq/connector/openwire/commands/ReplayCommand.cpp \
+    activemq/connector/openwire/commands/Response.cpp \
+    activemq/connector/openwire/commands/SessionId.cpp \
+    activemq/connector/openwire/commands/SessionInfo.cpp \
+    activemq/connector/openwire/commands/ShutdownInfo.cpp \
+    activemq/connector/openwire/commands/SubscriptionInfo.cpp \
+    activemq/connector/openwire/commands/TransactionId.cpp \
+    activemq/connector/openwire/commands/TransactionInfo.cpp \
+    activemq/connector/openwire/commands/WireFormatInfo.cpp \
+    activemq/connector/openwire/commands/XATransactionId.cpp
+
+h_sources += \
+    activemq/connector/openwire/commands/ActiveMQBytesMessage.h \
+    activemq/connector/openwire/commands/ActiveMQDestination.h \
+    activemq/connector/openwire/commands/ActiveMQMapMessage.h \
+    activemq/connector/openwire/commands/ActiveMQMessage.h \
+    activemq/connector/openwire/commands/ActiveMQMessageBase.h \
+    activemq/connector/openwire/commands/ActiveMQObjectMessage.h \
+    activemq/connector/openwire/commands/ActiveMQQueue.h \
+    activemq/connector/openwire/commands/ActiveMQStreamMessage.h \
+    activemq/connector/openwire/commands/ActiveMQTempDestination.h \
+    activemq/connector/openwire/commands/ActiveMQTempQueue.h \
+    activemq/connector/openwire/commands/ActiveMQTempTopic.h \
+    activemq/connector/openwire/commands/ActiveMQTextMessage.h \
+    activemq/connector/openwire/commands/ActiveMQTopic.h \
+    activemq/connector/openwire/commands/BaseCommand.h \
+    activemq/connector/openwire/commands/BaseDataStructure.h \
+    activemq/connector/openwire/commands/BooleanExpression.h \
+    activemq/connector/openwire/commands/BrokerError.h \
+    activemq/connector/openwire/commands/BrokerId.h \
+    activemq/connector/openwire/commands/BrokerInfo.h \
+    activemq/connector/openwire/commands/ConnectionControl.h \
+    activemq/connector/openwire/commands/ConnectionError.h \
+    activemq/connector/openwire/commands/ConnectionId.h \
+    activemq/connector/openwire/commands/ConnectionInfo.h \
+    activemq/connector/openwire/commands/ConsumerControl.h \
+    activemq/connector/openwire/commands/ConsumerId.h \
+    activemq/connector/openwire/commands/ConsumerInfo.h \
+    activemq/connector/openwire/commands/ControlCommand.h \
+    activemq/connector/openwire/commands/DataArrayResponse.h \
+    activemq/connector/openwire/commands/DataResponse.h \
+    activemq/connector/openwire/commands/DataStructure.h \
+    activemq/connector/openwire/commands/DestinationInfo.h \
+    activemq/connector/openwire/commands/DiscoveryEvent.h \
+    activemq/connector/openwire/commands/ExceptionResponse.h \
+    activemq/connector/openwire/commands/FlushCommand.h \
+    activemq/connector/openwire/commands/IntegerResponse.h \
+    activemq/connector/openwire/commands/JournalQueueAck.h \
+    activemq/connector/openwire/commands/JournalTopicAck.h \
+    activemq/connector/openwire/commands/JournalTrace.h \
+    activemq/connector/openwire/commands/JournalTransaction.h \
+    activemq/connector/openwire/commands/KeepAliveInfo.h \
+    activemq/connector/openwire/commands/LastPartialCommand.h \
+    activemq/connector/openwire/commands/LocalTransactionId.h \
+    activemq/connector/openwire/commands/Message.h \
+    activemq/connector/openwire/commands/MessageAck.h \
+    activemq/connector/openwire/commands/MessageDispatch.h \
+    activemq/connector/openwire/commands/MessageDispatchNotification.h \
+    activemq/connector/openwire/commands/MessageId.h \
+    activemq/connector/openwire/commands/MessagePull.h \
+    activemq/connector/openwire/commands/NetworkBridgeFilter.h \
+    activemq/connector/openwire/commands/PartialCommand.h \
+    activemq/connector/openwire/commands/ProducerId.h \
+    activemq/connector/openwire/commands/ProducerInfo.h \
+    activemq/connector/openwire/commands/RemoveInfo.h \
+    activemq/connector/openwire/commands/RemoveSubscriptionInfo.h \
+    activemq/connector/openwire/commands/ReplayCommand.h \
+    activemq/connector/openwire/commands/Response.h \
+    activemq/connector/openwire/commands/SessionId.h \
+    activemq/connector/openwire/commands/SessionInfo.h \
+    activemq/connector/openwire/commands/ShutdownInfo.h \
+    activemq/connector/openwire/commands/SubscriptionInfo.h \
+    activemq/connector/openwire/commands/TransactionId.h \
+    activemq/connector/openwire/commands/TransactionInfo.h \
+    activemq/connector/openwire/commands/WireFormatInfo.h \
+    activemq/connector/openwire/commands/XATransactionId.h

Added: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp?rev=587587&view=auto
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp (added)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.cpp Tue Oct 23 11:21:35 2007
@@ -0,0 +1,148 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+#include <activemq/connector/openwire/marshal/v1/MarshallerFactory.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQBytesMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQMapMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQObjectMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQQueueMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQStreamMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQTempQueueMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQTempTopicMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQTextMessageMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ActiveMQTopicMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/BrokerIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/BrokerInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConnectionControlMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConnectionErrorMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConnectionIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConnectionInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConsumerControlMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConsumerIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ConsumerInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ControlCommandMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/DataArrayResponseMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/DataResponseMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/DestinationInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/DiscoveryEventMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ExceptionResponseMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/FlushCommandMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/IntegerResponseMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/JournalQueueAckMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/JournalTopicAckMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/JournalTraceMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/JournalTransactionMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/KeepAliveInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/LastPartialCommandMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/LocalTransactionIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/MessageAckMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/MessageDispatchMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/MessageDispatchNotificationMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/MessageIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/MessagePullMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/NetworkBridgeFilterMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/PartialCommandMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ProducerIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ProducerInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/RemoveInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/RemoveSubscriptionInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ReplayCommandMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ResponseMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/SessionIdMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/SessionInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/ShutdownInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/SubscriptionInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/TransactionInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/WireFormatInfoMarshaller.h>
+#include <activemq/connector/openwire/marshal/v1/XATransactionIdMarshaller.h>
+
+/*
+ *
+ *  Command and marshaling code for OpenWire format for MarshallerFactory
+ *
+ *
+ *  NOTE!: This file is autogenerated - do not modify!
+ *         if you need to make a change, please see the Java Classes
+ *         in the activemq-openwire-generator module
+ *
+ */
+
+using namespace activemq;
+using namespace activemq::connector;
+using namespace activemq::connector::openwire;
+using namespace activemq::connector::openwire::marshal;
+using namespace activemq::connector::openwire::marshal::v1;
+
+///////////////////////////////////////////////////////////////////////////////
+void MarshallerFactory::configure( OpenWireFormat* format ) {
+
+    format->addMarshaller( new ActiveMQBytesMessageMarshaller() );
+    format->addMarshaller( new ActiveMQMapMessageMarshaller() );
+    format->addMarshaller( new ActiveMQMessageMarshaller() );
+    format->addMarshaller( new ActiveMQObjectMessageMarshaller() );
+    format->addMarshaller( new ActiveMQQueueMarshaller() );
+    format->addMarshaller( new ActiveMQStreamMessageMarshaller() );
+    format->addMarshaller( new ActiveMQTempQueueMarshaller() );
+    format->addMarshaller( new ActiveMQTempTopicMarshaller() );
+    format->addMarshaller( new ActiveMQTextMessageMarshaller() );
+    format->addMarshaller( new ActiveMQTopicMarshaller() );
+    format->addMarshaller( new BrokerIdMarshaller() );
+    format->addMarshaller( new BrokerInfoMarshaller() );
+    format->addMarshaller( new ConnectionControlMarshaller() );
+    format->addMarshaller( new ConnectionErrorMarshaller() );
+    format->addMarshaller( new ConnectionIdMarshaller() );
+    format->addMarshaller( new ConnectionInfoMarshaller() );
+    format->addMarshaller( new ConsumerControlMarshaller() );
+    format->addMarshaller( new ConsumerIdMarshaller() );
+    format->addMarshaller( new ConsumerInfoMarshaller() );
+    format->addMarshaller( new ControlCommandMarshaller() );
+    format->addMarshaller( new DataArrayResponseMarshaller() );
+    format->addMarshaller( new DataResponseMarshaller() );
+    format->addMarshaller( new DestinationInfoMarshaller() );
+    format->addMarshaller( new DiscoveryEventMarshaller() );
+    format->addMarshaller( new ExceptionResponseMarshaller() );
+    format->addMarshaller( new FlushCommandMarshaller() );
+    format->addMarshaller( new IntegerResponseMarshaller() );
+    format->addMarshaller( new JournalQueueAckMarshaller() );
+    format->addMarshaller( new JournalTopicAckMarshaller() );
+    format->addMarshaller( new JournalTraceMarshaller() );
+    format->addMarshaller( new JournalTransactionMarshaller() );
+    format->addMarshaller( new KeepAliveInfoMarshaller() );
+    format->addMarshaller( new LastPartialCommandMarshaller() );
+    format->addMarshaller( new LocalTransactionIdMarshaller() );
+    format->addMarshaller( new MessageAckMarshaller() );
+    format->addMarshaller( new MessageDispatchMarshaller() );
+    format->addMarshaller( new MessageDispatchNotificationMarshaller() );
+    format->addMarshaller( new MessageIdMarshaller() );
+    format->addMarshaller( new MessagePullMarshaller() );
+    format->addMarshaller( new NetworkBridgeFilterMarshaller() );
+    format->addMarshaller( new PartialCommandMarshaller() );
+    format->addMarshaller( new ProducerIdMarshaller() );
+    format->addMarshaller( new ProducerInfoMarshaller() );
+    format->addMarshaller( new RemoveInfoMarshaller() );
+    format->addMarshaller( new RemoveSubscriptionInfoMarshaller() );
+    format->addMarshaller( new ReplayCommandMarshaller() );
+    format->addMarshaller( new ResponseMarshaller() );
+    format->addMarshaller( new SessionIdMarshaller() );
+    format->addMarshaller( new SessionInfoMarshaller() );
+    format->addMarshaller( new ShutdownInfoMarshaller() );
+    format->addMarshaller( new SubscriptionInfoMarshaller() );
+    format->addMarshaller( new TransactionInfoMarshaller() );
+    format->addMarshaller( new WireFormatInfoMarshaller() );
+    format->addMarshaller( new XATransactionIdMarshaller() );
+}
+

Added: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h?rev=587587&view=auto
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h (added)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v1/MarshallerFactory.h Tue Oct 23 11:21:35 2007
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+#ifndef _ACTIVEMQ_CONNECTOR_OPENWIRE_MARSAHAL_V1_MARSHALERFACTORY_H_
+#define _ACTIVEMQ_CONNECTOR_OPENWIRE_MARSAHAL_V1_MARSHALERFACTORY_H_
+
+//       Turn off warning message for ignored exception specification
+#ifdef _MSC_VER
+#pragma warning( disable : 4290 )
+#endif
+
+#include <activemq/connector/openwire/OpenWireFormat.h>
+
+namespace activemq{
+namespace connector{
+namespace openwire{
+namespace marshal{
+namespace v1{
+
+    /**
+     * Used to create marshallers for a specific version of the wire
+     * protocol.
+     *
+     *  NOTE!: This file is autogenerated - do not modify!
+     *         if you need to make a change, please see the Groovy scripts
+     *         in the activemq-openwire-generator module
+     */
+    class MarshallerFactory
+    {
+    public:
+
+        virtual ~MarshallerFactory() {};
+
+        virtual void configure( OpenWireFormat* format );
+
+    };
+
+}}}}}
+
+#endif /*_ACTIVEMQ_CONNECTOR_OPENWIRE_MARSHAL_V1_MARSHALLERFACTORY_H_*/

Modified: activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk Tue Oct 23 11:21:35 2007
@@ -1,140 +1,140 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-# http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-cc_sources += \
-   activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/DataResponseMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp \
-   activemq/connector/openwire/marshal/v2/MessageAckMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MessageIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MessageMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/MessagePullMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ResponseMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/SessionIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.cpp \
-   activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.cpp
-
-h_sources += \
-   activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.h \
-   activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.h \
-   activemq/connector/openwire/marshal/v2/DataResponseMarshaller.h \
-   activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.h \
-   activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.h \
-   activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.h \
-   activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.h \
-   activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.h \
-   activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.h \
-   activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MarshallerFactory.h \
-   activemq/connector/openwire/marshal/v2/MessageAckMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MessageIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MessageMarshaller.h \
-   activemq/connector/openwire/marshal/v2/MessagePullMarshaller.h \
-   activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.h \
-   activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ResponseMarshaller.h \
-   activemq/connector/openwire/marshal/v2/SessionIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.h \
-   activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.h \
-   activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.h
+# ---------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ---------------------------------------------------------------------------
+
+cc_sources += \
+    activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/DataResponseMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp \
+    activemq/connector/openwire/marshal/v2/MessageAckMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MessageIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MessageMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/MessagePullMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ResponseMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/SessionIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.cpp \
+    activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.cpp
+
+h_sources += \
+    activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.h \
+    activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.h \
+    activemq/connector/openwire/marshal/v2/DataResponseMarshaller.h \
+    activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.h \
+    activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.h \
+    activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.h \
+    activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.h \
+    activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.h \
+    activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.h \
+    activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MarshallerFactory.h \
+    activemq/connector/openwire/marshal/v2/MessageAckMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MessageIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MessageMarshaller.h \
+    activemq/connector/openwire/marshal/v2/MessagePullMarshaller.h \
+    activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.h \
+    activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ResponseMarshaller.h \
+    activemq/connector/openwire/marshal/v2/SessionIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.h \
+    activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.h \
+    activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.h

Modified: activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java (original)
+++ activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppClassesGenerator.java Tue Oct 23 11:21:35 2007
@@ -22,6 +22,7 @@
 import java.util.Iterator;
 import java.util.List;
 import java.util.ArrayList;
+import java.util.Set;
 
 import org.codehaus.jam.JClass;
 import org.codehaus.jam.JProperty;
@@ -33,16 +34,9 @@
 public class AmqCppClassesGenerator extends MultiSourceGenerator {
 
     protected String targetDir="./src/main";
-    protected ArrayList<String> filesProcessed = new ArrayList<String>();
 
     protected void processClass(JClass jclass) {
-
         super.processClass( jclass );
-        filesProcessed.add( getClassName() + getFilePostFix() );
-    }
-
-    public ArrayList<String> getFilesProcessed() {
-        return filesProcessed;
     }
 
     public Object run() {
@@ -51,6 +45,7 @@
             destDir = new File(
                 targetDir+"/activemq/connector/openwire/commands");
         }
+
         return super.run();
     }
 

Modified: activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java (original)
+++ activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppGeneratorTask.java Tue Oct 23 11:21:35 2007
@@ -75,20 +75,12 @@
             params.includeSourcePattern(dirs, "**/*.java");
             JamService jam = jamServiceFactory.createService(params);
 
-            ArrayList<String> commandsHeaders = null;
-            ArrayList<String> commandsSources = null;
-            ArrayList<String> marshalingHeaders = null;
-            ArrayList<String> marshalingSources = null;
-            ArrayList<String> marshalingTestsHeaders = null;
-            ArrayList<String> marshalingTestsSources = null;
-
             {
                 AmqCppClassesGenerator script = new AmqCppClassesGenerator();
                 script.setJam(jam);
                 script.setTargetDir(target+"/src/main");
                 script.setOpenwireVersion(version);
                 script.run();
-                commandsSources = script.getFilesProcessed();
             }
             {
                 AmqCppHeadersGenerator script = new AmqCppHeadersGenerator();
@@ -96,7 +88,6 @@
                 script.setTargetDir(target+"/src/main");
                 script.setOpenwireVersion(version);
                 script.run();
-                commandsHeaders = script.getFilesProcessed();
             }
             {
                 AmqCppMarshallingHeadersGenerator script = new AmqCppMarshallingHeadersGenerator();
@@ -104,7 +95,6 @@
                 script.setTargetDir(target+"/src/main");
                 script.setOpenwireVersion(version);
                 script.run();
-                marshalingHeaders = script.getFilesProcessed();
             }
             {
                 AmqCppMarshallingClassesGenerator script = new AmqCppMarshallingClassesGenerator();
@@ -112,15 +102,13 @@
                 script.setTargetDir(target+"/src/main");
                 script.setOpenwireVersion(version);
                 script.run();
-                marshalingSources = script.getFilesProcessed();
             }
             {
-                AmqCppTestMarshallingHeadersGenerator script = new AmqCppTestMarshallingHeadersGenerator();
+               AmqCppTestMarshallingHeadersGenerator script = new AmqCppTestMarshallingHeadersGenerator();
                 script.setJam(jam);
                 script.setTargetDir(target+"/src/test");
                 script.setOpenwireVersion(version);
                 script.run();
-                marshalingTestsHeaders = script.getFilesProcessed();
             }
             {
                 AmqCppTestMarshallingClassesGenerator script = new AmqCppTestMarshallingClassesGenerator();
@@ -128,7 +116,24 @@
                 script.setTargetDir(target+"/src/test");
                 script.setOpenwireVersion(version);
                 script.run();
-                marshalingTestsSources = script.getFilesProcessed();
+            }
+            {
+                AmqCppMakefileGenerator script = new AmqCppMakefileGenerator(
+                    "activemq/connector/openwire/commands" );
+                script.setTargetDir(target+"/src/main");
+                script.run();
+            }
+            {
+                AmqCppMakefileGenerator script = new AmqCppMakefileGenerator(
+                    "activemq/connector/openwire/marshal/v" + version );
+                script.setTargetDir(target+"/src/main");
+                script.run();
+            }
+            {
+                AmqCppMakefileGenerator script = new AmqCppMakefileGenerator(
+                    "activemq/connector/openwire/marshal/v" + version );
+                script.setTargetDir(target+"/src/test");
+                script.run();
             }
 
         } catch (Exception e) {

Modified: activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java (original)
+++ activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMakefileGenerator.java Tue Oct 23 11:21:35 2007
@@ -22,6 +22,7 @@
 import java.io.FileWriter;
 import java.io.PrintWriter;
 import java.util.ArrayList;
+import java.util.Collections;
 
 import org.apache.tools.ant.Project;
 import org.apache.tools.ant.taskdefs.FixCRLF;
@@ -30,16 +31,21 @@
 *
 * @version $Revision: 379734 $
 */
-public abstract class AmqCppMakefileGenerator {
+public class AmqCppMakefileGenerator {
 
     protected String targetDir="./src/main";
+    protected String targetPath;
 
-    protected ArrayList<String> sources = null;
-    protected ArrayList<String> headers = null;
+    private ArrayList<String> sources = new ArrayList<String>();
+    private ArrayList<String> headers = new ArrayList<String>();
 
-    protected File destDir;
-    protected File destFile;
-    protected StringBuffer buffer;
+    private File destDir;
+    private File destFile;
+    private StringBuffer buffer;
+
+    public AmqCppMakefileGenerator( String targetPath ) {
+        this.targetPath = targetPath;
+    }
 
     protected String getFilePostFix() {
         return ".mk";
@@ -49,10 +55,40 @@
         return "srcmakefile";
     }
 
+    public String getTargetDir() {
+        return targetDir;
+    }
+
+    public void setTargetDir( String targetDir ) {
+        this.targetDir = targetDir;
+    }
+
     /**
      * Derived classes provide the location of the Makefile.
      */
-    abstract protected File getDestDir();
+    protected File getDestDir() {
+        return new File( targetDir + "/" + targetPath );
+    }
+
+
+    private void processDirectory( File destDir ) {
+        if( destDir == null ) {
+            throw new IllegalArgumentException("No destDir defined!");
+        }
+
+        File[] files = destDir.listFiles();
+
+        for( File file : files ) {
+
+            if( file.getName().endsWith("cpp") ) {
+                sources.add( file.getName() );
+            }
+
+            if( file.getName().endsWith("h") ) {
+                headers.add( file.getName() );
+            }
+        }
+    }
 
     public void run() {
 
@@ -62,9 +98,8 @@
             throw new IllegalArgumentException("No destDir defined!");
         }
 
-        if( sources == null || headers == null ) {
-            throw new IllegalStateException("File lists not initialized.");
-        }
+        // Get all the sources from the dir.
+        processDirectory( destDir );
 
         System.out.println(getClass().getName() + " generating files in: " + destDir);
         destDir.mkdirs();
@@ -117,35 +152,27 @@
     protected void generateFile(PrintWriter out) {
         generateLicence(out);
 
+        // Put the file lists in alphabetical order.
+        Collections.sort( sources );
+        Collections.sort( headers );
+
         out.println("");
-        out.print("cc_sources += ");
+        out.print("cc_sources +=");
 
         for( String source : sources ) {
             out.println(" \\");
-            out.print("    " + source);
+            out.print("    " + targetPath + "/" + source);
         }
 
         out.println("");
-        out.print("h_sources += ");
+        out.println("");
+        out.print("h_sources +=");
 
         for( String header : headers ) {
             out.println(" \\");
-            out.print("    " + header);
+            out.print("    " + targetPath + "/" + header);
         }
 
         out.println("");
     }
-
-    public void setDestDir(File destDir) {
-        this.destDir = destDir;
-    }
-
-    public File getDestFile() {
-        return destFile;
-    }
-
-    public void setDestFile(File destFile) {
-        this.destFile = destFile;
-    }
-
 }

Modified: activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java (original)
+++ activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppMarshallingHeadersGenerator.java Tue Oct 23 11:21:35 2007
@@ -30,7 +30,6 @@
 public class AmqCppMarshallingHeadersGenerator extends JavaMarshallingGenerator {
 
     protected String targetDir="./src/main";
-    protected ArrayList<String> filesProcessed = new ArrayList<String>();
 
     public Object run() {
         filePostFix = getFilePostFix();
@@ -41,13 +40,7 @@
     }
 
     protected void processClass(JClass jclass) {
-
         super.processClass( jclass );
-        filesProcessed.add( getClassName() + getFilePostFix() );
-    }
-
-    public ArrayList<String> getFilesProcessed() {
-        return filesProcessed;
     }
 
     protected String getBaseClassName(JClass jclass) {

Modified: activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java?rev=587587&r1=587586&r2=587587&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java (original)
+++ activemq/activemq-cpp/trunk/src/main/java/org/apache/activemq/openwire/tool/AmqCppTestMarshallingHeadersGenerator.java Tue Oct 23 11:21:35 2007
@@ -30,7 +30,6 @@
 public class AmqCppTestMarshallingHeadersGenerator extends JavaMarshallingGenerator {
 
     protected String targetDir="./src/main";
-    protected ArrayList<String> filesProcessed = new ArrayList<String>();
 
     protected void processClass(JClass jclass) {
 
@@ -39,10 +38,10 @@
         }
 
         super.processClass( jclass );
-
-        filesProcessed.add( getClassName() + getFilePostFix() );
     }
 
+    protected void processFactory() {}
+
     public Object run() {
 
         filePostFix = getFilePostFix();
@@ -50,10 +49,6 @@
             destDir = new File(targetDir+"/activemq/connector/openwire/marshal/v"+getOpenwireVersion());
         }
         return super.run();
-    }
-
-    public ArrayList<String> getFilesProcessed() {
-        return filesProcessed;
     }
 
     protected String getClassName(JClass jclass) {