Re: [CentOS] CentOS & eclipse

2013-12-27 Thread Devin Reade
The usual explanations about why version numbers are what they are
in CentOS apply.

However, taking off my systems hat for a minute and put on my software
development hat, in the case of Eclipse I wouldn't suggest using the
one available via RPM anyway.  During software development just as 
you want to control the versions of your jars, libraries, etc of your
application stack, you should probably independently control the 
versions of your IDE, as changing IDE versions is as intrusive as
changing library versions, and it is rarely convenient to schedule
that kind of change concurrently with an OS upgrade.

So in the case of Eclipse, I would worry less about why the CentOS
one is out of date and instead pick a relatively recent version, 
download the *.gz, have the developers extract it to local disk, 
and run it that way.

Slightly OT, but while you're at it, I'd suggest also keeping your
workspaces separate for each Eclipse version and project, thus
something like:

  ~/src/eclipse-workspaces/indigo32/project1
  ~/src/eclipse-workspaces/juno64/project2
  ~/src/eclipse-workspaces/juno64/project3

Plus, Eclipse is always better with a workspace that is local disk.

Devin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-27 Thread John R Pierce
On 12/27/2013 6:07 AM, Steve wrote:
> "Eclipse is now offered in the Red Hat Developer Toolset offering"
> so does that mean it will just be in a different repo for CentOS 7 or will 
> eclipse really not be available at all (as an RPM)?

its a seperate subscription from Red Hat, see the bottom of
https://access.redhat.com/site/products/Red_Hat_Enterprise_Linux/Developer


-- 
john r pierce  37N 122W
somewhere on the middle of the left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-27 Thread Steve

 Ned Slider  wrote: 
> On 26/12/13 21:56, Cliff Pratt wrote:
> > Probably not 4.3. Maybe 4.0 or 4.1. It is still going to be behind the
> > latest release.
> >
> > Cheers,
> >
> > Cliff
> >
> 
> Eclipse has been completely removed from RHEL7, at least in the beta 
> release.
> 
> Please see the beta release notes:
> 
> https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html-single/7.0_Release_Notes/index.html#removed-packages

The release notes say
"Eclipse is now offered in the Red Hat Developer Toolset offering"
so does that mean it will just be in a different repo for CentOS 7 or will 
eclipse really not be available at all (as an RPM)?

Steve


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-27 Thread Leon Fauster
Am 26.12.2013 um 20:48 schrieb Steve :
> 
> OK, so since RHEL 6.0 was released on 11/10/2010, we get eclipse 3.6 which 
> was released on 6/23/2010 (according to Wikipedia)
> and we can only get 3.6.x updates until RHEL 7.0 is release. If RHEL 7.0 was 
> released today, eclipse would jump to 4.3 (ignoring any other complications) 
> which was released on 6/26/2013.

4.3 is in RH Dev Toolset 2.0

https://www.redhat.com/archives/rhelv6-list/2013-September/msg00010.html

https://access.redhat.com/site/products/Red_Hat_Enterprise_Linux/Developer#dev-page=6

--
LF


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-26 Thread Ned Slider
On 26/12/13 21:56, Cliff Pratt wrote:
> Probably not 4.3. Maybe 4.0 or 4.1. It is still going to be behind the
> latest release.
>
> Cheers,
>
> Cliff
>

Eclipse has been completely removed from RHEL7, at least in the beta 
release.

Please see the beta release notes:

https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/7-Beta/html-single/7.0_Release_Notes/index.html#removed-packages


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-26 Thread Cliff Pratt
Probably not 4.3. Maybe 4.0 or 4.1. It is still going to be behind the
latest release.

Cheers,

Cliff


On Fri, Dec 27, 2013 at 8:48 AM, Steve  wrote:

>
>  John R Pierce  wrote:
> > On 12/26/2013 10:50 AM, Steve wrote:
> > > My understanding was that CentOS was generally about a year
> out-of-date.
> >
> >
> > When a major RHEL version is released, the major.minor versions of most
> > all components are frozen for the life cycle of that major release, this
> > ensures package compatability, so if something is released for EL6 it
> > can expect to run with any EL6.x update.
>
> OK, so since RHEL 6.0 was released on 11/10/2010, we get eclipse 3.6 which
> was released on 6/23/2010 (according to Wikipedia)
> and we can only get 3.6.x updates until RHEL 7.0 is release. If RHEL 7.0
> was released today, eclipse would jump to 4.3 (ignoring any other
> complications) which was released on 6/26/2013.
>
> Got it.
> Thanks
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-26 Thread Steve

 John R Pierce  wrote: 
> On 12/26/2013 10:50 AM, Steve wrote:
> > My understanding was that CentOS was generally about a year out-of-date.
> 
> 
> When a major RHEL version is released, the major.minor versions of most 
> all components are frozen for the life cycle of that major release, this 
> ensures package compatability, so if something is released for EL6 it 
> can expect to run with any EL6.x update.

OK, so since RHEL 6.0 was released on 11/10/2010, we get eclipse 3.6 which was 
released on 6/23/2010 (according to Wikipedia)
and we can only get 3.6.x updates until RHEL 7.0 is release. If RHEL 7.0 was 
released today, eclipse would jump to 4.3 (ignoring any other complications) 
which was released on 6/26/2013.

Got it.
Thanks

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-26 Thread John R Pierce
On 12/26/2013 10:50 AM, Steve wrote:
> My understanding was that CentOS was generally about a year out-of-date.


When a major RHEL version is released, the major.minor versions of most 
all components are frozen for the life cycle of that major release, this 
ensures package compatability, so if something is released for EL6 it 
can expect to run with any EL6.x update.

major EL versions have a 5-7 year support life cycle, we're nearing the 
back side of that for EL6, which came out in 2010.   RHEL7 is still in 
beta (and running a  year or so later than I would have expected 
according to their historical release cycle).



-- 
john r pierce  37N 122W
somewhere on the middle of the left coast

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS & eclipse

2013-12-26 Thread Eero Volotinen
2013/12/26 Steve 

> I'm running an up-to-date CentOS 6.5 and I wanted to install eclipse so I
> went to System->Adminitration->Add/Remove Software and installed
> eclipse-cdt-1:7.0.1-4.el6 and a bunch of dependent packages.
>
> >From the eclipse help menu I see that this is version 3.6.1. According to
> wikipedia this is a eclipse Helios which was released in June of 2010.
> My question is why is this so far out of date? My understanding was that
> CentOS was generally about a year out-of-


Well, it is way that RHEL/Centos works. Maybe you should use Fedora instead
of it or roll your own eclipse package for Centos?

--
Eero
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos