Porting a RCP Application to FreeBSD

Fabien Roubier yaugze at googlemail.com
Sat Mar 17 10:05:08 UTC 2012


Hi,

I hope I choose the right mailing list.

I have some problems porting Modelio (a RCP application for UML design).
I did the following changes:
 - I replaced all the *swt.gtk.linux.x86* plugins by *swt.gtk.freebsd.x86_*
 - I renamed the target and arch variables to freebsd, x86_64
 - I recompiled the external library (written in C).

When I try to launch the application via the product file, the Modelio splash
screen appears but after a few seconds the application stops with error.
The attached the error log with this mail.

I think the main problem comes from there:
!MESSAGE Bundle
reference:file:/usr/home/yaugze/work/modelio/app/modelio.plugins/api/
was not resolved.
!SUBENTRY 2 org.modelio.api 2 0 2012-03-17 10:40:41.762
!MESSAGE Missing required bundle
org.eclipse.swt.gtk.freebsd.x86_64.source_3.7.0.

But the plugin is in the directory:
/usr/local/lib/eclipse-devel/dropins/sdk/plugins/

I also notice that when I go to
product file -> Run as -> Run configuration -> Plugins Tab
There is no plugin org.eclipse.swt.gtk.freebsd.x86_64.source_3.7.0 but
only org.eclipse.swt.gtk.freebsd.x86_64.

Other information:
 - I Installed eclipse with pkg_add -r eclipse-devel.
 - I use Openjdk7 to compile and run Modelio.
 - Freebsd 9.0 amd64

I have to say that I do not know so much about eclipse and
particularly in RCP application development.

Any feedback / tips / help would be very appreciate.
Thanks in advance.

Fabien.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: modelio_error.log
Type: application/octet-stream
Size: 38925 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-eclipse/attachments/20120317/19d62753/modelio_error.obj


More information about the freebsd-eclipse mailing list