Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-dd-dev] Dd.dsf.gdb-feature does not build

Title: Dd.dsf.gdb-feature does not build
Ok, bug logged with solution posted there.
 
Regards.
 
- Ling


From: dsdp-dd-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dd-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Pawel Piech
Sent: Tuesday, August 19, 2008 4:14 PM
To: Device Debugging developer discussions
Subject: Re: [dsdp-dd-dev] Dd.dsf.gdb-feature does not build


We haven't used this "export as deployable feature" before, but I can verify that it indeed doesn't work :-(  Please file a bug and if you have any idea how to fix it, your help would be greatly appreciated.

Cheers,
Pawel

Ling.5.Wang@xxxxxxxxx wrote:

Hi,

When "export as deployable feature" the org.eclipse.dd.dsf.gdb-feature,  I got bunch of build errors like this:

<------------------------------------------- quote ---------------
# 8/19/08 3:44:46 PM CDT
# Eclipse Java Compiler 0.874, 3.4.0, Copyright IBM Corp 2000, 2008. All rights reserved.
----------
1. ERROR in /mydisk/myworkspace/cvs_eclipseorg/org.eclipse.dd.gdb/src/org/eclipse/dd/gdb/internal/GdbPlugin.java (at line 1)

        /*******************************************************************************
        ^
The type org.eclipse.dd.dsf.concurrent.DataRequestMonitor cannot be resolved. It is indirectly referenced from required .class files

----------

3. ERROR in /mydisk/myworkspace/cvs_eclipseorg/org.eclipse.dd.gdb/src/org/eclipse/dd/gdb/internal/GdbPlugin.java (at line 19)

        import org.eclipse.dd.dsf.concurrent.DataRequestMonitor;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.dd.dsf.concurrent.DataRequestMonitor cannot be resolved
...
------------------------------------------------------------------------>


All other DSF features like gdb_launch-feature and sdk-feature can be exported well.

Could someone take a quick look ? Or should I just log this in bugzilla ?

Thanks.

- Ling


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


Back to the top