I am getting following during the build.

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[30,60]
cannot find symbol
symbol  : class ProxyKeyspaceInitialInfo
location: package org.wso2.carbon.cassandra.cluster.proxy.stub.data.xsd
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[31,60]
cannot find symbol
symbol  : class ProxyNodeInitialInfo
location: package org.wso2.carbon.cassandra.cluster.proxy.stub.data.xsd
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[371,11]
cannot find symbol
symbol  : class ProxyNodeInitialInfo
location: class
org.wso2.carbon.cassandra.cluster.mgt.ui.operation.ClusterNodeOperationsAdminClient
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[380,11]
cannot find symbol
symbol  : class ProxyKeyspaceInitialInfo
location: class
org.wso2.carbon.cassandra.cluster.mgt.ui.operation.ClusterNodeOperationsAdminClient
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[374,49]
cannot find symbol
symbol  : method getNodeInitialInfo(java.lang.String)
location: class
org.wso2.carbon.cassandra.cluster.proxy.stub.operation.ClusterOperationProxyAdminStub
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[383,49]
cannot find symbol
symbol  : method getKeyspaceInitialInfo(java.lang.String)
location: class
org.wso2.carbon.cassandra.cluster.proxy.stub.operation.ClusterOperationProxyAdminStub
[INFO] 6 errors
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4.791s
[INFO] Finished at: Thu Dec 06 07:28:22 IST 2012
[INFO] Final Memory: 27M/130M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.cassandra.cluster.mgt.ui:
Compilation failure: Compilation failure:
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[30,60]
cannot find symbol
[ERROR] symbol  : class ProxyKeyspaceInitialInfo
[ERROR] location: package
org.wso2.carbon.cassandra.cluster.proxy.stub.data.xsd
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[31,60]
cannot find symbol
[ERROR] symbol  : class ProxyNodeInitialInfo
[ERROR] location: package
org.wso2.carbon.cassandra.cluster.proxy.stub.data.xsd
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[371,11]
cannot find symbol
[ERROR] symbol  : class ProxyNodeInitialInfo
[ERROR] location: class
org.wso2.carbon.cassandra.cluster.mgt.ui.operation.ClusterNodeOperationsAdminClient
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[380,11]
cannot find symbol
[ERROR] symbol  : class ProxyKeyspaceInitialInfo
[ERROR] location: class
org.wso2.carbon.cassandra.cluster.mgt.ui.operation.ClusterNodeOperationsAdminClient
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[374,49]
cannot find symbol
[ERROR] symbol  : method getNodeInitialInfo(java.lang.String)
[ERROR] location: class
org.wso2.carbon.cassandra.cluster.proxy.stub.operation.ClusterOperationProxyAdminStub
[ERROR]
/opt/build/trunk/carbon/platform/branches/4.0.0/components/cassandra/org.wso2.carbon.cassandra.cluster.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/cassandra/cluster/mgt/ui/operation/ClusterNodeOperationsAdminClient.java:[383,49]
cannot find symbol
[ERROR] symbol  : method getKeyspaceInitialInfo(java.lang.String)
[ERROR] location: class
org.wso2.carbon.cassandra.cluster.proxy.stub.operation.ClusterOperationProxyAdminStub
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


Regards
Buddhika
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to