Gentoo Archives: gentoo-java

From: Serkan Kaba <serkan@g.o>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] Eclipse Libraries
Date: Thu, 06 Jan 2011 14:02:49
Message-Id: AANLkTi==UDmou_NojXXq+9DBoG1zYmswBUFh8YdPV+Jq@mail.gmail.com
In Reply to: [gentoo-java] Eclipse Libraries by "Fabian Köster"
1 Once I tried building RCP part of eclipse standalone but gave up
2 because they were too highly coupled and I didn't manage to get a
3 working dependency order. Since then upstream started providing build
4 tools for Eclipse. I don't know if it allows building a stand-alone
5 RCP or parts of it.
6
7 If you try to continue the work, I'd love to share my experience (as
8 far as I remember since it's been a long time)
9
10 Regards,
11 Serkan
12
13 2011/1/6 Fabian Köster <f.koester@××××××.de>:
14 > -----BEGIN PGP SIGNED MESSAGE-----
15 > Hash: SHA1
16 >
17 > Hey,
18 >
19 > as already said in my previous mail, I am currently packaging software
20 > which depends on some eclipse libraries.
21 >
22 > The first ebuild which needs them is dev-java/jameica [1].
23 >
24 > It's distribution includes the following jars:
25 >
26 > * org.eclipse.core.runtime_3.1.1.jar
27 > * org.eclipse.jface_3.1.1.jar
28 > * org.eclipse.osgi_3.1.1.jar
29 > * org.eclipse.ui.forms_3.1.0.jar
30 >
31 > which I found in the java-experimental overlay.
32 >
33 > First problem I encountered was that some of the transitive
34 > dependencies, namely
35 >
36 > * dev-java/eclipse-ui-workbench-3.2.2.ebuild
37 > * dev-java/eclipse-help-3.2.2.ebuild
38 >
39 > depend on a non-existant version of icu4j (=dev-java/icu4j-3.4*).
40 >
41 > I tried to remove the exact version-dependency and ran into the next
42 > problem,
43 >
44 > http://download.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/eclipse-RCP-SDK-3.3.2-linux-gtk-x86_64.tar.gz
45 >
46 > cannot be found because it move to the archive:
47 >
48 > http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.2-200802211800/eclipse-RCP-SDK-3.3.2-linux-gtk-x86_64.tar.gz
49 >
50 > I changed the URI in the eclass, but then Portage tells me, that the
51 > filesize of the downloaded package does not match the recorded size. Weird..
52 >
53 > The ebuild for the actually application I want to package - hibiscus [2]
54 > - - furthermore depends on Eclipse BIRT [3], the "Business Intelligence
55 > and Reporting Tools", for which I was not able to find an
56 > ebuild yet. Is there any work going on?
57 >
58 > Kind Regards,
59 > Fabian
60 >
61 > [1] https://bugs.gentoo.org/show_bug.cgi?id=350662
62 > [2] https://bugs.gentoo.org/show_bug.cgi?id=350663
63 > [3] http://www.eclipse.org/birt/phoenix/
64 > -----BEGIN PGP SIGNATURE-----
65 > Version: GnuPG v2.0.16 (GNU/Linux)
66 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
67 >
68 > iQGcBAEBAgAGBQJNJb8BAAoJEMFoJe6k8QbHWfIL/1r4PUdahWUrLtV85NAUPOQE
69 > LhRldzGJuxZ0mLYBqBI09Quqt5kfszAK94rbgZvERvHadxKXPju93XOQJhqZuJbA
70 > bQbJ5IY4rI9jCCSCcoUgjCbwz6Rpq1P/dQntubt9NIvQGMR49e7LahjHdSBYeB3/
71 > 7886O7f7BLejSXvUULid3ji+MQhsAVKSv7mvb6VftDwQPxD+Pz1EWMAxRc8h67EE
72 > +oZbmXr7oC7LRnTbo+NhVuQxK5231i4yDclzz2XcQ+lhxOkuTU9w1N3gPaPzKtyF
73 > /1izqogoAOU9cPT0kxCEXVSuIOqnCuLbODsjjZi2O+BMGZd8Lot2rGku+tTdfDgV
74 > Al8MFHC3oem9kZ+/8czltWjVPAsiLFiXv86FdWheCGNAymzBi1Qc6J8xsdSDNQlr
75 > eggWLVf0/s1tHPg8+O71j9IxYHtvsqWKkJDXsQA2Y/fAZRaD4CKBGNGtgFp3c+td
76 > YB08gZwEaNhqKg7dB0QpwHIlFd9h6M5wdvwlUdVA9w==
77 > =ADKb
78 > -----END PGP SIGNATURE-----
79 >
80 >

Replies

Subject Author
Re: [gentoo-java] Eclipse Libraries James Le Cuirot <chewi@××××××××××××××.uk>