Build fails: Unable to find feature [message #38640] |
Sun, 28 December 2008 10:05  |
Eclipse User |
|
|
|
I'm trying to build an RCP app with dependencies to e.g. org.eclipse.help.ui
Build fails when using RCP runtime + delta pack as target environment
(which appears obvious).
Alternatively, I've tried to use a separate Eclipse SDK as target
environment, but build gets much further still fails, but with strange
errors:
[java] customAssembly:
[java] BUILD FAILED
[java]
c:\eclipse\plugins\org.eclipse.pde.build_3.4.1.R34x_v2008080 5\scripts\productBuild\productBuild.xml:30:
The following error occurred while executing this line:
[java]
C:\eclipse\plugins\org.eclipse.pde.build_3.4.1.R34x_v2008080 5\scripts\build.xml:91:
The following error occurred while executing this line:
[java]
C:\workspace\com.siemens.ct.mp3m.build\customTargets.xml:12: The
following error occurred while executing this line:
[java]
C:\eclipse\plugins\org.eclipse.pde.build_3.4.1.R34x_v2008080 5\scripts\productBuild\allElements.xml:10:
The following error occurred while executing this line:
[java]
C:\eclipse\plugins\org.eclipse.pde.build_3.4.1.R34x_v2008080 5\scripts\genericTargets.xml:158:
The following error occurred while executing this line:
[java]
c:\temp\mp3m-build\assemble.org.eclipse.pde.build.container. feature.all.xml:23:
The following error occurred while executing this line:
[java]
c:\temp\mp3m-build\assemble.org.eclipse.pde.build.container. feature.all.xml:15:
The following error occurred while executing this line:
[java]
C:\eclipse\plugins\org.eclipse.pde.build_3.4.1.R34x_v2008080 5\scripts\productBuild\allElements.xml:44:
The following error occurred while executing this line:
[java]
c:\temp\mp3m-build\assemble.org.eclipse.pde.build.container. feature.win32.win32.x86.xml:188:
java.io.EOFException
Any ideas what this might be?
Thanks,
-- Andi
|
|
|
|
|
|
|
|
|
[Solved] Re: Build fails: Unable to find feature [message #42324 is a reply to message #38640] |
Sun, 25 January 2009 12:35  |
Eclipse User |
|
|
|
I've solved this issue by setting up the target runtime environment
again. Runtime needs to consist of
Eclipse Platform SDK + RCP Delta Pack
The previous Eclipse SDK + RCP Delta Pack or RCP Runtime + RCP Delta
Pack were both not sufficient.
Hope this helps,
Andi
|
|
|
Re: Build fails: Unable to find feature [message #587639 is a reply to message #38640] |
Mon, 29 December 2008 08:32  |
Eclipse User |
|
|
|
I've done some more investigation with a simple PDE build using the
examples from
http://rcpquickstart.com/2007/06/06/getting-started-with-pde -build/
Building against the RCP runtime works fine. This won't work for me
though as runtime doesn't contain all required features like e.g. Common
Navigator etc.
Building against Eclipse SDK (even if separate install) continues to
fail with java.io.EOFException
So I believe it comes down to the question of how to do a PDE build with
required features not part of RCP runtime?
All insight greatly appreciated!
Thanks,
Andi
|
|
|
|
Re: Build fails: Unable to find feature [message #588317 is a reply to message #40060] |
Fri, 16 January 2009 17:17  |
Eclipse User |
|
|
|
Mhm- I do have the delta pack installed, even re-downloaded to make
sure. Selected target SDK containing delta pack as runtime. Still same
problem:
On 12.01.2009 15:49, Lars Vogel wrote:
>
> Hi Andreas,
>
> I believe I had the same error message. In my case the Eclipse Deltapack
> was missing. For a small tutorial which related to the Eclipse PDE Build
> you can check here:
> http://www.vogella.de/articles/EclipsePDEBuild/article.html
>
> Best regards, Lars
>
>
> Andreas Goetz wrote:
>> I've done some more investigation with a simple PDE build using the
>> examples from
>> http://rcpquickstart.com/2007/06/06/getting-started-with-pde -build/
>>
>> Building against the RCP runtime works fine. This won't work for me
>> though as runtime doesn't contain all required features like e.g.
>> Common Navigator etc.
>>
>> Building against Eclipse SDK (even if separate install) continues to
>> fail with java.io.EOFException
>>
>>
>> So I believe it comes down to the question of how to do a PDE build
>> with required features not part of RCP runtime?
>>
>> All insight greatly appreciated!
>>
>> Thanks,
>> Andi
>
>
|
|
|
Re: Build fails: Unable to find feature [message #588334 is a reply to message #40060] |
Fri, 16 January 2009 20:06  |
Eclipse User |
|
|
|
Even straight-forward plugins seem to fail:
Bundle
org.eclipse.core.filesystem.win32.x86:
Host plug-in
org.eclipse.core.filesystem_[1.1.0,2.0.0) has not been found.
Bundle
org.eclipse.core.net.win32.x86:
Host plug-in
org.eclipse.core.net_1.1.0 has not been found.
Bundle
org.eclipse.core.resources.win32.x86:
Host plug-in
org.eclipse.core.resources_[3.4.0,3.5.0) has not been found.
Bundle
org.eclipse.equinox.launcher.win32.win32.x86:
Bundle
org.eclipse.equinox.security.win32.x86:
Host plug-in
org.eclipse.equinox.security_[1.0.0,2.0.0) has not been found.
Bundle
org.eclipse.swt.win32.win32.x86:
Bundle org.eclipse.ui.win32:
Host plug-in
org.eclipse.ui.ide_[3.2.0,4.0.0) has not been found.
Bundle org.eclipse.update.core.win32:
[eclipse.generateFeature] Host plug-in
org.eclipse.update.core_[3.0.0,4.0.0) has not been found.
Any idea what might be wrong with the target runtime definition (RCP
binary + Delta pack)?
Thanks,
Andi
|
|
|
Re: Build fails: Unable to find feature [message #588362 is a reply to message #40683] |
Sat, 17 January 2009 19:36  |
Eclipse User |
|
|
|
Andreas Goetz wrote:
> Even straight-forward plugins seem to fail:
>
> Bundle
> org.eclipse.core.filesystem.win32.x86:
> Host plug-in
> org.eclipse.core.filesystem_[1.1.0,2.0.0) has not been found.
> Bundle
> org.eclipse.core.net.win32.x86:
> Host plug-in
> org.eclipse.core.net_1.1.0 has not been found.
> Bundle
> org.eclipse.core.resources.win32.x86:
> Host plug-in
> org.eclipse.core.resources_[3.4.0,3.5.0) has not been found.
> Bundle
> org.eclipse.equinox.launcher.win32.win32.x86:
> Bundle
> org.eclipse.equinox.security.win32.x86:
> Host plug-in
> org.eclipse.equinox.security_[1.0.0,2.0.0) has not been found.
> Bundle
> org.eclipse.swt.win32.win32.x86:
> Bundle org.eclipse.ui.win32:
> Host plug-in
> org.eclipse.ui.ide_[3.2.0,4.0.0) has not been found.
> Bundle org.eclipse.update.core.win32:
> [eclipse.generateFeature] Host plug-in
> org.eclipse.update.core_[3.0.0,4.0.0) has not been found.
>
> Any idea what might be wrong with the target runtime definition (RCP
> binary + Delta pack)?
Is the delta pack and rcp binary co-located, ie., c:/dir/plugins ?
|
|
|
Re: Build fails: Unable to find feature [message #588387 is a reply to message #40783] |
Mon, 19 January 2009 06:54  |
Eclipse User |
|
|
|
I've setup c:\eclipse for my SDK and created c:\eclipse\runtime as base
folder for the rcp binary and delta pack. Thus the combined plugin of
rcp binary and delta pack end up in c:\eclipse\runtime\eclipse\plugins.
I've also configured build properties to match the runtime folder:
base=c:/eclipse/runtime
baseLocation=${base}/eclipse
Makes sense?
On 18.01.2009 01:36, Chris Aniszczyk wrote:
> Andreas Goetz wrote:
>> Even straight-forward plugins seem to fail:
>>
>> Bundle
>> org.eclipse.core.filesystem.win32.x86:
>> Host plug-in
>> org.eclipse.core.filesystem_[1.1.0,2.0.0) has not been found.
>> Bundle org.eclipse.core.net.win32.x86:
>> Host plug-in
>> org.eclipse.core.net_1.1.0 has not been found.
>> Bundle
>> org.eclipse.core.resources.win32.x86:
>> Host plug-in
>> org.eclipse.core.resources_[3.4.0,3.5.0) has not been found.
>> Bundle
>> org.eclipse.equinox.launcher.win32.win32.x86:
>> Bundle
>> org.eclipse.equinox.security.win32.x86:
>> Host plug-in
>> org.eclipse.equinox.security_[1.0.0,2.0.0) has not been found.
>> Bundle org.eclipse.swt.win32.win32.x86:
>> Bundle org.eclipse.ui.win32:
>> Host plug-in
>> org.eclipse.ui.ide_[3.2.0,4.0.0) has not been found.
>> Bundle org.eclipse.update.core.win32:
>> [eclipse.generateFeature] Host plug-in
>> org.eclipse.update.core_[3.0.0,4.0.0) has not been found.
>>
>> Any idea what might be wrong with the target runtime definition (RCP
>> binary + Delta pack)?
>
> Is the delta pack and rcp binary co-located, ie., c:/dir/plugins ?
|
|
|
[Solved] Re: Build fails: Unable to find feature [message #590454 is a reply to message #38640] |
Sun, 25 January 2009 12:35  |
Eclipse User |
|
|
|
I've solved this issue by setting up the target runtime environment
again. Runtime needs to consist of
Eclipse Platform SDK + RCP Delta Pack
The previous Eclipse SDK + RCP Delta Pack or RCP Runtime + RCP Delta
Pack were both not sufficient.
Hope this helps,
Andi
|
|
|
Powered by
FUDForum. Page generated in 0.05241 seconds