Hi,
I'm also getting this. I think the version of the stub dependency in the ui
component is referring to 4.0.0 version.
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.rest.api.stub</artifactId>
</dependency>
I think it should be 4.0.1. The following solves the problem,
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.rest.api.stub</artifactId>
<version>${project.version}</version>
</dependency>
Thanks,
Sinthuja.
On Thu, Aug 9, 2012 at 6:21 PM, Tharindu Mathew <[email protected]> wrote:
> Everything is up to date. Please fix...
>
>
> On Thu, Aug 9, 2012 at 6:17 PM, Udayanga Wickramasinghe <[email protected]
> > wrote:
>
>>
>>
>> On Thu, Aug 9, 2012 at 6:05 PM, Tharindu Mathew <[email protected]>wrote:
>>
>>> Please fix...
>>>
>>
>> I think you need to take a svn up on
>> components/rest-api/org.wso2.carbon.rest.api
>> and service-stubs/org.wso2.carbon.rest.api.stub
>>
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 2:47.437s
>>> [INFO] Finished at: Thu Aug 09 18:00:01 IST 2012
>>> [INFO] Final Memory: 51M/150M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project org.wso2.carbon.rest.api.ui: Compilation
>>> failure: Compilation failure:
>>> [ERROR]
>>> /Users/mackie/source-checkouts/carbon/platform/branches/4.0.0/components/rest-api/org.wso2.carbon.rest.api.ui/4.0.1/src/main/java/org/wso2/carbon/rest/api/ui/client/RestApiAdminClient.java:[83,14]
>>> cannot find symbol
>>> [ERROR] symbol : method getAPIsForListing(int,int)
>>> [ERROR] location: class org.wso2.carbon.rest.api.stub.RestApiAdminStub
>>> [ERROR]
>>> /Users/mackie/source-checkouts/carbon/platform/branches/4.0.0/components/rest-api/org.wso2.carbon.rest.api.ui/4.0.1/src/main/java/org/wso2/carbon/rest/api/ui/client/RestApiAdminClient.java:[92,14]
>>> cannot find symbol
>>> [ERROR] symbol : method getAPICount()
>>> [ERROR] location: class org.wso2.carbon.rest.api.stub.RestApiAdminStub
>>> [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.rest.api.ui
>>>
>>> --
>>> Regards,
>>>
>>> Tharindu
>>>
>>> blog: http://mackiemathew.com/
>>> M: +94777759908
>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> [email protected]
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Udayanga Wickramasinghe*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: **[email protected]* <[email protected]>* cell: +94 (77)
>> 983-4365
>> blog: **http://udayangawiki.blogspot.com*<http://udayangawiki.blogspot.com/>
>> *
>> twitter:
>> **http://twitter.com/udayanga_wick*<http://twitter.com/udayanga_wick>
>> *
>> *
>>
>
>
>
> --
> Regards,
>
> Tharindu
>
> blog: http://mackiemathew.com/
> M: +94777759908
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev