Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 70030 invoked from network); 24 Apr 2007 11:32:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 11:32:12 -0000 Received: (qmail 30503 invoked by uid 500); 24 Apr 2007 11:32:18 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 30483 invoked by uid 500); 24 Apr 2007 11:32:18 -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 30474 invoked by uid 99); 24 Apr 2007 11:32:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 04:32:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of james.strachan@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 04:32:11 -0700 Received: by wx-out-0506.google.com with SMTP id h29so2196281wxd for ; Tue, 24 Apr 2007 04:31:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sJcBEq8FuNFnDfqoqIV3JiO3F2Rz3ognWvgV5jORJYrew4/Q7GlPKcOuZ0YGJtJw0u344xKxo2PioivjjmK9bTz3YRega9a2BpmG3SD9EbLbijrP4CpiyXRDW6tUdLo+oG2rZpd1f8fStcr6czvs4bZSXq2mVj2CdivCvSBKA5I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qc7XGKEA6xAv/KQzMpLGn6mQNWXrQlTpMpBR9SxQW2wEnW+3xK4EbXAw8t0a0vRKYLDloxOdvgVvARYBKehjcgW3SFMedgg+n19YYyyZ10xR64O3zWTQf0uhydgoSNNGY7pPY0BzIKuS9zjSAnG0FiZfqzLUW1fgT5zSMh5kvis= Received: by 10.90.95.11 with SMTP id s11mr1469331agb.1177414310622; Tue, 24 Apr 2007 04:31:50 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Tue, 24 Apr 2007 04:31:50 -0700 (PDT) Message-ID: Date: Tue, 24 Apr 2007 12:31:50 +0100 From: "James Strachan" To: dev@activemq.apache.org Subject: Re: ERROR when building Active MQ In-Reply-To: <10158215.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10156788.post@talk.nabble.com> <10158215.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 4/24/07, chahir wrote: > > > chahir wrote: > > > > > > Hi everybody, > > thank you for your help. > > I've modified the command syntax and I obtained this: > > > > D:\Stage JMS\Workshop\activemq-4.1.1-src\src>mvn clean install > > -Dmaven.test.skip=true > > [INFO] Scanning for projects... > > [INFO] Reactor build order: > > [INFO] ActiveMQ > > [INFO] ActiveMQ :: JAAS > > [INFO] ActiveMQ :: Core > > [INFO] ActiveMQ :: Console > > [INFO] Openwire Generator > > [INFO] ActiveMQ :: Optional > > [INFO] ActiveMQ :: RA > > [INFO] ActiveMQ :: RAR > > [INFO] ActiveMQ :: Atomikos System Test > > [INFO] ActiveMQ Tooling > > [INFO] ActiveMQ :: Memory Usage Test Plugin > > [INFO] ActiveMQ :: Performance Test Plugin > > [INFO] ActiveMQ :: StartUp Plugin > > [INFO] ActiveMQ :: Web > > [INFO] ActiveMQ :: Web Demo > > [INFO] ActiveMQ :: Assembly > > [INFO] > > ------------------------------------------------------------------------- > > --- > > [INFO] Building ActiveMQ > > [INFO] task-segment: [clean, install] > > [INFO] > > ------------------------------------------------------------------------- > > --- > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not > > exist o > > r 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: Tue Apr 24 12:17:39 CEST 2007 > > [INFO] Final Memory: 3M/6M > > > > > > Is it the same problem? Yes - maven can't download its own plugins. Try setting up a http proxy, then trashing your ~/.m2/repository directory and trying again -- James ------- http://macstrac.blogspot.com/