From dev-return-23737-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Feb 11 16:27:47 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 65812 invoked from network); 11 Feb 2008 16:27:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 16:27:46 -0000 Received: (qmail 18697 invoked by uid 500); 11 Feb 2008 16:27:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 18660 invoked by uid 500); 11 Feb 2008 16:27:39 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 18649 invoked by uid 99); 11 Feb 2008 16:27:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 08:27:39 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 72.14.246.240 as permitted sender) Received: from [72.14.246.240] (HELO ag-out-0708.google.com) (72.14.246.240) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 16:27:02 +0000 Received: by ag-out-0708.google.com with SMTP id 33so416517agc.1 for ; Mon, 11 Feb 2008 08:27:09 -0800 (PST) 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:references:x-google-sender-auth; bh=YpvzNouzPtT61BA/uYGdb5/7rehN5gyioqkkhQBG28Y=; b=EaUOQqP5HIII0eA8C8bSAyT/EdBSq44TRriaA1ueo/hzwjK5ywYgxh4qSBZz6CvEYh57O8pXAVceoS1Vp2KC/8Ity+f5FHnZW4s9JO8Rk+NOjVMIRihIJrFtlx0F01X518yuLxcn9p2ZFJHYEDrf+XLGbZw308dm+1pkTxK0fZs= 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:references:x-google-sender-auth; b=B2r/zcK+ouJY82XK8tFiVhXSx1hP0vEWIJQ9QlrYxCAnBRkgYow4Wwcsm/Lymay4Qn/n+dp0bWBZHnugFyse7ffkHREHeEzpTR5AsfMNB1BECDwOgDhHS7bUNrSqPfKdE6IsRXJUojjy/Yp9uiwr03QmIJQyBoa9eWIRpXVe53c= Received: by 10.114.154.1 with SMTP id b1mr156324wae.118.1202747227521; Mon, 11 Feb 2008 08:27:07 -0800 (PST) Received: by 10.115.76.4 with HTTP; Mon, 11 Feb 2008 08:27:07 -0800 (PST) Message-ID: Date: Mon, 11 Feb 2008 11:27:07 -0500 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: [shared] Unable to release shared 0.9.8 In-Reply-To: <47B03C94.4000507@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_42989_21135934.1202747227515" References: <98d8c0860802080828g13401b0je5ba52f196fe2165@mail.gmail.com> <98d8c0860802080859k3642af2qac13c787d3040f9c@mail.gmail.com> <47AC8CA1.1090504@gmail.com> <47AC9030.8070003@gmail.com> <47AF1542.7040202@gmail.com> <47B03C94.4000507@apache.org> X-Google-Sender-Auth: 23e270ba726e97ab X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_42989_21135934.1202747227515 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Excellent seems like this works. Alex On Feb 11, 2008 7:16 AM, Felix Knecht wrote: > Alex Karasulu schrieb: > > On Feb 10, 2008 10:16 AM, Emmanuel Lecharny > > wrote: > > > > I fixed the project/pom.xml in trunk to make it point to trunk > instead > > of bigbang. > > > > Now, I have another problem: when running > > > > mvn -Prelease -DdryRun=true release:prepare > > > > the process seems to stall while signing : > > > > ... > > [INFO] [antlr:generate {execution: default}] > > [INFO] grammar: > > /home/elecharny/apacheds/shared-0.9.8 > /convert/src/main/antlr/schema.g > > [INFO] The grammar is already generated > > [INFO] [javadoc:jar {execution: attach-javadocs}] > > [INFO] Not executing Javadoc as the project is not a Java > > classpath-capable package > > [INFO] [gpg:sign {execution: default}] > > > > ...> > > > > Any clue ? > > > > Following the guide of the Apache Cocoon project > (http://cocoon.apache.org/1199_1_1.html) you need to have something like > > mvn release:prepare > mvn release:perform > -Darguments="-Dgpg.passphrase='[secret_passphrase_here]' -Prelease" > -Prelease > > > At least for me using the -Darguments.... I get propmted to enter my > password. > > HTH > Felix > > ------=_Part_42989_21135934.1202747227515 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Excellent seems like this works.

Alex

On Feb 11, 2008 7:16 AM, Felix Knecht <felixk@apache.org> wrote:
Alex Karasulu schrieb:
> On Feb 10, 2008 10:16 AM, Emmanuel Lecharny <elecharny@gmail.com
> <mailto:elecharny@gmail.com>> wrote:
>
>     I fixed the project/pom.xml in trunk to make it point to trunk instead
>     of bigbang.
>
>     Now, I have another problem: when running
>
>     mvn -Prelease -DdryRun=true release:prepare
>
>     the process seems to stall while signing :
>
>     ...
>        [INFO] [antlr:generate {execution: default}]
>        [INFO] grammar:
>     /home/elecharny/apacheds/shared-0.9.8/convert/src/main/antlr/schema.g
>        [INFO] The grammar is already generated
>        [INFO] [javadoc:jar {execution: attach-javadocs}]
>        [INFO] Not executing Javadoc as the project is not a Java
>     classpath-capable package
>        [INFO] [gpg:sign {execution: default}]
>
>     <here, nothing happens at all. No disk activity, no CPU activity ...>
>
>     Any clue ?
>

Following the guide of the Apache Cocoon project
(http://cocoon.apache.org/1199_1_1.html) you need to have something like

mvn release:prepare
mvn  release:perform
-Darguments="-Dgpg.passphrase='[secret_passphrase_here]' -Prelease"
-Prelease


At least for me using the -Darguments.... I get propmted to enter my
password.

HTH
Felix


------=_Part_42989_21135934.1202747227515--