Re: [Dev] Chunk-09 Build failure in clean repo

2014-04-24 Thread Shammi Jayasinghe
Hi Isuru,

Thank you very much for reporting. Will check all these and fix them as
soon as possible.

Thanks
Shammi


On Thu, Apr 24, 2014 at 10:40 PM, Isuru Udana  wrote:

> Adding axis2-client as a dependency for stubs will resolve this build
> failure. Please do needful.
>
>  
>org.apache.axis2.wso2
>axis2-client
>${orbit.version.axis2}
>  
>
> Thanks.
>
>
> On Thu, Apr 24, 2014 at 10:36 PM, Isuru Udana  wrote:
>
>> Updating andes to use coordination.server 4.2.1 will resolve this build
>> failure. Please do the needful.
>> However build fails again with following.
>>
>> [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
>> [INFO]
>> 
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Total time: 8.714s
>> [INFO] Finished at: Thu Apr 24 22:27:34 IST 2014
>> [INFO] Final Memory: 76M/638M
>> [INFO]
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.andes.cluster.mgt.ui:
>> Compilation failure: Compilation failure:
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[6,37]
>> package org.wso2.carbon.andes.mgt.stub does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[7,37]
>> package org.wso2.carbon.andes.mgt.stub does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[8,37]
>> package org.wso2.carbon.andes.mgt.stub does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[9,50]
>> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[10,50]
>> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[11,50]
>> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[21,9]
>> cannot find symbol
>> [ERROR] symbol  : class AndesManagerServiceStub
>> [ERROR] location: class
>> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[46,11]
>> cannot find symbol
>> [ERROR] symbol  : class NodeDetail
>> [ERROR] location: class
>> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[47,40]
>> cannot find symbol
>> [ERROR] symbol  : class
>> AndesManagerServiceClusterMgtAdminExceptionException
>> [ERROR] location: class
>> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[58,55]
>> cannot find symbol
>> [ERROR] symbol  : class
>> AndesManagerServiceClusterMgtAdminExceptionException
>> [ERROR] location: class
>> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[71,11]
>> cannot find symbol
>> [ERROR] symbol  : class Queue
>> [ERROR] location: class
>> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
>> [ERROR]
>> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerC

Re: [Dev] Chunk-09 Build failure in clean repo

2014-04-24 Thread Isuru Udana
Adding axis2-client as a dependency for stubs will resolve this build
failure. Please do needful.

 
   org.apache.axis2.wso2
   axis2-client
   ${orbit.version.axis2}
 

Thanks.


On Thu, Apr 24, 2014 at 10:36 PM, Isuru Udana  wrote:

> Updating andes to use coordination.server 4.2.1 will resolve this build
> failure. Please do the needful.
> However build fails again with following.
>
> [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 8.714s
> [INFO] Finished at: Thu Apr 24 22:27:34 IST 2014
> [INFO] Final Memory: 76M/638M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.andes.cluster.mgt.ui:
> Compilation failure: Compilation failure:
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[6,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[7,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[8,37]
> package org.wso2.carbon.andes.mgt.stub does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[9,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[10,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[11,50]
> package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[21,9]
> cannot find symbol
> [ERROR] symbol  : class AndesManagerServiceStub
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[46,11]
> cannot find symbol
> [ERROR] symbol  : class NodeDetail
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[47,40]
> cannot find symbol
> [ERROR] symbol  : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[58,55]
> cannot find symbol
> [ERROR] symbol  : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[71,11]
> cannot find symbol
> [ERROR] symbol  : class Queue
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[72,36]
> cannot find symbol
> [ERROR] symbol  : class
> AndesManagerServiceClusterMgtAdminExceptionException
> [ERROR] location: class
> org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
> [ERROR]
> /media/isuru/WSO2/svn/public/4.2.0/platform/turi

Re: [Dev] Chunk-09 Build failure in clean repo

2014-04-24 Thread Isuru Udana
Updating andes to use coordination.server 4.2.1 will resolve this build
failure. Please do the needful.
However build fails again with following.

[INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 8.714s
[INFO] Finished at: Thu Apr 24 22:27:34 IST 2014
[INFO] Final Memory: 76M/638M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.andes.cluster.mgt.ui:
Compilation failure: Compilation failure:
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[6,37]
package org.wso2.carbon.andes.mgt.stub does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[7,37]
package org.wso2.carbon.andes.mgt.stub does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[8,37]
package org.wso2.carbon.andes.mgt.stub does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[9,50]
package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[10,50]
package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[11,50]
package org.wso2.carbon.andes.mgt.stub.types.carbon does not exist
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[21,9]
cannot find symbol
[ERROR] symbol  : class AndesManagerServiceStub
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[46,11]
cannot find symbol
[ERROR] symbol  : class NodeDetail
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[47,40]
cannot find symbol
[ERROR] symbol  : class AndesManagerServiceClusterMgtAdminExceptionException
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[58,55]
cannot find symbol
[ERROR] symbol  : class AndesManagerServiceClusterMgtAdminExceptionException
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[71,11]
cannot find symbol
[ERROR] symbol  : class Queue
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[72,36]
cannot find symbol
[ERROR] symbol  : class AndesManagerServiceClusterMgtAdminExceptionException
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient
[ERROR]
/media/isuru/WSO2/svn/public/4.2.0/platform/turing/components/andes/org.wso2.carbon.andes.cluster.mgt.ui/4.2.0/src/main/java/org/wso2/carbon/andes/cluster/mgt/ui/ClusterManagerClient.java:[78,11]
cannot find symbol
[ERROR] symbol  : class Queue
[ERROR] location: class
org.wso2.carbon.andes.cluster.mgt.ui.ClusterManagerClient


Service stubs are not getting built properly when building from the chunk
poms. This is a known issue and we need to fix a

[Dev] Chunk-09 Build failure in clean repo

2014-04-24 Thread Isuru Udana
Hi,

I am getting following in andes. wso2.carbon.coordination.server:4.2.0 is
not there in nexus.

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 3:22.155s
[INFO] Finished at: Thu Apr 24 21:20:07 IST 2014
[INFO] Final Memory: 121M/624M
[INFO]

[ERROR] Failed to execute goal on project org.wso2.carbon.andes: Could not
resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.andes:bundle:4.2.0: Failure to find
org.wso2.carbon:org.wso2.carbon.coordination.server:jar:4.2.0 in
http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :org.wso2.carbon.andes


-- 
*Isuru Udana*
 Senior
* Software Engineer*
WSO2 Inc.; http://wso2.com
email: isu...@wso2.com cell: +94 77 3791887
blog: http://mytecheye.blogspot.com/
twitter: http://twitter.com/isudana
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Chunk 09 - Build failure

2014-04-09 Thread Shammi Jayasinghe
Hi All,

Got this cleared off by updating and building kernel patch 0006.

Thanks
Shammi


On Thu, Apr 10, 2014 at 11:57 AM, Shammi Jayasinghe  wrote:

> Hi IS Team ,
>
> i am getting following build failure in building chunk 09 . Could you
> please have a look
>
> [INFO] BUILD FAILURE
>
> [INFO]
> 
>
> [INFO] Total time: 9.009s
>
> [INFO] Finished at: Thu Apr 10 11:54:36 IST 2014
>
> [INFO] Final Memory: 61M/148M
>
> [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.user.store.remote:
> Compilation failure: Compilation failure:
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[83,40]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[89,28]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[91,30]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[97,28]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[99,43]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[102,43]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [ERROR]
> /Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[105,43]
> cannot find symbol
>
> [ERROR] symbol  : constructor
> Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)
>
> [ERROR] location: class org.wso2.carbon.user.api.Property
>
> [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
>
> --
> Best Regards,
>
> *  Shammi Jayasinghe*
> Associate Tech Lead
> WSO2, Inc.; http://wso2.com,
> mobile: +94 71 4493085
>
>


-- 
Best Regards,

*  Shammi Jayasinghe*
Associate Tech Lead
WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Chunk 09 - Build failure

2014-04-09 Thread Shammi Jayasinghe
Hi IS Team ,

i am getting following build failure in building chunk 09 . Could you
please have a look

[INFO] BUILD FAILURE

[INFO]


[INFO] Total time: 9.009s

[INFO] Finished at: Thu Apr 10 11:54:36 IST 2014

[INFO] Final Memory: 61M/148M

[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.user.store.remote:
Compilation failure: Compilation failure:

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[83,40]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[89,28]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[91,30]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[97,28]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[99,43]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[102,43]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[ERROR]
/Users/shammi/wso2/Development/public/platform/branches/turing/components/identity/org.wso2.carbon.identity.user.store.remote/4.2.0/src/main/java/org/wso2/carbon/identity/user/store/remote/CarbonRemoteUserStoreManger.java:[105,43]
cannot find symbol

[ERROR] symbol  : constructor
Property(java.lang.String,java.lang.String,java.lang.String,java.lang.String,)

[ERROR] location: class org.wso2.carbon.user.api.Property

[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

-- 
Best Regards,

*  Shammi Jayasinghe*
Associate Tech Lead
WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev