Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] Compilation Errors from plugin (org.eclipse.cosmos.dc.birt.helper)

The COSMOS build is failing with following errors.  These errors are coming
from the plugin (org.eclipse.cosmos.dc.birt.helper)

5. ERROR in
/tmp/cosmos/plugins/org.eclipse.cosmos.dc.birt.helper/src/org/eclipse/cosmos/dc/birt/helper/StatHelper.java
 (at line 47)
             sds = dmc.getStatDataForSource(dataset,keyset,start,size);
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type mismatch: cannot convert from Collection<StatisticalTuple> to
Collection<StatisticalTuple>

Regards,
Jagmit



Back to the top