|
Re: How to use jars from bundle pool in the PDE headless build? [message #1705828 is a reply to message #1705825] |
Wed, 19 August 2015 11:44 |
|
Am 19.08.2015 um 13:37 schrieb Silvestre Martins:
> I have an RCP project that is build in headless mode using PDE and Ant.
> In the build.properties I have the following properties:
> eclipse.launcher=C:/eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
> eclipse.pde=C:/eclipse/plugins/org.eclipse.pde.build_3.9.100.v20150521-1524
>
> Now, I have changed to use Oomph, and the eclipse directory doesn't contain the jars anymore, because it reuses the
> jars from the bundle pool.
> If I update the build.properties to point to the bundle pool, it doesn't work:
> eclipse.launcher=C:/Users/<username>/.p2/pool/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
> eclipse.pde=C:/Users/<username>/.p2/pool/plugins/org.eclipse.pde.build_3.9.100.v20150521-1524
>
> I get this error in the console:
> Java returned: 13
>
> In the log I get this error:
>
> java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime
> bundle is resolved and started (see config.ini).
>
>
> Does anyone know how can I use the bundle pool to build my RCP project?
I fear I have absolutely no experience with PDE build and cannot help. If nobody else knows how to configure it to use a
shared bundle pool you'll probably have to install your IDE without such a shared bundle pool. Both the simple (via the
menu) and the advanced (via a checkbox on the first page) installer have options to disable that.
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
Powered by
FUDForum. Page generated in 0.02343 seconds