I am trying to build my RCP application using PluginBuilder. I can get PluginBuilder to successfully build the RCP application, but the launcher is missing. The only files present on the root of the archive are:
configuration
plugins
.eclipseproduct
I expected the launcher and other files to be present here. Any idea what I should do?
I am using Eclipse 3.4 on Linux GTK x86, and this is my only build target as well.
I hope you can help me.
With kind regards,
Uwe Kubosch
Norway
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It could be related to Eclipse 3.4. Pluginbuilder 0.6.0 is targeting Eclipse 3.3. However, other users have reported that the build still works with 3.4 but with a broken update site (p2).
Did you install the delta pack into your build host? It is needed even if you are building for the same platform you are running.
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I am trying to build my RCP application using PluginBuilder. I can get PluginBuilder to successfully build the RCP application, but the launcher is missing. The only files present on the root of the archive are:
configuration
plugins
.eclipseproduct
I expected the launcher and other files to be present here. Any idea what I should do?
I am using Eclipse 3.4 on Linux GTK x86, and this is my only build target as well.
I hope you can help me.
With kind regards,
Uwe Kubosch
Norway
It could be related to Eclipse 3.4. Pluginbuilder 0.6.0 is targeting Eclipse 3.3. However, other users have reported that the build still works with 3.4 but with a broken update site (p2).
Did you install the delta pack into your build host? It is needed even if you are building for the same platform you are running.
Markus
Yes, installing the Delta pack fixed the problem.
Thank you.