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

That was me, sorry, will fix it as soon as I figure out how.

 

The DataManager package which up until now has been a stub package really, now actually does webservicey things.

So there is a new dependency on webservice objects, and so the build path in my dev environment did not apparently translate into being able to build in a production

Environment.

 

- JT

 

 


From: cosmos-dev-bounces@xxxxxxxxxxx [mailto:cosmos-dev-bounces@xxxxxxxxxxx] On Behalf Of Jagmit Singh
Sent: Monday, July 21, 2008 8:15 AM
To: Cosmos Dev
Subject: [cosmos-dev] COSMOS Build Failure- Compilation Errors

 

The recent COSMOS build is failing with following compilation errors. Please fix these compilation errors

1. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 29)
import org.apache.axiom.om.OMAbstractFactory;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
2. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 30)
import org.apache.axiom.om.OMElement;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
3. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 31)
import org.apache.axiom.om.OMFactory;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved
----------
4. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.datamanager/src/org/eclipse/cosmos/dc/provisional/datamanager/DataManager.java (at line 32)
import org.apache.axiom.om.OMNamespace;
       ^^^^^^^^^^^^^^^^
The import org.apache.axiom cannot be resolved


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


Back to the top