I too got the same error. And omit this component to build ESB. Apart from this, the build looks stable.
On Thu, Mar 31, 2011 at 3:39 PM, Sameera Jayasoma <[email protected]> wrote: > Hi Pradeep, > > It seems there are more errors. Please have a look.. > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building CSG Agent module > [INFO] task-segment: [clean, install] > [INFO] > ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] snapshot > org.wso2.carbon:org.wso2.carbon.cloud.csg.stub:3.2.0-SNAPSHOT: checking for > updates from wso2-nexus > [INFO] snapshot > org.wso2.carbon:org.wso2.carbon.transport.mgt:3.2.0-SNAPSHOT: checking for > updates from wso2-nexus > [INFO] [incremental-build:incremental-build {execution: default}] > [INFO] Verifying module descriptor ... > [INFO] Pom descriptor modification detected. > [INFO] Deleting > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target > [INFO] [resources:resources {execution: default-resources}] > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] Copying 4 resources > [INFO] [compiler:compile {execution: default-compile}] > [INFO] Compiling 7 source files to > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target/classes > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[23,42] > package org.wso2.carbon.authenticator.proxy does not exist > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[24,42] > package org.wso2.carbon.authenticator.proxy does not exist > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[46,53] > cannot find symbol > symbol : class LoginAuthenticationExceptionException > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[31,42] > package org.wso2.carbon.authenticator.proxy does not exist > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[31,42] > package org.wso2.carbon.authenticator.proxy does not exist > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[52,46] > cannot find symbol > symbol : class LoginAuthenticationExceptionException > location: class org.wso2.carbon.cloud.csg.agent.CSGAgentUtils > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,12] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,66] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,12] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class > org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService > > [ERROR] > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,66] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class > org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService > > [INFO] 10 errors > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[23,42] > package org.wso2.carbon.authenticator.proxy does not exist > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[24,42] > package org.wso2.carbon.authenticator.proxy does not exist > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[46,53] > cannot find symbol > symbol : class LoginAuthenticationExceptionException > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[31,42] > package org.wso2.carbon.authenticator.proxy does not exist > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[31,42] > package org.wso2.carbon.authenticator.proxy does not exist > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[52,46] > cannot find symbol > symbol : class LoginAuthenticationExceptionException > location: class org.wso2.carbon.cloud.csg.agent.CSGAgentUtils > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,12] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,66] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,12] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class > org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService > > /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,66] > cannot find symbol > symbol : class AuthenticationAdminStub > location: class > org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService > > > Sameera > > > On Thu, Mar 31, 2011 at 8:16 AM, Pradeep Fernando <[email protected]>wrote: > >> hi, >> >> fixed in trunk. >> >> --Pradeep >> > > > > -- > Sameera Jayasoma > Technical Lead and Product Manager, WSO2 Carbon > > WSO2, Inc. (http://wso2.com) > email: [email protected] > blog: http://tech.jayasoma.org > > Lean . Enterprise . Middleware > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Kasun Indrasiri Senior Software Engineer WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 71 536 4128 Blog : http://kasunpanorama.blogspot.com/
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
