[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Eclipse 3.0 Running on Kaffe



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.

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
382a383,386
> 	# Move startup.jar to the platfrom plugin directory 
> 	cd $(DEST_DIR) && \
> 	mv startup.jar plugins/org.eclipse.platform_3.0.1/	
> 	

Reply to: