Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Headless build problem
Headless build problem [message #459370] Thu, 30 November 2006 12:44 Go to next message
Eclipse UserFriend
Hello,

I'm having some kind of problem with a headless build I'm tryindo to setup
for a RCP application: it's just a Hello RCP application, with a simple
feature including the main plugin and the eclipse RCP feature.

If I export the product with the IDE option, it works flawlessly.

But when I try run the headless build, as described in the 3.2 help topic
( http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. pde.doc.user/guide/tasks/pde_product_build.htm),
it gives me an " Some inter-plug-in dependencies have not been satisfied."
error, complaining about "Host plug-in
org.eclipse.jdt.source_3.2.1.r321_v20060905-R4CM1Znkvre9wC- has not been
found."

This plugin is in my baseLocation directory, so I don't know why it cannot
be found.

Any clues?

Thanks,

Guilherme Bradasch
Re: Headless build problem [message #459424 is a reply to message #459370] Fri, 01 December 2006 00:53 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
is the jdt plugin the only missing Plugin?
Is the dependency to the rcp feature in your .product config?
karsten
Re: Headless build problem [message #459436 is a reply to message #459424] Fri, 01 December 2006 07:23 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I don`t know if the jdt plugin is the only one missing, since the build
stops complaining about it not being there.
But the RCP feature is on my config.

The interesting thing is that if I run the builder like recommended in the
eclipse RCP Book, it works - running -application
org.eclipse.pde.build.Build -consolelog, but I have to configure a feature
that includes the product and the rootfiles.

Hope that helps,

Guilherme

"Karsten Panier" <karsten.panier@aysada.de> escreveu na mensagem
news:ekog13$ik7$1@utils.eclipse.org...
> Hi,
> is the jdt plugin the only missing Plugin?
> Is the dependency to the rcp feature in your .product config?
> karsten
>
Re: Headless build problem [message #459450 is a reply to message #459370] Fri, 01 December 2006 10:25 Go to previous message
Eclipse UserFriend
Guilherme,

This is what I'm guessing, please clarify if I'm wrong:
1) Your target (baseLocation) is RCP + the RCP delta pack (?)

If this is true, then your target contains the
org.eclipse.jdt.source.macosx.carbon.ppc fragment, but not the host
org.eclipse.jdt.source.

2) The fact that this only happens when trying a product build instead of a
normal feature build, implies to me that the error is coming from the 2nd
generateFeature step.

The message itself is explained by (1). However, this by itself should not have
stopped your build if you aren't actually including the jdt.source.* fragment in
your product. (Which you shouldn't be since it is not part of the RCP feature).

Can you confirm that your build actually did not finish, this message could
really be spurious and irrelevant. Is there anything else in the output? Look
for something like "BUILD FAILED" followed by what amounts to an Ant stack
trace. (It might not actually be at the bottom, since it would come from stderr
instead of stdout).

-Andrew

Guilherme Bradasch wrote:
> Hello,
>
> I'm having some kind of problem with a headless build I'm tryindo to setup
> for a RCP application: it's just a Hello RCP application, with a simple
> feature including the main plugin and the eclipse RCP feature.
>
> If I export the product with the IDE option, it works flawlessly.
>
> But when I try run the headless build, as described in the 3.2 help topic
> ( http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse. pde.doc.user/guide/tasks/pde_product_build.htm),
> it gives me an " Some inter-plug-in dependencies have not been satisfied."
> error, complaining about "Host plug-in
> org.eclipse.jdt.source_3.2.1.r321_v20060905-R4CM1Znkvre9wC- has not been
> found."
>
> This plugin is in my baseLocation directory, so I don't know why it cannot
> be found.
>

> The interesting thing is that if I run the builder like recommended in the
> eclipse RCP Book, it works - running -application
> org.eclipse.pde.build.Build -consolelog, but I have to configure a feature
> that includes the product and the rootfiles.

> Any clues?
>
> Thanks,
>
> Guilherme Bradasch
>
>
Previous Topic:Predefine dialog settings of problems view in a RCP
Next Topic:View or Editor? - a newbie design question
Goto Forum:
  


Current Time: Mon Apr 14 18:33:20 EDT 2025

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

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

Back to the top