Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 96000 invoked from network); 16 May 2008 16:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 16:34:36 -0000 Received: (qmail 6042 invoked by uid 500); 16 May 2008 16:34:37 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 6024 invoked by uid 500); 16 May 2008 16:34:36 -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 6013 invoked by uid 99); 16 May 2008 16:34:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 09:34:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ammulder@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 16:33:51 +0000 Received: by py-out-1112.google.com with SMTP id f47so680760pye.6 for ; Fri, 16 May 2008 09:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=DMn0ZCVXf5D7o80Gy5uxd7vXq7mBb7dAgOKGDK1GnEs=; b=PNTZJcXmPmFE8s7FFvTvq2ZgCvXvXYSCvuDySeuxBRplEIQle4x0YdUjb2qtk2h2LQtUoV/ACOZe1QHlSpEpaQphwG60tKyc5xN2cCNFuFA4B7ei7TM9dbezMOihOwmETkPDcMiBVA8OyuNoW/HclZYPJTGZ9lt+RHgsW/3xjeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RXuvVBuZRndKS68PTcG4tN2UeX8xSQiZmHaWwpoIG9TPp4axw0JTqSfW8tJFoEC5Td0rUk3dpxw+AZNKZPMvv7w79wBKqrKm2kjjrCDgUc+khJS3p3frbEjp8DKFXMfVQr5IRcmilAG2h/0cLPynCEb4Qf6Yy4q4CpTHlZanCWg= Received: by 10.114.89.1 with SMTP id m1mr3927144wab.77.1210955646155; Fri, 16 May 2008 09:34:06 -0700 (PDT) Received: by 10.114.109.19 with HTTP; Fri, 16 May 2008 09:34:06 -0700 (PDT) Message-ID: <74e15baa0805160934n783b0448p64fec71dfcf14aa4@mail.gmail.com> Date: Fri, 16 May 2008 12:34:06 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: users@activemq.apache.org Subject: Re: Building a distribution In-Reply-To: <482DB1DF.8050507@hanik.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <482DB1DF.8050507@hanik.com> X-Google-Sender-Auth: aa0da5f083a36487 X-Virus-Checked: Checked by ClamAV on apache.org Move your eclipse files away for long enough to do the build? Thanks, Aaron On Fri, May 16, 2008 at 12:10 PM, Filip Hanik - Dev Lists wrote: > can I build a distribution without having to upload or do any SVN actions, > > I'm reading > http://activemq.apache.org/release-guide.html > > also, when, > mvn release:prepare -DdryRun=true -Prelease > > > I get the error > > Caused by: org.apache.maven.plugin.MojoFailureException: Cannot prepare the > release because you have local modifications > : > [activemq-run\.classpath:unknown] > [activemq-run\.project:unknown] > > > of course, the "local modification" are of course my eclipse files, > > I wanna be able is to generate a binary distribution > > any thoughts > Filip > > > >