From dev-return-31468-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Oct 06 09:20:18 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 26926 invoked from network); 6 Oct 2009 09:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 09:20:18 -0000 Received: (qmail 60116 invoked by uid 500); 6 Oct 2009 09:20:17 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 60038 invoked by uid 500); 6 Oct 2009 09:20:17 -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 60030 invoked by uid 99); 6 Oct 2009 09:20:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 09:20:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pajbam@gmail.com designates 209.85.218.223 as permitted sender) Received: from [209.85.218.223] (HELO mail-bw0-f223.google.com) (209.85.218.223) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 09:20:06 +0000 Received: by bwz23 with SMTP id 23so3290615bwz.25 for ; Tue, 06 Oct 2009 02:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=bU+5VnIg0LHcFXED4ZzlSf0Gpxqs3RWsBvZjAg8gC+Y=; b=KcbbHnutlwLk9e2+CnKn7lU6BDkWdtd/wCU9+tBNBhem5+DVu6KcDJ2slkRX/XmgFy yAxYwyp93GEf6kTVI/d4305rtXxKw56VptdUt7ZvI07pQR1XxjXcg1NYd7DlM8ISF8zf XrmHBPnNUH+V6OzcehRo38f+efvPyA0xRdQ0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=vOJ93Zu6pXVykaGYSP3JnqZHbmI/ZV9ySklfvJ4RL8R3gPsZW8IXD5lSS82nD8uQdb m4TGRqx0FE49IwY7XZlIR1/VGSUnSGbDSA+xR1PUBMcdbOwRBE3ndHVgSI9hH1utPiHQ F6BJoHU9ARONnB2TfGZ3CoZFDt3CRw9FFQo8k= MIME-Version: 1.0 Sender: pajbam@gmail.com Received: by 10.204.154.209 with SMTP id p17mr4974559bkw.104.1254820784559; Tue, 06 Oct 2009 02:19:44 -0700 (PDT) In-Reply-To: <20091004160432.314DE238890A@eris.apache.org> References: <20091004160432.314DE238890A@eris.apache.org> Date: Tue, 6 Oct 2009 11:19:44 +0200 X-Google-Sender-Auth: 46762d78f10f678f Message-ID: <98d8c0860910060219r1e90b15by9a836897d50b7d79@mail.gmail.com> Subject: Re: svn commit: r821553 - /directory/studio/trunk/pom.xml From: Pierre-Arnaud Marcelot To: dev@directory.apache.org Content-Type: multipart/alternative; boundary=0015175cd0ea1ed973047540bb0e X-Virus-Checked: Checked by ClamAV on apache.org --0015175cd0ea1ed973047540bb0e Content-Type: text/plain; charset=ISO-8859-1 Hi Stefan, Actually I removed the "-SNASHOT" on purpose... I should have included a small explanation comment here. Let me explain. The Apache Launcher project version needs to be set to a non "-SNAPSHOT" version because it is used in the Apache DS plugin and it is referenced as a string with its version hard-coded in a class as a jar dependency for launching Apache DS. If we set the value to a "-SNAPSHOT" value, then when we release the 1.5.0 version, the Apache DS plugn won't be able to start Apache DS, because it would reference the "-SNAPSHOT" version in the class. It's a little bit tricky and dirty, but it's the only solution I have for now. Regards, Pierre-Arnaud On Sun, Oct 4, 2009 at 6:04 PM, wrote: > Author: seelmann > Date: Sun Oct 4 16:04:31 2009 > New Revision: 821553 > > URL: http://svn.apache.org/viewvc?rev=821553&view=rev > Log: > snapshot > > Modified: > directory/studio/trunk/pom.xml > > Modified: directory/studio/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=821553&r1=821552&r2=821553&view=diff > > ============================================================================== > --- directory/studio/trunk/pom.xml (original) > +++ directory/studio/trunk/pom.xml Sun Oct 4 16:04:31 2009 > @@ -66,7 +66,7 @@ > scpexe:// > vm094.oxylos.org/var/www/html/projects/studio/ > > 1.5.0-SNAPSHOT > - 1.5.0 > + 1.5.0-SNAPSHOT > 1.5.0-SNAPSHOT > 1.5.0-SNAPSHOT > 1.5.0-SNAPSHOT > > > --0015175cd0ea1ed973047540bb0e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Stefan,

Actually I removed the "-SNASHOT" o= n purpose... I should have included a small explanation comment here.
=

Let me explain.

The Apache Lau= ncher project version needs to be set to a non "-SNAPSHOT" versio= n because it is used in the Apache DS plugin and it is referenced as a stri= ng with its version hard-coded in a class as a jar dependency for launching= Apache DS.

If we set the value to a "-SNAPSHOT" value, t= hen when we release the 1.5.0 version, the Apache DS plugn won't be abl= e to start Apache DS, because it would reference the "-SNAPSHOT" = version in the class.

It's a little bit tricky and dirty, but it's th= e only solution I have for now.

Regards,
Pierre-Arnaud

On Sun, Oct 4, 2009 at 6:0= 4 PM, <seelman= n@apache.org> wrote:
Author: seelmann
Date: Sun Oct =A04 16:04:31 2009
New Revision: 821553

URL: http://svn.apache.org/viewvc?rev=3D821553&view=3Drev
Log:
snapshot

Modified:
=A0 =A0directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=3D821= 553&r1=3D821552&r2=3D821553&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Sun Oct =A04 16:04:31 2009
@@ -66,7 +66,7 @@
=A0 =A0 <distMgmtSiteUrl>scpexe://vm094.oxylos.org/var/www/= html/projects/studio/</distMgmtSiteUrl>
=A0 =A0 <!-- Set versions for subprojects -->
=A0 =A0 <aciitemeditor.version>1.5.0-SNAPSHOT</aciitemeditor.vers= ion>
- =A0 =A0<apacheds.launcher.version>1.5.0</apacheds.launcher.versi= on>
+ =A0 =A0<apacheds.launcher.version>1.5.0-SNAPSHOT</apacheds.launc= her.version>
=A0 =A0 <apacheds.version>1.5.0-SNAPSHOT</apacheds.version> =A0 =A0 <apacheds.feature.version>1.5.0-SNAPSHOT</apacheds.featur= e.version>
=A0 =A0 <apacheds.help.version>1.5.0-SNAPSHOT</apacheds.help.vers= ion>



--0015175cd0ea1ed973047540bb0e--