Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Nightly build fixed(?)

 
Sounds like you got the DSF/CDI dependency issues resolved by adding the new feature.  It worked for us!
 
Thanks,
 
-- Ed


From: John Cortell [mailto:rat042@xxxxxxxxxxxxx]
Sent: Friday, April 09, 2010 3:46 PM
To: CDT General developers list.; CDT General developers list.; CDT General developers list.
Cc: cdt-dev@xxxxxxxxxxx; cdt-dev-bounces@xxxxxxxxxxx
Subject: Re: [cdt-dev] Nightly build broken

Oh, but I just read Ed's email again, and I'm thinking this will just shift the issue he's seeing, but not fix it. That is, if we move the new plugins into the CDI-GDB feature, the DSF-GDB feature build will fail since it relies on those plugins but doesn't have a dependency on the CDI-GDB feature. Ed, is that right?

The dedicated feature is sounding more and more like the needed solution.

John

At 03:27 PM 4/9/2010, John Cortell wrote:
Given that existing DSF-feature --> CDI-feature dependency, your suggestion makes sense to me. If someone finds fault with it, then the dedicated feature will be the way to go.

John

At 03:23 PM 4/9/2010, Vivian Kong wrote:

Actually it looks like org.eclipse.cdt.gnu.dsf already have some dependencies on org.eclipse.cdt.gnu.debug feature (it depends on org.eclipse.cdt.launch, which is in o.e.cdt.gnu.debug)...so maybe we can move o.e.cdt.gdb* to the o.e.cdt.gnu.debug feature?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for Vivian Kong---04/09/2010 03:56:52 PM-  Vivian Kong---04/09/2010 03:56:52 PM---Hi everyone, The nightly build is broken:

[]
From:
Vivian Kong/Toronto/IBM@IBMCA
[]
To:
cdt-dev@xxxxxxxxxxx
[]
Date:
04/09/2010 03:56 PM
[]
Subject:
[cdt-dev] Nightly build broken
[]
Sent by:
cdt-dev-bounces@xxxxxxxxxxx




Hi everyone,

The nightly build is broken:

/opt/public/download-staging.priv/tools/cdt/releng/org.eclipse.cdt/all/org.eclipse.cdt.releng/tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.0.v20091204/scripts/genericTargets.xml:106: Bundle org.eclipse.cdt.debug.mi.core_7.0.0.201004090808 failed to resolve.:
Missing required plug-in org.eclipse.cdt.gdb_7.0.0.

The new cdt.gdb.* plugins are missing from the cdt.map file. I'll add them in.

However, both features org.eclipse.cdt.gnu.debug and org.eclipse.cdt.gnu.dsf have dependencies on the new org.eclipse.cdt.gdb plugin. Should the new plugin be part of the cdt.platform feature instead of cdt.gnu.dsf feature?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

Back to the top