Headless build problem [message #459370] |
Thu, 30 November 2006 12:44  |
Eclipse User |
|
|
|
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 #459450 is a reply to message #459370] |
Fri, 01 December 2006 10:25  |
Eclipse User |
|
|
|
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
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02680 seconds