Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] COSMOS Build failure- Compilation Errors

Following plugins, are failing with compilation errors. Please fix these
errors soon.


Plugin: org.eclipse.cosmos.examples.e2e.dc.birt.helper

1. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.examples.e2e.dc.birt.helper/src/org/eclipse/cosmos/examples/e2e/dc/birt/helper/NewHelper.java
 (at line 38)
             e = dmc.getAllCBE(logfile);
                     ^^^^^^^^^
The method getAllCBE(String) is undefined for the type CBEClient

Plugin: org.eclipse.cosmos.dc.stat.datamgr.ws.client

1. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws.client/src/org/eclipse/cosmos/dc/stat/datamgr/ws/client/IStatisticalClient.java
 (at line 15)
             import
org.eclipse.cosmos.dc.stat.datamgr.ws.common.DataSourceKeyset;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc.stat.datamgr.ws.common cannot be resolved
----------
2. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws.client/src/org/eclipse/cosmos/dc/stat/datamgr/ws/client/IStatisticalClient.java
 (at line 18)
             public Collection<DataSourceKeyset> getDatasourceKeyset()
throws CosmosException;
                               ^^^^^^^^^^^^^^^^

plugin: org.eclipse.cosmos.dc.logging.datamgr.ws.client

1. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.logging.datamgr.ws.client/src/org/eclipse/cosmos/dc/logging/datamgr/ws/client/CBEClient.java
 (at line 29)
             import org.eclipse.tptp.logging.events.cbe.CommonBaseEvent;
                    ^^^^^^^^^^^^^^^^
The import org.eclipse.tptp cannot be resolved
----------
2. ERROR in
/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.logging.datamgr.ws.client/src/org/eclipse/cosmos/dc/logging/datamgr/ws/client/CBEClient.java
 (at line 30)
             import
org.eclipse.tptp.logging.events.cbe.impl.EventFactoryImpl;
                    ^^^^^^^^^^^^^^^^
The import org.eclipse.tptp cannot be resolved



Back to the top