Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Help building debug app product

(this may be what you said) I believe that is because the current
debug product is built from plug-ins instead of features. I assume
that it was done that way to ensure that the minimal set of plugins
are included.

The standalone debugger doesn't have any way of accessing the
templates (or projects at all for that matter). Therefore there may be
a separation of concerns issue by adding templates as a dependency. Or
at least it would be, except that at the moment o.e.c.ui already sucks
in loads of stuff that is not needed for standalone debugger.

HTH
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 10 August 2016 at 00:10, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
> That would suck. I didn¹t have to do any of that to my Momentics product
> file. In fact, it has a single feature which sucks in all the rest.
>
> On 2016-08-09, 6:47 PM, "cdt-dev-bounces@xxxxxxxxxxx on behalf of Jonah
> Graham" <cdt-dev-bounces@xxxxxxxxxxx on behalf of jonah@xxxxxxxxxxxxxxxx>
> wrote:
>
>>I think you have to add the plugin explicitly into
>>/org.eclipse.cdt.debug.application.product/debug.product (Contents
>>tab)
>>~~~
>>Jonah Graham
>>Kichwa Coders Ltd.
>>www.kichwacoders.com
>>
>>
>>On 9 August 2016 at 23:38, Doug Schaefer <dschaefer@xxxxxxxxxxxxxx> wrote:
>>> Hey gang,
>>>
>>> I¹m getting this error in my verify job for a recent change:
>>>
>>> 16:38:37  [INFO] ---
>>>tycho-p2-director-plugin:0.25.0:materialize-products
>>> (materialize-products) @ org.eclipse.cdt.debug.application.product ---
>>> 16:38:37  [INFO] Installing product
>>> org.eclipse.cdt.debug.application.product for environment linux/gtk/x86
>>>to
>>>
>>>/jobs/genie.cdt/cdt-verify/workspace_2/debug/org.eclipse.cdt.debug.applic
>>>ation.product/target/products/org.eclipse.cdt.debug.application.product/l
>>>inux/gtk/x86/cdt-stand-alone-debugger
>>> 16:38:37  Installing org.eclipse.cdt.debug.application.product
>>> 9.0.0.201608091955.
>>> 16:38:37  Installation failed.
>>> 16:38:37  Cannot complete the install because one or more required items
>>> could not be found.
>>> 16:38:37   Software being installed: Stand-alone C/C++ GDB Debugger
>>> 9.0.0.201608091955 (org.eclipse.cdt.debug.application.product
>>> 9.0.0.201608091955)
>>> 16:38:38   Missing requirement: C/C++ Development Tools UI
>>> 6.1.0.201608091955 (org.eclipse.cdt.ui 6.1.0.201608091955) requires
>>>'bundle
>>> org.eclipse.tools.templates.ui 1.1.0' but it could not be found
>>> 16:38:38   Cannot satisfy dependency:
>>> 16:38:38    From: Stand-alone C/C++ GDB Debugger 9.0.0.201608091955
>>> (org.eclipse.cdt.debug.application.product 9.0.0.201608091955)
>>> 16:38:38    To: org.eclipse.cdt.ui [6.1.0.201608091955]
>>> 16:38:38  Application failed, log file location:
>>> /jobs/genie.cdt/cdt-verify/workspace_2/workspace/.metadata/.log
>>>
>>>
>>> Now cdt.ui built fine, it was able to find the templates.ui bundle. Why
>>> can¹t the product find it?
>>>
>>> Thanks,
>>> Doug
>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@xxxxxxxxxxx
>>> To change your delivery options, retrieve your password, or unsubscribe
>>>from
>>> this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>_______________________________________________
>>cdt-dev mailing list
>>cdt-dev@xxxxxxxxxxx
>>To change your delivery options, retrieve your password, or unsubscribe
>>from this list, visit
>>https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top