[ 
https://issues.apache.org/jira/browse/QPID-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved QPID-5237.
-----------------------------------

    Resolution: Fixed

I've made the c++ tree self contained by copying in the 3 things that were 
being used that were external:
* The version file (QPID_VERSION.txt)
* The xml specification of amqp 0-10 used to generate its framing code
* The xml specification of the broker management object model

Note these are now duplicated and so if changed will need to be updated in 
multiple places. In practice I expect this only to matter for the version file, 
which is already effectively duplicated in several (many?) places in the java 
tree.

The amqp 0-10 spec is effectively fixed anyway, and the broker management 
schema seems only to be used in the C++ tree (although the java broker must 
duplicate some of the effect even if it is not actaully generating code from 
the spec.)

> Self-contained C++ source distribution
> --------------------------------------
>
>                 Key: QPID-5237
>                 URL: https://issues.apache.org/jira/browse/QPID-5237
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Justin Ross
>            Assignee: Andrew Stitcher
>             Fix For: 0.25
>
>
> The C++ subtree (qpid/cpp) currently depends on files one level up (directly 
> under qpid/).  In order to support a self-contained source distribution, 
> those files should be available under qpid/cpp.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to