Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68C28D143 for ; Tue, 30 Oct 2012 13:56:15 +0000 (UTC) Received: (qmail 51530 invoked by uid 500); 30 Oct 2012 13:56:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 51176 invoked by uid 500); 30 Oct 2012 13:56:13 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 51040 invoked by uid 99); 30 Oct 2012 13:56:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 13:56:12 +0000 Date: Tue, 30 Oct 2012 13:56:12 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <799213420.44495.1351605372425.JavaMail.jiratomcat@arcas> In-Reply-To: <522285909.36209.1351406592225.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (AMQ-4140) maven-activemq-plugin fails to resolve path to XBean file in multi-module builds, and does not have a skip flag MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486873#comment-13486873 ] Timothy Bish commented on AMQ-4140: ----------------------------------- Gave the patch a quick spin, the unit test fails on my Linux platform, you should try this out on a Non-Windows machine and see what other issues might exist. > maven-activemq-plugin fails to resolve path to XBean file in multi-module builds, and does not have a skip flag > --------------------------------------------------------------------------------------------------------------- > > Key: AMQ-4140 > URL: https://issues.apache.org/jira/browse/AMQ-4140 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.7.0 > Environment: Windows and Linux > Reporter: Marc CARRE > Priority: Blocker > Labels: maven, patch > Fix For: 5.8.0 > > Attachments: maven-activemq-plugin.patch, maven-activemq-plugin-user-acceptance-test.zip, maven-activemq-plugin.zip > > Original Estimate: 1h > Remaining Estimate: 1h > > Hi, > I am using ActiveMQ and have some integration tests leveraging the maven-activemq-plugin. > I have found that: > 1. path to XBean files are not resolved properly, as: > - the path is relative, and therefore, multi-module builds fail; > - at least under Windows, the generated path is not a valid URL, hence the plugin fails on this call: final BrokerService broker = BrokerFactory.createBroker(configUri); > 2. unlike other Maven plugins, maven-activemq-plugin doesn't follow the convention of having a skip flag, to skip execution under some circumstances. This is not a bug, but rather an improvement that would make users' life easier IMO (and at least, mine). > In the attachments, I have provided: > - a multi-module build that would allow you to easily and systematically replicate the above two issues: maven-activemq-plugin-user-acceptance-test.zip > - a "fixed" version of maven-activemq-plugin, based on trunk / 5.8-SNAPSHOT (as of 2012/10/28 06:34 BST): maven-activemq-plugin.zip > - a patch, containing the equivalent fix, in case this format is preferred: maven-activemq-plugin.patch > I hope this will help to have this resolved in a 5.7.1 or 5.8 version of the plugin very soon? :-) > Cheers, > M. > P.S. : In case you need committers, I would be happy to occasionally help. > (I noticed the documentation for this plugin is rather outdated, so could help with that at least) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira