You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (Updated) (JIRA)" <ji...@apache.org> on 2011/12/06 11:59:40 UTC

[jira] [Updated] (SM-2099) bridge-camel example does not build unless bridge example was built first

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

Gert Vanthienen updated SM-2099:
--------------------------------

    Fix Version/s:     (was: 3.4)
                   3.5

Deferring to 3.5.0
                
> bridge-camel example does not build unless bridge example was built first
> -------------------------------------------------------------------------
>
>                 Key: SM-2099
>                 URL: https://issues.apache.org/jira/browse/SM-2099
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 3.3.2
>            Reporter: Gert Vanthienen
>             Fix For: 3.5
>
>
> On a fresh maven repo and ServiceMix installation, if you build the bridge-camel example before building the bridge example, the bridge-camel example is unable to find the bridge-http-su and bridge-jms-su.
> We should either add a note to the README to explain that the bridge-camel example builds on top of the bridge example or else include something like this in the bridge-camel pom.xml
> {code}
> <!-- we reuse the bridge-http-su/bridge-jms-su from the plain bridge demo -->
> <module>../bridge/bridge-http-su</module>
> <module>../bridge/bridge-jms-su</module>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira