This is fixed with r199245.

On Mon, Mar 31, 2014 at 1:31 PM, Shammi Jayasinghe <[email protected]> wrote:

> Hi Johan,
>
> i am getting following compilation failure in building chunk08 of turing
> branch and i guess that is happening with renaming of methods with the
> commit 199210. Could you please have a look.
>
> Thanks
> Shammi
>
> [INFO] WSO2 Carbon - Patch releases - features - Aggregator Module
>
> [INFO]
>
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Building WSO2 Carbon - Identity Application Authentication
> Framework 4.2.2
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO]
>
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
> org.wso2.carbon.identity.application.authentication.framework ---
>
> [INFO] Deleting
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/target
>
> [INFO]
>
> [INFO] --- incremental-build-plugin:1.3:incremental-build (default) @
> org.wso2.carbon.identity.application.authentication.framework ---
>
> [INFO] Verifying module descriptor ...
>
> [INFO] Pom descriptor modification detected.
>
> [INFO] Deleting
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/target
>
> [INFO]
>
> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
> org.wso2.carbon.identity.application.authentication.framework ---
>
> [debug] execute contextualize
>
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>
> [INFO] Copying 0 resource
>
> [INFO]
>
> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
> org.wso2.carbon.identity.application.authentication.framework ---
>
> [INFO] Compiling 44 source files to
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/target/classes
>
> [INFO] -------------------------------------------------------------
>
> [ERROR] COMPILATION ERROR :
>
> [INFO] -------------------------------------------------------------
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[134,25]
> cannot find symbol
>
> symbol  : method isFbauthEnabled()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[135,28]
> cannot find symbol
>
> symbol  : method isFbauthDefault()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[136,24]
> cannot find symbol
>
> symbol  : method getFbauthAuthzUrl()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[137,24]
> cannot find symbol
>
> symbol  : method getFbauthTokenUrl()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[138,27]
> cannot find symbol
>
> symbol  : method getFbauthUserInfoUrl()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[139,21]
> cannot find symbol
>
> symbol  : method getFbauthScope()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[140,24]
> cannot find symbol
>
> symbol  : method getFbauthClientId()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[141,28]
> cannot find symbol
>
> symbol  : method getFbauthClientSecret()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authentication.framework/4.2.2/src/main/java/org/wso2/carbon/identity/application/authentication/framework/config/dto/ExternalIdPConfig.java:[142,32]
> cannot find symbol
>
> symbol  : method isFbauthUserIdInClaims()
>
> location: class org.wso2.carbon.idp.mgt.common.model.IdentityProviderDO
>
> [INFO] 9 errors
>
> [INFO] -------------------------------------------------------------
>
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Reactor Summary:
>
> [INFO]
>
> [INFO] WSO2 Carbon - Identity Application Authentication Framework
> FAILURE [1.749s]
> --
> Best Regards,
>
> *  Shammi Jayasinghe*
> Associate Tech Lead
> WSO2, Inc.; http://wso2.com,
> mobile: +94 71 4493085
>
>


-- 
Thanks & Regards,

*Johann Dilantha Nallathamby*
Senior Software Engineer
Integration Technologies Team
WSO2, Inc.
lean.enterprise.middleware

Mobile - *+94777776950*
Blog - *http://nallaa.wordpress.com <http://nallaa.wordpress.com>*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to