Yes I have successfully build orbit ,kernel. After that I tried to build
the platform module wise. That where this error rises.

On Thu, May 24, 2012 at 10:39 AM, Dileepa Jayakody <[email protected]> wrote:

> Hi Andun,
>
> Did you build carbon kernel before building platform?
>
> The build order of carbon is as follows;
> 1. orbit
> 2. kernel
> 3. platform
>
> Regards,
> Dileepa
>
> On Thu, May 24, 2012 at 10:16 AM, Andun Gunawardena <[email protected]>wrote:
>
>> I am trying to build Carbon Platform. I have successfully build the
>> parent,dependencies,service-stubs modules. When I tried to build components
>> module. It gives the following error given below. I have updated the trunk
>> and tried it again. Same error raises again. What should I do?
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.registry.extensions:
>> Compilation failure: Compilation failure:
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[962,53]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[1052,36]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[1057,20]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[1143,49]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/SchemaProcessor.java:[561,48]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/SchemaProcessor.java:[696,34]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/SchemaProcessor.java:[701,20]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/PolicyMediaTypeHandler.java:[185,40]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/PolicyMediaTypeHandler.java:[189,26]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/EndpointMediaTypeHandler.java:[118,40]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/EndpointMediaTypeHandler.java:[131,24]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/PeopleMediaTypeHandler.java:[68,46]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/PeopleMediaTypeHandler.java:[72,24]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/SLAMediaTypeHandler.java:[107,35]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/SLAMediaTypeHandler.java:[111,24]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/EndpointUtils.java:[503,33]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/EndpointUtils.java:[512,20]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ProcessMediaTypeHandler.java:[111,39]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ProcessMediaTypeHandler.java:[115,24]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[140,39]
>> cannot find symbol
>> [ERROR] symbol  : method getUUID()
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>> [ERROR]
>> /home/andunslg/My_Works/Carbon/platform/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[144,24]
>> cannot find symbol
>> [ERROR] symbol  : method setUUID(java.lang.String)
>> [ERROR] location: interface org.wso2.carbon.registry.core.Resource
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Dileepa Jayakody,
> Software Engineer, WSO2 Inc.
> Lean . Enterprise . Middleware
>
> Mobile : +94777-857616
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to