Skip to main content

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

Title: Dd.dsf.gdb-feature does not build

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


Back to the top