Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] "Eclipse C/C++ GDB Hardware Debugging" Missing from M7 Build?

Sorry about that...yes I have bumped up o.e.cdt.debug.gdbjtag feature version to 7.0 (since one of its plugins is now at 7.0) but I forgot to do that in the update site's site.xml. I've fix this. The next build will contain this fix.

Rest assure that the feature is still there in the update site zip. It is not listed in site.xml and therefore p2 didn't see it.

To fix this manually, you can extract the update site zip, remove artifacts.jar and content.jar, and edit site.xml:

Change:

<feature id="org.eclipse.cdt.debug.gdbjtag" url="" version="5.1.0.201005031211">
<category name="CDT Optional Features"/>
</feature>

to this:

<feature id="org.eclipse.cdt.debug.gdbjtag" url="" version="7.0.0.201005031211">
<category name="CDT Optional Features"/>
</feature>

You can then zip up the update site again and add it to p2.

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for "Bruce Griffith" ---05/06/2010 01:41:43 PM---It's kind of weird.  I just installed the feature using "Bruce Griffith" ---05/06/2010 01:41:43 PM---It's kind of weird. I just installed the feature using one of the older nightly builds and then did


From:

"Bruce Griffith" <Bruce.Griffith@xxxxxxxxxx>

To:

<elaskavaia.cdt@xxxxxxxxx>, "'CDT General developers list.'" <cdt-dev@xxxxxxxxxxx>

Date:

05/06/2010 01:41 PM

Subject:

RE: [cdt-dev] "Eclipse C/C++ GDB Hardware Debugging" Missing from M7 Build?

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




It's kind of weird.  I just installed the feature using one of the older
nightly builds and then did an upgrade.  The upgrade found "GDB Hardware
Debugging" in the M7 build.  I'm running a Windows 64-bit JVM with the
Windows 64-bit SDK.  I wonder if the symptoms are different on 32-bit?

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [
mailto:cdt-dev-bounces@xxxxxxxxxxx] On
Behalf Of Alena Laskavaia
Sent: Thursday, 06 May 2010 11:06 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] "Eclipse C/C++ GDB Hardware Debugging" Missing from
M7 Build?

It was not indented. I know Vivian changed its version to 7.0 on Apr
28 - could it be the problem somehow?

On Thu, May 6, 2010 at 11:27 AM, Bruce Griffith
<Bruce.Griffith@xxxxxxxxxx> wrote:
> “Eclipse C/C++ GDB Hardware Debugging” does not appear as a feature when I
> try to install from the M7 build zip file or the April 30th nightly build.
> I see it in the nightly build from April 27th, April 16th, and April 12th.
>   Has this been de-featured or am I doing something wrong?
>
> _______________________________________________
> 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


GIF image

GIF image


Back to the top