Hi Pradeep,

We are in the middle of a hackathon in order to stable the git repositories
and remove snapshot versions from git projects. This error may have came
due to that reason because we are releasing carbon projects and removing
snapshot dependencies. I guess hackothon will be finished EOD today. Can
you wait until it get finished? so that all the depedencies are correct and
build will be stable?

Thanks,

On Fri, Jan 30, 2015 at 9:57 AM, Pradeep Murugesan <
[email protected]> wrote:

> Hi,
>
>    I am able to build now but for one issue. In service/distribution/pom
> we have mentioned the version of maven site plugin to 3.0. This causes an
> issue as mentioned here.
>
>
> http://dougchang333.blogspot.in/2013/11/hadoop-build-error-javalangnoclassdeffo.html
>
> and the solution is to change the version to 3.3 and that makes the build
> of distribution module successful.
>
> but admin clients module is failing saying it cannot find the
> org.wso2.carbon:org.wso2.carbon.identity.user.profile.stub:jar:4.3.0-SNAPSHOT
>
>
>
> enable debug logging for more details
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] WSO2 DataServices Parent ........................... SUCCESS [
>  0.135 s]
> [INFO] WSO2 DataServices Styles Parent .................... SUCCESS [
>  0.005 s]
> [INFO] DataServices UI styles ............................. SUCCESS [
>  2.637 s]
> [INFO] WSO2 Stratos DSS - UI styles ....................... SUCCESS [
>  0.515 s]
> [INFO] WSO2 DataServices Samples Parent ................... SUCCESS [
>  0.010 s]
> [INFO] DataServices Clients ............................... SUCCESS [
> 21.740 s]
> [INFO] WSO2 DataServices Features Parent .................. SUCCESS [
>  0.005 s]
> [INFO] WSO2 DataServices - Style Features ................. SUCCESS [
>  0.654 s]
> [INFO] WSO2 Stratos DSS - Style Features .................. SUCCESS [
>  0.167 s]
> [INFO] WSO2 Stratos DSS - Login User Interface ............ SUCCESS [
>  0.504 s]
> [INFO] WSO2 Stratos DSS - Deployment Features ............. SUCCESS [
>  0.215 s]
> [INFO] WSO2 Stratos Data Services Server - Dashboard UI ... SUCCESS [
>  0.424 s]
> [INFO] WSO2 Stratos DSS - Dashboard UI Features ........... SUCCESS [
>  0.302 s]
> [INFO] WSO2 Stratos DSS - Features Aggregator Module ...... SUCCESS [
>  0.005 s]
> [INFO] WSO2 DataServices - DataServices Profile Generation  SUCCESS [
> 48.637 s]
> [INFO] WSO2 Data Services Server Distribution ............. SUCCESS [
> 47.990 s]
> [INFO] WSO2 DSS - Integration Tests ....................... SUCCESS [
>  0.047 s]
> [INFO] admin-clents ....................................... FAILURE [
>  0.185 s]
> [INFO] integration-test-utils ............................. SKIPPED
> [INFO] integration-test-ui-pages .......................... SKIPPED
> [INFO] WSO2 DataServices Intetration Test Common .......... SKIPPED
> [INFO] org.wso2.dss.integration.test ...................... SKIPPED
> [INFO] WSO2 DataServices Intetration Test ................. SKIPPED
> [INFO] DataService Integration test UI module ............. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 02:05 min
> [INFO] Finished at: 2015-01-30T09:54:39+05:30
> [INFO] Final Memory: 71M/917M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project
> org.wso2.dss.integration.common.clients: Could not resolve dependencies for
> project
> org.wso2.dss:org.wso2.dss.integration.common.clients:jar:3.3.0-SNAPSHOT:
> The following artifacts could not be resolved:
> org.wso2.carbon:org.wso2.carbon.identity.user.profile.stub:jar:4.3.0-SNAPSHOT,
> org.wso2.carbon:org.wso2.carbon.service.mgt.stub:jar:4.3.0-SNAPSHOT:
> Failure to find
> org.wso2.carbon:org.wso2.carbon.identity.user.profile.stub:jar:4.3.0-SNAPSHOT
> 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]
>
>
> Pradeep.
>
> Kindly help
>
> ------------------------------
> From: [email protected]
> Date: Wed, 28 Jan 2015 17:31:21 +0530
> Subject: Re: [Dev] Contributing to Data Services
> To: [email protected]
> CC: [email protected]; [email protected]
>
>
> Hi Pradeep,
>
> We have done some fixes and committed to the carbon-data master. Now it
> should fix your build faillier. you may have to wait until jenkins builds
> the latest commits and push those artifacts to nexus maven repo. Or else
> clone carbon-data git repository from [1] and build it locally first
>
> [1] - https://github.com/wso2/carbon-data
>
> Thanks,
>
> On Wed, Jan 28, 2015 at 5:18 PM, Shiva Balachandran <[email protected]>
> wrote:
>
> Hi Pradeep,
>
> Basically all the dependencies of the product are listed in the pom file
> and downloaded to the local m2 repo from nexus. Looks like there is a build
> break in the DSS source. This should be fixed soon. We recently released a
> new version of platform, therefore please bear with us until the fixes are
> performed in the product source to accommodate the changes.
>
> Thank you.
>
> Regards
> Shiva Balachandran
>
> On Wed, Jan 28, 2015 at 4:39 PM, Pradeep Murugesan <
> [email protected]> wrote:
>
> Hi Shiva,
>
>      Thanks for the prompt reply. I cloned the repo from github and I
> tried to build it using mvn install.
>
> I got the following error. the error says artifact
> org.wso2.carbon:org.wso2.carbon.dataservices.core:jar:4.3.0-SNAPSHOT.
>
> when I tried to search the same in wso2 nexus . I could see the the pom
> definition is as follows.
>
> http://maven.wso2.org/nexus/index.html#nexus-search;quick~org.wso2.carbon.dataservices.core
>
> <dependency>
>   <groupId>org.wso2.carbon</groupId>
>   <artifactId>org.wso2.carbon.dataservices.core</artifactId>
>   <version>4.3.0-SNAPSHOT</version>
>   <type>pom</type>
> </dependency>
>
> Can you please tell me what I am missing. Sorry If I sound too naive.
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building WSO2 Data Services Server Distribution 3.3.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] WSO2 DataServices Parent ........................... SUCCESS [
>  0.090 s]
> [INFO] WSO2 DataServices Styles Parent .................... SUCCESS [
>  0.005 s]
> [INFO] DataServices UI styles ............................. SUCCESS [
>  2.269 s]
> [INFO] WSO2 Stratos DSS - UI styles ....................... SUCCESS [
>  0.513 s]
> [INFO] WSO2 DataServices Samples Parent ................... SUCCESS [
>  0.010 s]
> [INFO] DataServices Clients ............................... SUCCESS [
> 19.678 s]
> [INFO] WSO2 DataServices Features Parent .................. SUCCESS [
>  0.005 s]
> [INFO] WSO2 DataServices - Style Features ................. SUCCESS [
>  0.625 s]
> [INFO] WSO2 Stratos DSS - Style Features .................. SUCCESS [
>  0.155 s]
> [INFO] WSO2 Stratos DSS - Login User Interface ............ SUCCESS [
>  0.425 s]
> [INFO] WSO2 Stratos DSS - Deployment Features ............. SUCCESS [
>  0.250 s]
> [INFO] WSO2 Stratos Data Services Server - Dashboard UI ... SUCCESS [
>  0.460 s]
> [INFO] WSO2 Stratos DSS - Dashboard UI Features ........... SUCCESS [
>  0.315 s]
> [INFO] WSO2 Stratos DSS - Features Aggregator Module ...... SUCCESS [
>  0.005 s]
> [INFO] WSO2 DataServices - DataServices Profile Generation  SUCCESS [
> 30.851 s]
> [INFO] WSO2 Data Services Server Distribution ............. FAILURE [
>  0.150 s]
> [INFO] WSO2 DSS - Integration Tests ....................... SKIPPED
> [INFO] admin-clents ....................................... SKIPPED
> [INFO] integration-test-utils ............................. SKIPPED
> [INFO] integration-test-ui-pages .......................... SKIPPED
> [INFO] WSO2 DataServices Intetration Test Common .......... SKIPPED
> [INFO] org.wso2.dss.integration.test ...................... SKIPPED
> [INFO] WSO2 DataServices Intetration Test ................. SKIPPED
> [INFO] DataService Integration test UI module ............. SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 57.022 s
> [INFO] Finished at: 2015-01-28T16:21:50+05:30
> [INFO] Final Memory: 53M/689M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project wso2dss: Could not resolve
> dependencie
> s for project org.wso2.dss:wso2dss:jar:3.3.0-SNAPSHOT: Failed to collect
> depende
> ncies at
> org.wso2.carbon:org.wso2.carbon.dataservices.core:jar:4.3.0-SNAPSHOT: F
> ailed to read artifact descriptor for
> org.wso2.carbon:org.wso2.carbon.dataservic
> es.core:jar:4.3.0-SNAPSHOT: Failure to find
> org.wso2.carbon:data-services:pom:${
> dataservices.version} in
> http://maven.wso2.org/nexus/content/groups/wso2-public/
>  was cached in the local repository, resolution will not be reattempted
> until th
> e update interval of wso2-nexus has elapsed or updates are forced -> [Help
> 1]
>
>
>
> Pradeep.
> ------------------------------
> Date: Wed, 28 Jan 2015 13:38:04 +0530
> Subject: Re: [Dev] Contributing to Data Services
> From: [email protected]
> To: [email protected]
> CC: [email protected]
>
>
> Hi Pradeep,
>
> To be specific to your request, check the getting started guide[1]. The
> getting started document contains all the necessary information on
> downloading the source and building it. Also, Instead of using the svn
> location, checkout from the git hub location of the product, git hub
> location can be found at [2].
>
> [1] - https://docs.wso2.com/display/DSS322/Getting+Started
> [2] - https://github.com/wso2/product-dss
>
>
>
> Thank you.
>
> Regards
> Shiva Balachandran
>
> On Wed, Jan 28, 2015 at 1:21 PM, Jerad Rutnam <[email protected]> wrote:
>
> Hi Pradeep,
>
> You can find the documentation for WSO2 Data Services Server here:
> https://docs.wso2.com/display/DSS322/WSO2+Data+Services+Server+Documentation
>
> Regards,
> Jerad
>
> On Wed, Jan 28, 2015 at 1:07 PM, Pradeep Murugesan <
> [email protected]> wrote:
>
> Hi ,
>
>  We are trying to integrate Data Services Server in our product. In the
> mean time we also want contribute back to the source.
>
> I am trying to set up the dev env for Data Services. But I am not able to
> find any documentation related to this.
>
> I have the following source link in the web page for data services
>
> https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk13/
>
> But this contains all the products.
>
> If someone could help me in guiding to the right manual for setting up the
> dev env for Data Services that would be really helpful.
>
> Pradeep.
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
>
>
> --
> *Jerad Rutnam*
> *Software Engineer - UI*
>
> WSO2 Inc.
> lean | enterprise | middleware
> M : +94 77 959 1609 | E : [email protected] | W : www.wso2.com
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
>
>
> --
> Shiva Balachandran
> Software Engineer
> WSO2 Inc.
>
> Mobile - +94 774445788
> Blog - https://shivabalachandran.wordpress.com/
>
>
>
>
> --
> Shiva Balachandran
> Software Engineer
> WSO2 Inc.
>
> Mobile - +94 774445788
> Blog - https://shivabalachandran.wordpress.com/
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
>
>
> --
> Rajith Vitharana
>
> Software Engineer,
> WSO2 Inc. : wso2.com
> Mobile : +94715883223
> Blog : http://lankavitharana.blogspot.com/
>



-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to