Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cosmos-dev] Build Failure - Compilation Errors


For the validation error, you will have to change the build to compile with the Xerces 2.9 plugin ahead of the IBM JRE on the bootpath.

David
---
David Whiteman | Tivoli Autonomic Computing
Eclipse COSMOS project committer |
http://www.eclipse.org/cosmos/
david_whiteman@xxxxxxxxxx | 919-254-8224 | T/L 444-8224



From: Jagmit Singh <jagmits@xxxxxxxxxx>
To: cosmos-dev@xxxxxxxxxxx
Date: 07/08/2008 11:24 AM
Subject: [cosmos-dev] Build Failure - Compilation Errors





The build is failing with following compilation errors, please correct those

plugin: org.eclipse.cosmos.rm.validation

5. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.rm.validation/src/org/eclipse/cosmos/rm/internal/validation/databuilders/AbstractDataBuilder.java (at line 601)
XSObjectList xsObjectList = elementDeclaration.getAnnotations();
^^^^^^^^^^^^^^
The method getAnnotations() is undefined for the type XSElementDeclaration

plugin: org.eclipse.cosmos.dr.ps.common

4. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dr.ps.common/src/org/eclipse/cosmos/provisional/dr/ps/common/Template.java (at line 18)
import org.eclipse.cosmos.dc.broker.provisional.client.BrokerClient;
^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc cannot be resolved
----------
5. ERROR in /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dr.ps.common/src/org/eclipse/cosmos/provisional/dr/ps/common/Template.java (at line 19)
import org.eclipse.cosmos.dc.broker.provisional.client.DataManager;
^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc cannot be resolved
----------


Regards,
Jagmit Singh
jagmits@xxxxxxxxxx
1-905-413-2496
_______________________________________________
cosmos-dev mailing list
cosmos-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cosmos-dev



Back to the top