[VOTE] IvyDE 2.0.0-final Release

View: New views
7 Messages — Rating Filter:   Alert me  

[VOTE] IvyDE 2.0.0-final Release

by Nicolas Lalevée :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I have built a release candidate for IvyDE 2.0.0-final

You can download the distribution from this URL:
http://people.apache.org/~hibou/ivyde-2.0.0-final/

And a staging update site has been setup there:
http://people.apache.org/~hibou/staging/updatesite

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Nicolas, IvyDE 2.0.0-final release manager



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Nicolas Lalevée :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Thu, 18 Jun 2009 10:58:56 -0400, Nicolas Lalevée
<nicolas.lalevee@...> wrote:

>
> I have built a release candidate for IvyDE 2.0.0-final
>
> You can download the distribution from this URL:
> http://people.apache.org/~hibou/ivyde-2.0.0-final/
>
> And a staging update site has been setup there:
> http://people.apache.org/~hibou/staging/updatesite
>
> Do you vote for the release of these binaries?
>
> [X] Yes
> [ ] No

+1

Nicolas



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Maarten Coene :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


+1

I could install it without a problem and the basic functionality seems to work ok

Maarten




----- Original Message ----
From: Nicolas Lalevée <nicolas.lalevee@...>
To: dev@...
Sent: Thursday, June 18, 2009 4:58:56 PM
Subject: [VOTE] IvyDE 2.0.0-final Release


I have built a release candidate for IvyDE 2.0.0-final

You can download the distribution from this URL:
http://people.apache.org/~hibou/ivyde-2.0.0-final/

And a staging update site has been setup there:
http://people.apache.org/~hibou/staging/updatesite

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Nicolas, IvyDE 2.0.0-final release manager



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Adam Bryzak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 19/06/2009, at 12:58 AM, Nicolas Lalevée wrote:

>
> I have built a release candidate for IvyDE 2.0.0-final
>
> You can download the distribution from this URL:
> http://people.apache.org/~hibou/ivyde-2.0.0-final/
>
> And a staging update site has been setup there:
> http://people.apache.org/~hibou/staging/updatesite
>
> Do you vote for the release of these binaries?
>
> [ ] Yes
> [ ] No

+ 1 from me. This release seems to work really well and do everything  
I need.

Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Stefan Bodewig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-06-18, Nicolas Lalevée <nicolas.lalevee@...> wrote:

> Do you vote for the release of these binaries?

> [ ] Yes
> [x] No

-1, it is failing some legal release requirements, starting with
 "there is no license file within the zips".

I'm collecting issues and will come back with a consolidated list
since I dont intend to play "fetch me a rock" with you, just wanted to
give you an early warning that you'll have to re-roll the release.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Stefan Bodewig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2009-06-19, Stefan Bodewig <bodewig@...> wrote:

> I'm collecting issues and will come back with a consolidated list
> since I dont intend to play "fetch me a rock" with you,

Things you should fix before I can vote in favor of a release (only
easy to do things, but important legally):

* create a tag in svn

* source zip needs NOTICE and LICENSE files in the root directory

* the binary zip needs NOTICE and LICENSE files in the root directory

* digest.xml in digest.zip needs a license header, the whole zip needs
  LICENSE and NOTICE files.

and a few questions:

* source zip only contains a subset of files in
  trunk (e.g. org.apache.ivyde.feature/LICENSE is not there, the
  doc and test dirs are missing).
  Why?

* are the .project and .classpath files in various places really
  needed or should they be "svn ignore"d?

* The files in
  http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.settings/
  would probably require license headers unless they can be ignored
  anyway.

Sorry for being a pain

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: [VOTE] IvyDE 2.0.0-final Release

by Nicolas Lalevée :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Fri, 19 Jun 2009 14:07:58 +0200, Stefan Bodewig <bodewig@...>
wrote:
> On 2009-06-19, Stefan Bodewig <bodewig@...> wrote:
>
>> I'm collecting issues and will come back with a consolidated list
>> since I dont intend to play "fetch me a rock" with you,
>
> Things you should fix before I can vote in favor of a release (only
> easy to do things, but important legally):
>
> * create a tag in svn

Actually I was going to do one as soon as the release is accepted, just
like we always did for each release of both Ivy and IvyDE.
But I took time to re-read the ASF documentation about releasing, we
effectively should create tags.
Then I will also update Ivy and IvyDE release docs.

> * source zip needs NOTICE and LICENSE files in the root directory

I'll fix that

> * the binary zip needs NOTICE and LICENSE files in the root directory

I'll fix that

> * digest.xml in digest.zip needs a license header, the whole zip needs
>   LICENSE and NOTICE files.

I'll fix that. I hope I can script this easily as both are generated by the
Eclipse builder.

> and a few questions:
>
> * source zip only contains a subset of files in
>   trunk (e.g. org.apache.ivyde.feature/LICENSE is not there, the
>   doc and test dirs are missing).
>   Why?

I tried to make a target that zip the sources while trying avoid embedding
the .class that have have been generate there and elsewhere. And I didn't
maintain it that well. We should switch to a much simpler packaging: a zip
of a svn export + NOTICE and LICENSE

>
> * are the .project and .classpath files in various places really
>   needed or should they be "svn ignore"d?

I think .project file are good to share, it makes import in Eclipse easier.
Having the .classpath make the Eclipse import straight forward, but it
depends more on the environment it is running into. IvyDE has a very simple
classpath so I don't think it is an issue.

> * The files in
>  
>
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/.settings/
>   would probably require license headers unless they can be ignored
>   anyway.

These settings are more usefull I think. It configures the code formatting
and the compiler in Eclipse. So people patching IvyDE will automatically
use the formatting we are using. I will add the headers.

> Sorry for being a pain

Don't be. And first, thank you for looking closely at it.

Actually while re-reading the ASF doc about releasing, it reminds me that
we don't publish the release notes other than into the jars. I will take
some time to have them published into the IvyDE documentation (it was a
TODO for some time now).

cheers,
Nicolas



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...