You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/10/04 18:04:32 UTC

svn commit: r821553 - /directory/studio/trunk/pom.xml

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 @@
     <distMgmtSiteUrl>scpexe://vm094.oxylos.org/var/www/html/projects/studio/</distMgmtSiteUrl>
     <!-- Set versions for subprojects -->
     <aciitemeditor.version>1.5.0-SNAPSHOT</aciitemeditor.version>
-    <apacheds.launcher.version>1.5.0</apacheds.launcher.version>
+    <apacheds.launcher.version>1.5.0-SNAPSHOT</apacheds.launcher.version>
     <apacheds.version>1.5.0-SNAPSHOT</apacheds.version>
     <apacheds.feature.version>1.5.0-SNAPSHOT</apacheds.feature.version>
     <apacheds.help.version>1.5.0-SNAPSHOT</apacheds.help.version>



Re: svn commit: r821553 - /directory/studio/trunk/pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Done!
This is fixed... :)

Regards,
Pierre-Arnaud

On Tue, Oct 6, 2009 at 11:50 AM, Pierre-Arnaud Marcelot <pa...@marcelot.net>wrote:

> Indeed,
> I'll try to exclude it but we'll need to not forget to remove this before
> the release.
>
> Regards,
> Pierre-Arnaud
>
>
> On Tue, Oct 6, 2009 at 11:27 AM, Stefan Seelmann <se...@apache.org>wrote:
>
>> Pierre-Arnaud Marcelot wrote:
>> > 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.
>> >
>> Ok, thanks.
>>
>> I added the "-SNAPSHOT" to make Continuum happy, as it tried to upload a
>>  non-snapshot jar to the snapshot repository and failed. So maybe we
>> should exclude apacheds-launcher from deployment?
>>
>> Kind Regards,
>> Stefan
>>
>>
>

Re: svn commit: r821553 - /directory/studio/trunk/pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Indeed,
I'll try to exclude it but we'll need to not forget to remove this before
the release.

Regards,
Pierre-Arnaud

On Tue, Oct 6, 2009 at 11:27 AM, Stefan Seelmann <se...@apache.org>wrote:

> Pierre-Arnaud Marcelot wrote:
> > 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.
> >
> Ok, thanks.
>
> I added the "-SNAPSHOT" to make Continuum happy, as it tried to upload a
>  non-snapshot jar to the snapshot repository and failed. So maybe we
> should exclude apacheds-launcher from deployment?
>
> Kind Regards,
> Stefan
>
>

Re: svn commit: r821553 - /directory/studio/trunk/pom.xml

Posted by Stefan Seelmann <se...@apache.org>.
Pierre-Arnaud Marcelot wrote:
> 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.
> 
Ok, thanks.

I added the "-SNAPSHOT" to make Continuum happy, as it tried to upload a
 non-snapshot jar to the snapshot repository and failed. So maybe we
should exclude apacheds-launcher from deployment?

Kind Regards,
Stefan


Re: svn commit: r821553 - /directory/studio/trunk/pom.xml

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
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, <se...@apache.org> 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 @@
>     <distMgmtSiteUrl>scpexe://
> vm094.oxylos.org/var/www/html/projects/studio/</distMgmtSiteUrl>
>     <!-- Set versions for subprojects -->
>     <aciitemeditor.version>1.5.0-SNAPSHOT</aciitemeditor.version>
> -    <apacheds.launcher.version>1.5.0</apacheds.launcher.version>
> +    <apacheds.launcher.version>1.5.0-SNAPSHOT</apacheds.launcher.version>
>     <apacheds.version>1.5.0-SNAPSHOT</apacheds.version>
>     <apacheds.feature.version>1.5.0-SNAPSHOT</apacheds.feature.version>
>     <apacheds.help.version>1.5.0-SNAPSHOT</apacheds.help.version>
>
>
>