Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Build fails: Unable to find feature
Build fails: Unable to find feature [message #38640] Sun, 28 December 2008 15:05 Go to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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
Re: Build fails: Unable to find feature [message #38718 is a reply to message #38640] Mon, 29 December 2008 13:32 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 #40060 is a reply to message #38718] Mon, 12 January 2009 14:49 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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


--
Lars Vogel
http://www.vogella.de/eclipse.html - Tutorials about Eclipse
http://www.vogella.de/articles/RichClientPlatform/article.ht ml - Eclipse
RCP Tutorial
Re: Build fails: Unable to find feature [message #40621 is a reply to message #40060] Fri, 16 January 2009 22:17 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 #40683 is a reply to message #40060] Sat, 17 January 2009 01:06 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 #40783 is a reply to message #40683] Sun, 18 January 2009 00:36 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
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 #40872 is a reply to message #40783] Mon, 19 January 2009 11:54 Go to previous messageGo to next message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 #42324 is a reply to message #38640] Sun, 25 January 2009 17:35 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 13:32 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 #588148 is a reply to message #38718] Mon, 12 January 2009 14:49 Go to previous message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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


--
Lars Vogel
http://www.vogella.de/eclipse.html - Tutorials about Eclipse
http://www.vogella.de/articles/RichClientPlatform/article.ht ml - Eclipse
RCP Tutorial
Re: Build fails: Unable to find feature [message #588317 is a reply to message #40060] Fri, 16 January 2009 22:17 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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] Sat, 17 January 2009 01:06 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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] Sun, 18 January 2009 00:36 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
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 11:54 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 17:35 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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
Previous Topic:[newbie] Accessing selected file
Next Topic:PDE build fails with optional dependencies
Goto Forum:
  


Current Time: Tue Mar 19 08:05:43 GMT 2024

Powered by FUDForum. Page generated in 0.03421 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top