Hi IS Team, Could you please have a look on following build failure..
[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6:47.470s [INFO] Finished at: Mon Mar 31 22:54:44 IST 2014 [INFO] Final Memory: 200M/410M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project org.wso2.carbon.identity.application.authenticator.basicauth: Compilation failure: Compilation failure: [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[12,68] cannot find symbol [ERROR] symbol : class AuthenticatorStateInfoDTO [ERROR] location: package org.wso2.carbon.identity.application.authentication.framework [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[162,37] cannot find symbol [ERROR] symbol : class AuthenticatorStateInfoDTO [ERROR] location: class org.wso2.carbon.identity.application.authenticator.basicauth.BasicAuthenticator [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[198,8] cannot find symbol [ERROR] symbol : class AuthenticatorStateInfoDTO [ERROR] location: class org.wso2.carbon.identity.application.authenticator.basicauth.BasicAuthenticator [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[27,7] org.wso2.carbon.identity.application.authenticator.basicauth.BasicAuthenticator is not abstract and does not override abstract method logout(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,org.wso2.carbon.identity.application.authentication.framework.context.AuthenticationContext) in org.wso2.carbon.identity.application.authentication.framework.ApplicationAuthenticator [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[160,4] method does not override or implement a method from a supertype [ERROR] /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.application.authenticator.basicauth/4.2.2/src/main/java/org/wso2/carbon/identity/application/authenticator/basicauth/BasicAuthenticator.java:[197,1] method does not override or implement a method from a supertype [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.identity.application.authenticator.basicauth Thanks Shammi On Mon, Mar 31, 2014 at 2:12 PM, Johann Nallathamby <[email protected]> wrote: > 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>* > -- Best Regards, * Shammi Jayasinghe* Associate Tech Lead WSO2, Inc.; http://wso2.com, mobile: +94 71 4493085
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
