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

Problems packing eclipse RCP application elexis



Hi

I started working on packaging www.elexis.ch for Debian. I am using
git-buildpackage  and looked at the solr and libehcache-java packages for 
inspiration. 

git-buildpackage --git-dont-purge --git-ignore-new --git-no-sign-tag -us -uc 
begins to work.

I managed to compile already a few java files after having added dependencies 
in my debian/rules to a bunch of Java libraries like jakarta-poi jdom1 bcprov  
commons-logging.

I have however a lot of errors like this:
[javac] 
/home/src/debian/elexis-2.0/elexis/src/ch/elexis/ApplicationActionBarAdvisor.java:24: 
package org.eclipse.core.runtime does not exist 

The following manually created link solved this problem:
cd /usr/share/java  && sudo ln -s \ 
/usr/lib/eclipse/plugins/org.eclipse.jface_3.4.1.M20080827-2000.jar \ 
org.eclipse.jface.jar

Also for 
/usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.4.1.v3449c.jar => 
org.eclipse.swt.jar

This trick fails however for
/usr/lib/eclipse/plugins/org.eclipse.ui_3.4.1.M20080910-0800.jar =>
org.eclipse.ui.jar

Will these errors be corrected with the eclipse 3.5.x packages coming soon? Or 
shall I file a bug againt them?

Best regards 

Niklaus


Reply to: