Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328739 - dev-util/eclipse-sdk-3.5.2 version bump
Summary: dev-util/eclipse-sdk-3.5.2 version bump
Status: RESOLVED DUPLICATE of bug 325271
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
: 307831 (view as bug list)
Depends on: 328747
Blocks: 296296
  Show dependency tree
 
Reported: 2010-07-17 17:43 UTC by Matt Whitlock
Modified: 2013-05-05 11:32 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
eclipse-3.5.2-ebuilds.tar.bz2 (eclipse-3.5.2-ebuilds.tar.bz2,9.05 KB, application/octet-stream)
2010-07-17 17:43 UTC, Matt Whitlock
Details
www-servers/jetty/metadata.xml (metadata.xml,159 bytes, text/plain)
2010-07-17 18:00 UTC, Matt Whitlock
Details
www-servers/jetty/jetty-6.1.24.ebuild (jetty-6.1.24.ebuild,1.12 KB, text/plain)
2010-07-17 18:00 UTC, Matt Whitlock
Details
www-servers/jetty/Manifest (Manifest,586 bytes, text/plain)
2010-07-17 18:01 UTC, Matt Whitlock
Details
dev-util/eclipse-sdk/metadata.xml (metadata.xml,800 bytes, text/plain)
2010-07-17 18:01 UTC, Matt Whitlock
Details
dev-util/eclipse-sdk/eclipse-sdk-3.5.2.ebuild (eclipse-sdk-3.5.2.ebuild,12.10 KB, text/plain)
2010-07-17 18:02 UTC, Matt Whitlock
Details
dev-util/eclipse-sdk/Manifest (Manifest,6.50 KB, text/plain)
2010-07-17 18:02 UTC, Matt Whitlock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Whitlock 2010-07-17 17:43:33 UTC
Gentlemen (and ladies?), after much ado, I present to you an ebuild for Eclipse SDK 3.5.2 (and Jetty 6.1.24).

 * Based on eclipse-sdk-3.5.1-r1.ebuild in Portage tree (also written by me).
 * Uses Eclipse Build 0.5.0 from the Eclipse Linux Tools project.
 * Builds 100% against system-installed dependencies (no bundled class files, jars, or shared objects).
 * Supports per-user installation of plugins using P2.
Comment 1 Matt Whitlock 2010-07-17 17:43:51 UTC
Created attachment 239153 [details]
eclipse-3.5.2-ebuilds.tar.bz2
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2010-07-17 17:55:03 UTC
Please only attach plain text files.
Comment 3 Matt Whitlock 2010-07-17 18:00:22 UTC
Created attachment 239155 [details]
www-servers/jetty/metadata.xml
Comment 4 Matt Whitlock 2010-07-17 18:00:57 UTC
Created attachment 239157 [details]
www-servers/jetty/jetty-6.1.24.ebuild
Comment 5 Matt Whitlock 2010-07-17 18:01:27 UTC
Created attachment 239159 [details]
www-servers/jetty/Manifest
Comment 6 Matt Whitlock 2010-07-17 18:01:59 UTC
Created attachment 239161 [details]
dev-util/eclipse-sdk/metadata.xml
Comment 7 Matt Whitlock 2010-07-17 18:02:20 UTC
Created attachment 239163 [details]
dev-util/eclipse-sdk/eclipse-sdk-3.5.2.ebuild
Comment 8 Matt Whitlock 2010-07-17 18:02:38 UTC
Created attachment 239165 [details]
dev-util/eclipse-sdk/Manifest
Comment 9 Petteri Räty (RETIRED) gentoo-dev 2010-07-17 19:12:48 UTC
(In reply to comment #5)
> Created an attachment (id=239159) [details]
> www-servers/jetty/Manifest
> 

The developers can generate the Manifests when they work with ebuilds so you don't need to upload them to bugzilla.

(In reply to comment #4)
> Created an attachment (id=239157) [details]
> www-servers/jetty/jetty-6.1.24.ebuild
> 

You should open a dependency bug for jetty to only handle one issue per bug.

(In reply to comment #6)
> Created an attachment (id=239161) [details]
> dev-util/eclipse-sdk/metadata.xml
> 

This is a copy of the existing file so there's no use in uploading it to bugzilla.
Comment 10 Matt Whitlock 2010-07-17 19:19:39 UTC
(In reply to comment #9)
> The developers can generate the Manifests when they work with ebuilds so you
> don't need to upload them to bugzilla.

I attached the Manifests because they contain checksums of the distribution
tarballs.  Without them, there is no way for anyone else to know whether they
retrieved the same tarball that I tested against.  (Yes, the file should not
change, but I've seen it happen on more than one occasion, and it confuses
people greatly until it's discovered that there are two different versions of
the file with the same name.)

> You should open a dependency bug for jetty to only handle one issue per bug.

Created: http://bugs.gentoo.org/show_bug.cgi?id=328747
Comment 11 shinydoofy 2010-07-24 22:40:15 UTC
Although Eclipse itself runs fine, [EJ]Git does not seem to work anymore after updating to the ebuild posted here. Neither can I commit changes nor can I fetch updates or do anything git related. I also can't even share a project with git because there's no selection screen for cvs/git anymore.
Only after downgrading to portage's 3.5.1-r1 and using a backup's ~/.eclipse folder I have all my beloved git features back again.

Is there something I'm missing or debug info I can supply you with to fix this?
Comment 12 Matt Whitlock 2010-07-24 23:52:59 UTC
(In reply to comment #11)
> Although Eclipse itself runs fine, [EJ]Git does not seem to work anymore after
> updating to the ebuild posted here. Neither can I commit changes nor can I
> fetch updates or do anything git related. I also can't even share a project
> with git because there's no selection screen for cvs/git anymore.
> Only after downgrading to portage's 3.5.1-r1 and using a backup's ~/.eclipse
> folder I have all my beloved git features back again.
> 
> Is there something I'm missing or debug info I can supply you with to fix this?

I lost all of my plugins when I upgraded to Eclipse 3.5.2 using this ebuild.  Reinstalling them through the user interface inside Eclipse didn't bring them back.  I had to blow away my ~/.eclipse directory and then reinstall them.  All the important settings are saved in your workspace dir anyway, so there's nothing critical lost when you delete ~/.eclipse (aside from local edit history, I think).
Comment 13 shinydoofy 2010-07-25 22:39:39 UTC
Thank you for the tip (and the ebuild, of course), that did the trick. You should consider adding a little note about this in the ebuild. I can't remember needing anything like this when updating from 3.4 to 3.5 (then again, I don't think I had any plugins installed at that time)

Will this also happen with Eclipse 3.6 (bug 325271)?
Comment 14 ScytheMan 2010-07-31 18:52:19 UTC
which herd takes care of eclipse-sdk? java oder dev-tools?
#307831 and this bug seem to want the same thing.
Comment 15 Anton Romanov 2011-01-29 10:36:32 UTC
isn't this technically a duplicate of #307831 ?
either one of them should be closed, also i wonder if developers going to put 3.5.2 anyway or just skip right to 3.6 #325271
Comment 16 Serkan Kaba (RETIRED) gentoo-dev 2011-04-02 16:04:45 UTC
*** Bug 307831 has been marked as a duplicate of this bug. ***
Comment 17 microcai 2011-07-06 16:15:45 UTC
eclipse 3.7 is out ... Gentoo, what are you doing here!
Comment 18 Matt Whitlock 2011-07-06 16:17:50 UTC
(In reply to comment #17)
> eclipse 3.7 is out ... Gentoo, what are you doing here!

*cough*
https://bugs.gentoo.org/show_bug.cgi?id=325271#c68
Comment 19 No Name 2013-04-14 18:18:44 UTC
4.3 is out...
Comment 20 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-05-05 11:32:01 UTC

*** This bug has been marked as a duplicate of bug 325271 ***