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

Hi Jagmit,

There were no changes in org.eclipse.cosmos.dc.cmdbf since yesterday's good build. The error seems to be build related. The org.eclipse.cosmos.dc.cmdbf plugin was compiled properly as part of the PDE build. The error occured in dc-ws-build.xml which is called afterwards. I'm not sure why the build needs to recompile the classes in this plugin. You just need to get them from the PDE build. (eclipse/plugins/org.eclipse.cosmos.dc.cmdbf_1.0.0.v200806110821/cmdbf-ws.jar) Please investigate what's changed in the build that may have affected it.

BTW, the links under the "Quality" column of the table on the build download page are broken.

Thanks,
_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382
Inactive hide details for Jagmit Singh/Toronto/IBM@IBMCAJagmit Singh/Toronto/IBM@IBMCA


          Jagmit Singh/Toronto/IBM@IBMCA
          Sent by: cosmos-dev-bounces@xxxxxxxxxxx

          06/11/2008 09:19 AM

          Please respond to
          Cosmos Dev <cosmos-dev@xxxxxxxxxxx>

To

cosmos-dev@xxxxxxxxxxx

cc


Subject

[cosmos-dev] cosmos build failure- compilation errors

The cosmos build is failing with following errors. Please fix them

build-cmdbf-ws:
  [mkdir] Created dir: /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/classes
  [javac] Compiling 7 source files to /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/classes
  [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/src/org/eclipse/cosmos/dc/provisional/cmdbf/exception/CMDBfException.java:13: package org.eclipse.cosmos.common.provisional.exceptions does not exist
  [javac] import org.eclipse.cosmos.common.provisional.exceptions.CosmosException;
  [javac]                                                         ^
  [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/src/org/eclipse/cosmos/dc/provisional/cmdbf/exception/CMDBfException.java:15: cannot find symbol
  [javac] symbol: class CosmosException
  [javac] public class CMDBfException extends CosmosException {
  [javac]                                     ^
  [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/src/org/eclipse/cosmos/dc/provisional/cmdbf/query/client/QueryServiceClient.java:56: incompatible types
  [javac] found   : org.eclipse.cosmos.dc.provisional.cmdbf.exception.CMDBfException
  [javac] required: java.lang.Throwable
  [javac]     public OMElement graphQuery(OMElement queryRequest) throws CMDBfException {
  [javac]                                                                    ^
  [javac] /shared/technology/cosmos/workspace/plugins/org.eclipse.cosmos.dc.cmdbf/src/org/eclipse/cosmos/dc/provisional/cmdbf/query/client/QueryServiceClient.java:83: incompatible types
  [javac] found   : org.eclipse.cosmos.dc.provisional.cmdbf.exception.CMDBfException
  [javac] required: java.lang.Throwable
  [javac]                     throw new CMDBfException(e);




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

GIF image

GIF image

GIF image


Back to the top