Eclipse 3.0 Running on Kaffe
Thomas Fogwill
tfogwill@csir.co.za
Sun Jan 16 09:43:15 2005
--=-plkWa5TaoGcznuLhfM7G
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
As mentioned previously, I had some minor issues getting eclipse3 to run
on my system (I'm running unstable). I've made a few minor changes to
get the package built and working.
On Wed, 2005-01-12 at 16:23 +0200, Thomas Fogwill wrote:
> Firstly, the startup.jar symlink is broken:
> /usr/share/eclipse/startup.jar -> /plugins/org.eclipse.platform_*/startup.jar
Edited debian/eclipse-platform.links to fix this, by changing
plugins/org.eclipse.platform_*/startup.jar
to
usr/share/eclipse/plugins/org.eclipse.platform_3.0.1/startup.jar
> ... there isn't any startup.jar in
> /usr/share/eclipse/plugins/org.eclipse.platform_3.0.1/
On my system, the zip file built in source-tree/result has the
startup.jar in usr/share/eclipse, so this file was never included in any
of the .deb packages. I edited debian/rules to move it to
plugins/org.eclipse.platform_3.0.1/
Please check the behaviour on your system. Patches attached.
I haven't tested again on other VMs, but will do so tomorrow.
Cheers
--
Thomas Fogwill <tfogwill@csir.co.za>
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
--=-plkWa5TaoGcznuLhfM7G
Content-Disposition: attachment; filename=eclipse-platform.links.diff
Content-Type: text/x-patch; name=eclipse-platform.links.diff; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
1c1
< plugins/org.eclipse.platform_*/startup.jar usr/share/eclipse/startup.jar
---
> usr/share/eclipse/plugins/org.eclipse.platform_3.0.1/startup.jar usr/share/eclipse/startup.jar
--=-plkWa5TaoGcznuLhfM7G
Content-Disposition: attachment; filename=rules.diff
Content-Type: text/x-patch; name=rules.diff; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
382a383,386
> # Move startup.jar to the platfrom plugin directory
> cd $(DEST_DIR) && \
> mv startup.jar plugins/org.eclipse.platform_3.0.1/
>
--=-plkWa5TaoGcznuLhfM7G--