Hi,

I'm also getting the same error.

Thanks
Dulanja


On Tue, May 28, 2013 at 2:43 PM, Hasini Gunasinghe <[email protected]> wrote:

> Hi Vijitha,
>
> I took svn up under both components/governance & components/registry. But
> when trying to build platform/components, I still get the same error.
>
> Thanks,
> Hasini.
>
>
> On Mon, May 27, 2013 at 11:05 PM, Vijitha Kumara <[email protected]> wrote:
>
>> This is fixed, please update governance.registry.extensions component and
>> build.
>>
>>
>> On Mon, May 27, 2013 at 3:51 PM, Vijitha Kumara <[email protected]> wrote:
>>
>>> Running a new build in a clean repo, will check and update here.
>>>
>>>
>>> On Mon, May 27, 2013 at 3:33 PM, Hasini Gunasinghe <[email protected]>wrote:
>>>
>>>> Hi Vijitha,
>>>>
>>>> Still fails with the same error..
>>>>
>>>> Thanks,
>>>>  Hasini.
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 3:10 PM, Vijitha Kumara <[email protected]>wrote:
>>>>
>>>>> There was an error in relative path, can you update and check now?
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 3:04 PM, Hasini Gunasinghe <[email protected]>wrote:
>>>>>
>>>>>> Same fails with following compilation error as well. Appreciate if
>>>>>> this could be fixed.
>>>>>>
>>>>>> [INFO] BUILD FAILURE
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [INFO] Total time: 2:30.573s
>>>>>> [INFO] Finished at: Mon May 27 14:53:29 IST 2013
>>>>>> [INFO] Final Memory: 682M/924M
>>>>>> [INFO]
>>>>>> ------------------------------------------------------------------------
>>>>>> [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/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[433,14]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler
>>>>>> [ERROR]
>>>>>> /home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[433,14]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler
>>>>>> [ERROR]
>>>>>> /home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[265,20]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler
>>>>>> [ERROR]
>>>>>> /home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ServiceMediaTypeHandler.java:[434,19]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler
>>>>>> [ERROR]
>>>>>> /home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ZipWSDLMediaTypeHandler.java:[454,12]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler
>>>>>> [ERROR]
>>>>>> /home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ZipWSDLMediaTypeHandler.java:[454,46]
>>>>>> cannot find symbol
>>>>>> [ERROR] symbol  : class WADLProcessor
>>>>>> [ERROR] location: class
>>>>>> org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler
>>>>>> [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
>>>>>> [ERROR]
>>>>>> [ERROR] After correcting the problems, you can resume the build with
>>>>>> the command
>>>>>> [ERROR]   mvn <goals> -rf :org.wso2.carbon.registry.extensions
>>>>>>
>>>>>> Thanks,
>>>>>> Hasini.
>>>>>>
>>>>>> On Mon, May 27, 2013 at 2:49 PM, Hasini Gunasinghe 
>>>>>> <[email protected]>wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Trunk build failed with following error. Fixed with r173186. Please
>>>>>>> verify.
>>>>>>>
>>>>>>> [INFO] Scanning for projects...
>>>>>>> [ERROR] The build could not read 1 project -> [Help 1]
>>>>>>> [ERROR]
>>>>>>> [ERROR]   The project
>>>>>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:4.1.3
>>>>>>> (/home/hasini/WSO2/CARBON_TRUNK/carbon/platform/trunk/components/registry/org.wso2.carbon.registry.extensions/pom.xml)
>>>>>>> has 1 error
>>>>>>> [ERROR]     Non-resolvable parent POM: The repository system is
>>>>>>> offline but the artifact org.wso2.carbon:registry:pom:4.1.0 is not
>>>>>>> available in the local repository. and 'parent.relativePath' points at
>>>>>>> wrong local POM @ line 22, column 13 -> [Help 2]
>>>>>>> [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/ProjectBuildingException
>>>>>>> [ERROR] [Help 2]
>>>>>>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Hasini.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Dev mailing list
>>>>>> [email protected]
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Vijitha Kumara
>>>>> Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
>>>>>  email: [email protected]
>>>>>
>>>>>
>>>>> Lean . Enterprise . Middleware
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Vijitha Kumara
>>> Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
>>> email: [email protected]
>>>
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Vijitha Kumara
>> Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
>> email: [email protected]
>>
>>
>> Lean . Enterprise . Middleware
>>
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Dulanja Liyanage
Senior Software Engineer - WSO2 Inc.
M: +94776764717
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to