You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jon Schneider <js...@apache.org> on 2010/02/24 20:58:20 UTC

IvyDE 2.1.0 Release [VOTE]

The final IvyDe 2.1.0 release has been built.

You can download the distribution from this URL:
http://people.apache.org/~jschneider/ivyde-2.1.0/

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

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Jon

Re: IvyDE 2.1.0 Release [VOTE]

Posted by Nicolas Lalevée <ni...@hibnet.org>.
As expected, making it optional did the trick.
I think we can roll out a new build.

Nicolas

On Friday 26 February 2010 16:10:56 Nicolas Lalevée wrote:
> On Friday 26 February 2010 14:27:42 Jon Schneider wrote:
> > Nicholas,
> >
> > The solution to this problem is unclear to me.  Do we not have the same
> > problem we had with the zest library?
>
> The dependency on the XML Editor is just about automatically installing the
> Ivy's xsd into Eclipse's catalog. So it is only usefull for people who does
> have the Eclipse XML Editor. And this automatic install is just done by
> some xml declaration in the plugin.xml, so we don't have some compile or
> runtime dependency on the Eclipse XML editor, unlike Zest. The fix would be
> to just put the dependency on that xml plugin optional.
> I will need to actually test that to be sure thought.
>
> Nicolas
>
> > Jon
> >
> > On Thu, Feb 25, 2010 at 4:39 PM, Maarten Coene
>
> <ma...@yahoo.com>wrote:
> > > I don't know how many Eclipse users won't have this XML editor plugin?
> > > I didn't do anything special, I only installed the "Eclipse Classic"
> > > package which doesn't seem to have this plugin.
> > >
> > > If the fix is trivial, maybe it's worth to create the release again? It
> > > would certainly help people like me upgrading their IvyDE plugin.
> > >
> > > Maarten
> > >
> > >
> > >
> > >
> > > ----- Original Message ----
> > > From: Nicolas Lalevée <ni...@hibnet.org>
> > > To: Ant Developers List <de...@ant.apache.org>
> > > Sent: Thu, February 25, 2010 5:46:10 PM
> > > Subject: Re: IvyDE 2.1.0 Release [VOTE]
> > >
> > > On Wed, 24 Feb 2010 13:54:01 -0800 (PST), Maarten Coene
> > >
> > > <ma...@yahoo.com> wrote:
> > > > Tried to install IvyDE 2.1.0 from your staging update site and got
> > > > the following error:
> > > >
> > > > Cannot complete the install because one or more required items could
> > > > not be found.
> > > >   Software currently installed: Apache IvyDE
> > > >   2.1.0.final-201002110838-RELEASE
> > >
> > > (org.apache.ivyde.feature.feature.group
> > >
> > > >   2.1.0.final-201002110838-RELEASE)
> > > >   Missing requirement: IvyDE Eclipse Plug-in
> > > >   2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse
> > > >   2.1.0.final-201002110838-RELEASE) requires 'bundle
> > > >   org.eclipse.wst.xml.core 0.0.0' but it could not be found
> > > >   Cannot satisfy dependency:
> > > >     From: Apache IvyDE 2.1.0.final-201002110838-RELEASE
> > > >     (org.apache.ivyde.feature.feature.group
> > > >     2.1.0.final-201002110838-RELEASE)
> > > >     To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]
> > >
> > > Hum... it seems that now you must have the Eclipse XML editor
> > > installed. I haven't seen that as I always have one installed. It was
> > > introduced to automatically install Ivy's xsd into Eclipse's catalog.
> > > I think the fix will be quite trivial. Should we roll a release again ?
> > >
> > > By the way Jon, you haven't updated your staging updatesite with the
> > > fix I have checked in.
> > >
> > >
> > > Nicolas
> > >
> > > > Maarten
> > > >
> > > >
> > > >
> > > > ----- Original Message ----
> > > > From: Jon Schneider <js...@apache.org>
> > > > To: Ant Developers List <de...@ant.apache.org>
> > > > Sent: Wed, February 24, 2010 8:58:20 PM
> > > > Subject: IvyDE 2.1.0 Release [VOTE]
> > > >
> > > > The final IvyDe 2.1.0 release has been built.
> > > >
> > > > You can download the distribution from this URL:
> > > > http://people.apache.org/~jschneider/ivyde-2.1.0/
> > > >
> > > > And a staging update site has been setup here:
> > > > http://people.apache.org/~jschneider/staging/updatesite/
> > > >
> > > > Do you vote for the release of these binaries?
> > > >
> > > > [ ] Yes
> > > > [ ] No
> > > >
> > > > Regards,
> > > >
> > > > Jon
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > > For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org



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


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Friday 26 February 2010 14:27:42 Jon Schneider wrote:
> Nicholas,
>
> The solution to this problem is unclear to me.  Do we not have the same
> problem we had with the zest library?

The dependency on the XML Editor is just about automatically installing the  
Ivy's xsd into Eclipse's catalog. So it is only usefull for people who does 
have the Eclipse XML Editor. And this automatic install is just done by some 
xml declaration in the plugin.xml, so we don't have some compile or runtime 
dependency on the Eclipse XML editor, unlike Zest. The fix would be to just 
put the dependency on that xml plugin optional.
I will need to actually test that to be sure thought.

Nicolas

>
> Jon
>
> On Thu, Feb 25, 2010 at 4:39 PM, Maarten Coene 
<ma...@yahoo.com>wrote:
> > I don't know how many Eclipse users won't have this XML editor plugin?
> > I didn't do anything special, I only installed the "Eclipse Classic"
> > package which doesn't seem to have this plugin.
> >
> > If the fix is trivial, maybe it's worth to create the release again? It
> > would certainly help people like me upgrading their IvyDE plugin.
> >
> > Maarten
> >
> >
> >
> >
> > ----- Original Message ----
> > From: Nicolas Lalevée <ni...@hibnet.org>
> > To: Ant Developers List <de...@ant.apache.org>
> > Sent: Thu, February 25, 2010 5:46:10 PM
> > Subject: Re: IvyDE 2.1.0 Release [VOTE]
> >
> > On Wed, 24 Feb 2010 13:54:01 -0800 (PST), Maarten Coene
> >
> > <ma...@yahoo.com> wrote:
> > > Tried to install IvyDE 2.1.0 from your staging update site and got the
> > > following error:
> > >
> > > Cannot complete the install because one or more required items could
> > > not be found.
> > >   Software currently installed: Apache IvyDE
> > >   2.1.0.final-201002110838-RELEASE
> >
> > (org.apache.ivyde.feature.feature.group
> >
> > >   2.1.0.final-201002110838-RELEASE)
> > >   Missing requirement: IvyDE Eclipse Plug-in
> > >   2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse
> > >   2.1.0.final-201002110838-RELEASE) requires 'bundle
> > >   org.eclipse.wst.xml.core 0.0.0' but it could not be found
> > >   Cannot satisfy dependency:
> > >     From: Apache IvyDE 2.1.0.final-201002110838-RELEASE
> > >     (org.apache.ivyde.feature.feature.group
> > >     2.1.0.final-201002110838-RELEASE)
> > >     To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]
> >
> > Hum... it seems that now you must have the Eclipse XML editor installed.
> > I haven't seen that as I always have one installed. It was introduced to
> > automatically install Ivy's xsd into Eclipse's catalog.
> > I think the fix will be quite trivial. Should we roll a release again ?
> >
> > By the way Jon, you haven't updated your staging updatesite with the fix
> > I have checked in.
> >
> >
> > Nicolas
> >
> > > Maarten
> > >
> > >
> > >
> > > ----- Original Message ----
> > > From: Jon Schneider <js...@apache.org>
> > > To: Ant Developers List <de...@ant.apache.org>
> > > Sent: Wed, February 24, 2010 8:58:20 PM
> > > Subject: IvyDE 2.1.0 Release [VOTE]
> > >
> > > The final IvyDe 2.1.0 release has been built.
> > >
> > > You can download the distribution from this URL:
> > > http://people.apache.org/~jschneider/ivyde-2.1.0/
> > >
> > > And a staging update site has been setup here:
> > > http://people.apache.org/~jschneider/staging/updatesite/
> > >
> > > Do you vote for the release of these binaries?
> > >
> > > [ ] Yes
> > > [ ] No
> > >
> > > Regards,
> > >
> > > Jon
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org



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


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Jon Schneider <jk...@gmail.com>.
Nicholas,

The solution to this problem is unclear to me.  Do we not have the same
problem we had with the zest library?

Jon

On Thu, Feb 25, 2010 at 4:39 PM, Maarten Coene <ma...@yahoo.com>wrote:

> I don't know how many Eclipse users won't have this XML editor plugin?
> I didn't do anything special, I only installed the "Eclipse Classic"
> package which doesn't seem to have this plugin.
>
> If the fix is trivial, maybe it's worth to create the release again? It
> would certainly help people like me upgrading their IvyDE plugin.
>
> Maarten
>
>
>
>
> ----- Original Message ----
> From: Nicolas Lalevée <ni...@hibnet.org>
> To: Ant Developers List <de...@ant.apache.org>
> Sent: Thu, February 25, 2010 5:46:10 PM
> Subject: Re: IvyDE 2.1.0 Release [VOTE]
>
> On Wed, 24 Feb 2010 13:54:01 -0800 (PST), Maarten Coene
> <ma...@yahoo.com> wrote:
> > Tried to install IvyDE 2.1.0 from your staging update site and got the
> > following error:
> >
> > Cannot complete the install because one or more required items could not
> > be found.
> >   Software currently installed: Apache IvyDE
> >   2.1.0.final-201002110838-RELEASE
> (org.apache.ivyde.feature.feature.group
> >   2.1.0.final-201002110838-RELEASE)
> >   Missing requirement: IvyDE Eclipse Plug-in
> >   2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse
> >   2.1.0.final-201002110838-RELEASE) requires 'bundle
> >   org.eclipse.wst.xml.core 0.0.0' but it could not be found
> >   Cannot satisfy dependency:
> >     From: Apache IvyDE 2.1.0.final-201002110838-RELEASE
> >     (org.apache.ivyde.feature.feature.group
> >     2.1.0.final-201002110838-RELEASE)
> >     To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]
>
> Hum... it seems that now you must have the Eclipse XML editor installed. I
> haven't seen that as I always have one installed. It was introduced to
> automatically install Ivy's xsd into Eclipse's catalog.
> I think the fix will be quite trivial. Should we roll a release again ?
>
> By the way Jon, you haven't updated your staging updatesite with the fix I
> have checked in.
>
>
> Nicolas
>
>
>
> >
> > Maarten
> >
> >
> >
> > ----- Original Message ----
> > From: Jon Schneider <js...@apache.org>
> > To: Ant Developers List <de...@ant.apache.org>
> > Sent: Wed, February 24, 2010 8:58:20 PM
> > Subject: IvyDE 2.1.0 Release [VOTE]
> >
> > The final IvyDe 2.1.0 release has been built.
> >
> > You can download the distribution from this URL:
> > http://people.apache.org/~jschneider/ivyde-2.1.0/
> >
> > And a staging update site has been setup here:
> > http://people.apache.org/~jschneider/staging/updatesite/
> >
> > Do you vote for the release of these binaries?
> >
> > [ ] Yes
> > [ ] No
> >
> > Regards,
> >
> > Jon
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

Re: IvyDE 2.1.0 Release [VOTE]

Posted by Maarten Coene <ma...@yahoo.com>.
I don't know how many Eclipse users won't have this XML editor plugin?
I didn't do anything special, I only installed the "Eclipse Classic" package which doesn't seem to have this plugin.

If the fix is trivial, maybe it's worth to create the release again? It would certainly help people like me upgrading their IvyDE plugin.

Maarten




----- Original Message ----
From: Nicolas Lalevée <ni...@hibnet.org>
To: Ant Developers List <de...@ant.apache.org>
Sent: Thu, February 25, 2010 5:46:10 PM
Subject: Re: IvyDE 2.1.0 Release [VOTE]

On Wed, 24 Feb 2010 13:54:01 -0800 (PST), Maarten Coene
<ma...@yahoo.com> wrote:
> Tried to install IvyDE 2.1.0 from your staging update site and got the
> following error:
> 
> Cannot complete the install because one or more required items could not
> be found.
>   Software currently installed: Apache IvyDE
>   2.1.0.final-201002110838-RELEASE
(org.apache.ivyde.feature.feature.group
>   2.1.0.final-201002110838-RELEASE)
>   Missing requirement: IvyDE Eclipse Plug-in
>   2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse
>   2.1.0.final-201002110838-RELEASE) requires 'bundle
>   org.eclipse.wst.xml.core 0.0.0' but it could not be found
>   Cannot satisfy dependency:
>     From: Apache IvyDE 2.1.0.final-201002110838-RELEASE
>     (org.apache.ivyde.feature.feature.group
>     2.1.0.final-201002110838-RELEASE)
>     To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]

Hum... it seems that now you must have the Eclipse XML editor installed. I
haven't seen that as I always have one installed. It was introduced to
automatically install Ivy's xsd into Eclipse's catalog.
I think the fix will be quite trivial. Should we roll a release again ?

By the way Jon, you haven't updated your staging updatesite with the fix I
have checked in.


Nicolas



> 
> Maarten
> 
> 
> 
> ----- Original Message ----
> From: Jon Schneider <js...@apache.org>
> To: Ant Developers List <de...@ant.apache.org>
> Sent: Wed, February 24, 2010 8:58:20 PM
> Subject: IvyDE 2.1.0 Release [VOTE]
> 
> The final IvyDe 2.1.0 release has been built.
> 
> You can download the distribution from this URL:
> http://people.apache.org/~jschneider/ivyde-2.1.0/
> 
> And a staging update site has been setup here:
> http://people.apache.org/~jschneider/staging/updatesite/
> 
> Do you vote for the release of these binaries?
> 
> [ ] Yes
> [ ] No
> 
> Regards,
> 
> Jon
> 
> 
> 
>      
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

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


      

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


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Nicolas Lalevée <ni...@hibnet.org>.
On Wed, 24 Feb 2010 13:54:01 -0800 (PST), Maarten Coene
<ma...@yahoo.com> wrote:
> Tried to install IvyDE 2.1.0 from your staging update site and got the
> following error:
> 
> Cannot complete the install because one or more required items could not
> be found.
>   Software currently installed: Apache IvyDE
>   2.1.0.final-201002110838-RELEASE
(org.apache.ivyde.feature.feature.group
>   2.1.0.final-201002110838-RELEASE)
>   Missing requirement: IvyDE Eclipse Plug-in
>   2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse
>   2.1.0.final-201002110838-RELEASE) requires 'bundle
>   org.eclipse.wst.xml.core 0.0.0' but it could not be found
>   Cannot satisfy dependency:
>     From: Apache IvyDE 2.1.0.final-201002110838-RELEASE
>     (org.apache.ivyde.feature.feature.group
>     2.1.0.final-201002110838-RELEASE)
>     To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]

Hum... it seems that now you must have the Eclipse XML editor installed. I
haven't seen that as I always have one installed. It was introduced to
automatically install Ivy's xsd into Eclipse's catalog.
I think the fix will be quite trivial. Should we roll a release again ?

By the way Jon, you haven't updated your staging updatesite with the fix I
have checked in.


Nicolas



> 
> Maarten
> 
> 
> 
> ----- Original Message ----
> From: Jon Schneider <js...@apache.org>
> To: Ant Developers List <de...@ant.apache.org>
> Sent: Wed, February 24, 2010 8:58:20 PM
> Subject: IvyDE 2.1.0 Release [VOTE]
> 
> The final IvyDe 2.1.0 release has been built.
> 
> You can download the distribution from this URL:
> http://people.apache.org/~jschneider/ivyde-2.1.0/
> 
> And a staging update site has been setup here:
> http://people.apache.org/~jschneider/staging/updatesite/
> 
> Do you vote for the release of these binaries?
> 
> [ ] Yes
> [ ] No
> 
> Regards,
> 
> Jon
> 
> 
> 
>       
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

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


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Maarten Coene <ma...@yahoo.com>.
Tried to install IvyDE 2.1.0 from your staging update site and got the following error:

Cannot complete the install because one or more required items could not be found.
  Software currently installed: Apache IvyDE 2.1.0.final-201002110838-RELEASE (org.apache.ivyde.feature.feature.group 2.1.0.final-201002110838-RELEASE)
  Missing requirement: IvyDE Eclipse Plug-in 2.1.0.final-201002110838-RELEASE (org.apache.ivyde.eclipse 2.1.0.final-201002110838-RELEASE) requires 'bundle org.eclipse.wst.xml.core 0.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Apache IvyDE 2.1.0.final-201002110838-RELEASE (org.apache.ivyde.feature.feature.group 2.1.0.final-201002110838-RELEASE)
    To: org.apache.ivyde.eclipse [2.1.0.final-201002110838-RELEASE]

Maarten



----- Original Message ----
From: Jon Schneider <js...@apache.org>
To: Ant Developers List <de...@ant.apache.org>
Sent: Wed, February 24, 2010 8:58:20 PM
Subject: IvyDE 2.1.0 Release [VOTE]

The final IvyDe 2.1.0 release has been built.

You can download the distribution from this URL:
http://people.apache.org/~jschneider/ivyde-2.1.0/

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

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Jon



      

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


Unsubscribe from this mailing list

Posted by Niamath Khan <ni...@yahoo.com>.
Please unsubscribe me from your email list. 
 
Note: I have submit request earlier also to unsubscribe me from this mailing list at dev-unsubscribe@ant.apache.org but still I have been receiving emails. 

Niamath Khan

--- On Thu, 2/25/10, Balder Van Camp <ba...@beanpole.be> wrote:


From: Balder Van Camp <ba...@beanpole.be>
Subject: Re: IvyDE 2.1.0 Release [VOTE]
To: dev@ant.apache.org
Date: Thursday, February 25, 2010, 8:49 AM




On 25/02/2010 15:37, Niamath Khan wrote:
> Can somone please unsubscibe me from this mailing list or let me know how to unsubscribe from this mailing list completely??
>  
>   
send email to dev-unsubscribe@ant.apache.org
Greets
>
>
> --- On Wed, 2/24/10, Jon Schneider <js...@apache.org> wrote:
>
>
> From: Jon Schneider <js...@apache.org>
> Subject: IvyDE 2.1.0 Release [VOTE]
> To: "Ant Developers List" <de...@ant.apache.org>
> Date: Wednesday, February 24, 2010, 1:58 PM
>
>
> The final IvyDe 2.1.0 release has been built.
>
> You can download the distribution from this URL:
> http://people.apache.org/~jschneider/ivyde-2.1.0/
>
> And a staging update site has been setup here:
> http://people.apache.org/~jschneider/staging/updatesite/
>
> Do you vote for the release of these binaries?
>
> [ ] Yes
> [ ] No
>
> Regards,
>
> Jon
>
>   

-- 

*Balder Van Camp*

------------------------------------------------------------------------

BeanPole <http://www.beanpole.be>
Mobile: +32(0)475 74 15 75


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Balder Van Camp <ba...@beanpole.be>.

On 25/02/2010 15:37, Niamath Khan wrote:
> Can somone please unsubscibe me from this mailing list or let me know how to unsubscribe from this mailing list completely??
>  
>   
send email to dev-unsubscribe@ant.apache.org
Greets
>
>
> --- On Wed, 2/24/10, Jon Schneider <js...@apache.org> wrote:
>
>
> From: Jon Schneider <js...@apache.org>
> Subject: IvyDE 2.1.0 Release [VOTE]
> To: "Ant Developers List" <de...@ant.apache.org>
> Date: Wednesday, February 24, 2010, 1:58 PM
>
>
> The final IvyDe 2.1.0 release has been built.
>
> You can download the distribution from this URL:
> http://people.apache.org/~jschneider/ivyde-2.1.0/
>
> And a staging update site has been setup here:
> http://people.apache.org/~jschneider/staging/updatesite/
>
> Do you vote for the release of these binaries?
>
> [ ] Yes
> [ ] No
>
> Regards,
>
> Jon
>
>   

-- 

*Balder Van Camp*

------------------------------------------------------------------------

BeanPole <http://www.beanpole.be>
Mobile: +32(0)475 74 15 75


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Maarten Coene <ma...@yahoo.com>.
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org

Maarten




----- Original Message ----
From: Niamath Khan <ni...@yahoo.com>
To: Ant Developers List <de...@ant.apache.org>
Sent: Thu, February 25, 2010 3:37:48 PM
Subject: Re: IvyDE 2.1.0 Release [VOTE]

Can somone please unsubscibe me from this mailing list or let me know how to unsubscribe from this mailing list completely??
 



--- On Wed, 2/24/10, Jon Schneider <js...@apache.org> wrote:


From: Jon Schneider <js...@apache.org>
Subject: IvyDE 2.1.0 Release [VOTE]
To: "Ant Developers List" <de...@ant.apache.org>
Date: Wednesday, February 24, 2010, 1:58 PM


The final IvyDe 2.1.0 release has been built.

You can download the distribution from this URL:
http://people.apache.org/~jschneider/ivyde-2.1.0/

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

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Jon



      

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


Re: IvyDE 2.1.0 Release [VOTE]

Posted by Niamath Khan <ni...@yahoo.com>.
Can somone please unsubscibe me from this mailing list or let me know how to unsubscribe from this mailing list completely??
 



--- On Wed, 2/24/10, Jon Schneider <js...@apache.org> wrote:


From: Jon Schneider <js...@apache.org>
Subject: IvyDE 2.1.0 Release [VOTE]
To: "Ant Developers List" <de...@ant.apache.org>
Date: Wednesday, February 24, 2010, 1:58 PM


The final IvyDe 2.1.0 release has been built.

You can download the distribution from this URL:
http://people.apache.org/~jschneider/ivyde-2.1.0/

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

Do you vote for the release of these binaries?

[ ] Yes
[ ] No

Regards,

Jon