Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] Build Failure (compilation errors)

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


1. ERROR in
/tmp/cosmos/plugins/org.eclipse.cosmos.example.mdr/src-test/org/eclipse/cosmos/example/mdr/test/Test.java
 (at line 26)
             import org.eclipse.cosmos.dc.mdr.client.MdrClient;
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.cosmos.dc.mdr.client cannot be resolved
----------
2. ERROR in
/tmp/cosmos/plugins/org.eclipse.cosmos.example.mdr/src-test/org/eclipse/cosmos/example/mdr/test/Test.java
 (at line 43)
             MdrClient client = new MdrClient(epr);
             ^^^^^^^^^
MdrClient cannot be resolved to a type
----------
3. ERROR in
/tmp/cosmos/plugins/org.eclipse.cosmos.example.mdr/src-test/org/eclipse/cosmos/example/mdr/test/Test.java
 (at line 43)
             MdrClient client = new MdrClient(epr);
                                    ^^^^^^^^^
MdrClient cannot be resolved to a type
----------
3 problems (3 errors)[3 .class files generated]

Regards,
Jagmit



Back to the top