Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cosmos-dev] COSMOS build Failure- Compilation Errors.

Whoever refactored org.eclipse.cosmos.common to internal/provisional did not adjust all the references to it.

 

- JT

 

 


From: cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of Jagmit Singh
Sent: Thursday, May 15, 2008 4:17 PM
To: cosmos-dev@xxxxxxxxxxx
Subject: [cosmos-dev] COSMOS build Failure- Compilation Errors.

 

The cosmos build is failing with following compilation errors. please fix these errors.

/shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws/src/org/eclipse/cosmos/dc/stat/datamgr/axis/StatisticalDataManager.java:25: package org.eclipse.cosmos.common.exceptions does not exist
   [javac] import org.eclipse.cosmos.common.exceptions.CosmosException;
   [javac]                                             ^
   [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws/src/org/eclipse/cosmos/dc/stat/datamgr/axis/StatisticalDataManager.java:45: cannot find symbol
   [javac] symbol  : class CosmosException
   [javac] location: class org.eclipse.cosmos.dc.stat.datamgr.axis.StatisticalDataManager
   [javac]     public OMElement getStatDataForSources(String dataset, String keyset, int start, int size) throws CosmosException
   [javac]                                                                                                           ^
   [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.stat.datamgr.ws/src/org/eclipse/cosmos/dc/stat/datamgr/axis/StatisticalDataManager.java:56: cannot find symbol
   [javac] symbol  : class CosmosException
   [javac] location: class org.eclipse.cosmos.dc.stat.datamgr.axis.StatisticalDataManager
   [javac]     public OMElement getDatasourceKeysets() throws CosmosException





Regards,
Jagmit Singh
jagmits@xxxxxxxxxx
1-905-413-2496


Back to the top