Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 94819 invoked from network); 4 Aug 2010 20:14:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Aug 2010 20:14:45 -0000 Received: (qmail 88906 invoked by uid 500); 4 Aug 2010 20:14:45 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 88779 invoked by uid 500); 4 Aug 2010 20:14:44 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 88769 invoked by uid 99); 4 Aug 2010 20:14:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 20:14:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 20:14:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OgkLy-000420-8d for users@activemq.apache.org; Wed, 04 Aug 2010 13:14:18 -0700 Message-ID: <29350733.post@talk.nabble.com> Date: Wed, 4 Aug 2010 13:14:18 -0700 (PDT) From: whtmoore To: users@activemq.apache.org Subject: activemq-5.3.2 problem running maven peformance test MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tmoore@ttitech.net Just getting started. In addition to being new to activemq, maven is also new to me. Built 5.3.2 from from to be able to build the maven test. I had to use mvn clean install -Dmaven.test.skip=true to avoid test failure. >From activemq-tooling the build of the plugin was sucessful but having a runtime problem. The wiki indicates: "To get started try typing the following commands into separate shells from the activemq-perftest directory from the sandbox repo". I think the 'sandbox' is referring to activemq-tooling/maven-activemq-perf-plugin. If not I'm at a lost When I try to start the maven test broker I get a resolution problem. As below. And advice greatly appreciated Thanks Tom mvn activemq-perf:broker -Durl=broker:tcp://localhost:61616 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'activemq-perf'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-activemq-perf-plugin' does not exist or no valid version could be found [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Aug 04 16:04:03 EDT 2010 [INFO] Final Memory: 5M/77M [INFO] ------------------------------------------------------------------------ -- View this message in context: http://old.nabble.com/activemq-5.3.2-problem-running-maven-peformance-test-tp29350733p29350733.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.