Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] Compilation error from plugin org.eclipse.cosmos.dc.birt.helper

The recent COSMOS build is failng with the following compilation errors.
The failure is coming from the plugin org.eclipse.cosmos.dc.birt.helper.
Please fix these error soon. I plan to announce another weekly candidate
driver today.


. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.birt.helper/src/org/eclipse/cosmos/dc/birt/helper/NewHelper.java
 (at line 17)
             import
org.eclipse.cosmos.dc.logging.datamgr.axis.client.CBEClient;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc.logging.datamgr.axis cannot be resolved
----------
6. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.birt.helper/src/org/eclipse/cosmos/dc/birt/helper/NewHelper.java
 (at line 18)
             import
org.eclipse.cosmos.dc.logging.datamgr.axis.client.CBESeverityCount;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc.logging.datamgr.axis cannot be resolved
----------
7. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.birt.helper/src/org/eclipse/cosmos/dc/birt/helper/NewHelper.java
 (at line 32)
             CBEClient dmc = null;
             ^^^^^^^^^
CBEClient cannot be resolved to a type
----------

CBEClient cannot be resolved to a type

Regards,
Jagmit



Back to the top