Re: [Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-04 Thread Geethika Kumari
Hi,
  I tried to build
[1]carbon-device-mgt
[2] carbon-device-mgt-plugins
[3]product-mdm
master branch. [1] and [2] build without errors. But [3] given error in
Backend Integration Tests.

Error log:

 WSO2 MDM - Integration Admin Clients .. SUCCESS [0.305s]
[INFO] WSO2 MDM - Integration Test Utils . SUCCESS [0.319s]
[INFO] WSO2 MDM - Integration Test UI Pages .. SUCCESS [16.072s]
[INFO] WSO2 MDM Backend Integration Tests  FAILURE [30.660s]
[INFO] WSO2 MDM - Integration Test UI Module . SKIPPED
[INFO] WSO2 MDM Platform Integration Tests ... SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 9:28.279s
[INFO] Finished at: Fri Mar 04 23:11:07 IST 2016
[INFO] Final Memory: 121M/494M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test)
on project tests-integration: Execution default-test of goal
org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The
forked VM terminated without saying properly goodbye. VM crash or
System.exit called ? -> [Help 1]

I trried to skip integration tests using
[1] mvn clean install -Dmaven.test.skip='true'
[2]mvn install -DskipIntegrationTests -DskipUnitTests

But same error occurred. Please help me.

Thanks and Regards,
Geethika Abeysinghe.


On Fri, Mar 4, 2016 at 4:01 PM, Sumedha Rubasinghe  wrote:

> Hi Geethika,
> No Sirs here.. Just Ayyoob would do. :)
>
> Hope you find the project interesting.
>
> On Fri, Mar 4, 2016 at 2:40 PM, Geethika Kumari 
> wrote:
>
>> Hello sir,
>> Thank you for help. There are several branches in these repositories.
>> What branch I need to use.
>>
>> Thanks and Regards.
>> Nuwan Sameera.
>>
>> On Thu, Mar 3, 2016 at 12:20 AM, Ayyoob Hamza  wrote:
>>
>>> Hi Geethika,
>>> Thank you for your interest in this project. CDMF is a framework that is
>>> used for device management and one of the requirement is for the user to
>>> monitor the device status. There are two ways to check the status of a
>>> device
>>> 1) Send a device health check ping to the device and then depict the
>>> status.
>>> 2) Get the device to server communication data and then co relate with
>>> past communication to find the status of the device.
>>>
>>> In here we are focusing with a generalised solution that incorporates
>>> the idea from the second approach. In the first approach we are limiting
>>> the capability by asking the device manufacture to incorporate the
>>> capability.
>>>
>>> You can find the source code for CDMF in
>>> https://github.com/wso2/carbon-device-mgt
>>>
>>> You can find the source code for device type implementation such as
>>> android, windows and few IoT device samples in :
>>> https://github.com/wso2/carbon-device-mgt-plugins
>>>
>>> We have two products that are built on CDMF
>>> 1) EMM -
>>> https://docs.wso2.com/display/EMM200/WSO2+Enterprise+Mobility+Manager
>>> https://github.com/wso2/product-mdm - You can find the official release
>>> EMM 2.0.0 in the product listing page
>>>
>>> 2) IoT Server - https://docs.wso2.com/display/IoTS100/About+IoT+Server
>>> https://github.com/wso2-incubator/product-iot-server - This is still
>>> under development.
>>>
>>> Please go through the documentation and try to build EMM to understand
>>> the behaviour of the product.
>>>
>>> Thanks
>>>
>>>
>>> *Ayyoob Hamza*
>>> *Software Engineer*
>>> WSO2 Inc.; http://wso2.com
>>> email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
>>>
>>> On Wed, Mar 2, 2016 at 11:38 PM, Geethika Kumari >> > wrote:
>>>
 Dear sir,

 I am Geethika Kumari Abeysinghe third year student of University of
 Moratuwa. I am interestig with this project.
 I have knowledge and hand on experiences on java programming, restful
 web services and maven project implementations.
 Please let me to be clarified about the objectives and the exact
 deliverables you are expecting from GSOC interns.
 Let me know how to get started with this project.

 Thanks and Regards.
 Geethika Abeysinghe.

>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> /sumedha
> m: +94 773017743
> b :  bit.ly/sumedha
>



-- 
Geethika Kumari.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-04 Thread Sumedha Rubasinghe
Hi Geethika,
No Sirs here.. Just Ayyoob would do. :)

Hope you find the project interesting.

On Fri, Mar 4, 2016 at 2:40 PM, Geethika Kumari 
wrote:

> Hello sir,
> Thank you for help. There are several branches in these repositories. What
> branch I need to use.
>
> Thanks and Regards.
> Nuwan Sameera.
>
> On Thu, Mar 3, 2016 at 12:20 AM, Ayyoob Hamza  wrote:
>
>> Hi Geethika,
>> Thank you for your interest in this project. CDMF is a framework that is
>> used for device management and one of the requirement is for the user to
>> monitor the device status. There are two ways to check the status of a
>> device
>> 1) Send a device health check ping to the device and then depict the
>> status.
>> 2) Get the device to server communication data and then co relate with
>> past communication to find the status of the device.
>>
>> In here we are focusing with a generalised solution that incorporates the
>> idea from the second approach. In the first approach we are limiting the
>> capability by asking the device manufacture to incorporate the capability.
>>
>> You can find the source code for CDMF in
>> https://github.com/wso2/carbon-device-mgt
>>
>> You can find the source code for device type implementation such as
>> android, windows and few IoT device samples in :
>> https://github.com/wso2/carbon-device-mgt-plugins
>>
>> We have two products that are built on CDMF
>> 1) EMM -
>> https://docs.wso2.com/display/EMM200/WSO2+Enterprise+Mobility+Manager
>> https://github.com/wso2/product-mdm - You can find the official release
>> EMM 2.0.0 in the product listing page
>>
>> 2) IoT Server - https://docs.wso2.com/display/IoTS100/About+IoT+Server
>> https://github.com/wso2-incubator/product-iot-server - This is still
>> under development.
>>
>> Please go through the documentation and try to build EMM to understand
>> the behaviour of the product.
>>
>> Thanks
>>
>>
>> *Ayyoob Hamza*
>> *Software Engineer*
>> WSO2 Inc.; http://wso2.com
>> email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
>>
>> On Wed, Mar 2, 2016 at 11:38 PM, Geethika Kumari 
>> wrote:
>>
>>> Dear sir,
>>>
>>> I am Geethika Kumari Abeysinghe third year student of University of
>>> Moratuwa. I am interestig with this project.
>>> I have knowledge and hand on experiences on java programming, restful
>>> web services and maven project implementations.
>>> Please let me to be clarified about the objectives and the exact
>>> deliverables you are expecting from GSOC interns.
>>> Let me know how to get started with this project.
>>>
>>> Thanks and Regards.
>>> Geethika Abeysinghe.
>>>
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
/sumedha
m: +94 773017743
b :  bit.ly/sumedha
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-04 Thread Geethika Kumari
Hello sir,
Thank you for help. There are several branches in these repositories. What
branch I need to use.

Thanks and Regards.
Nuwan Sameera.

On Thu, Mar 3, 2016 at 12:20 AM, Ayyoob Hamza  wrote:

> Hi Geethika,
> Thank you for your interest in this project. CDMF is a framework that is
> used for device management and one of the requirement is for the user to
> monitor the device status. There are two ways to check the status of a
> device
> 1) Send a device health check ping to the device and then depict the
> status.
> 2) Get the device to server communication data and then co relate with
> past communication to find the status of the device.
>
> In here we are focusing with a generalised solution that incorporates the
> idea from the second approach. In the first approach we are limiting the
> capability by asking the device manufacture to incorporate the capability.
>
> You can find the source code for CDMF in
> https://github.com/wso2/carbon-device-mgt
>
> You can find the source code for device type implementation such as
> android, windows and few IoT device samples in :
> https://github.com/wso2/carbon-device-mgt-plugins
>
> We have two products that are built on CDMF
> 1) EMM -
> https://docs.wso2.com/display/EMM200/WSO2+Enterprise+Mobility+Manager
> https://github.com/wso2/product-mdm - You can find the official release
> EMM 2.0.0 in the product listing page
>
> 2) IoT Server - https://docs.wso2.com/display/IoTS100/About+IoT+Server
> https://github.com/wso2-incubator/product-iot-server - This is still
> under development.
>
> Please go through the documentation and try to build EMM to understand the
> behaviour of the product.
>
> Thanks
>
>
> *Ayyoob Hamza*
> *Software Engineer*
> WSO2 Inc.; http://wso2.com
> email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>
>
> On Wed, Mar 2, 2016 at 11:38 PM, Geethika Kumari 
> wrote:
>
>> Dear sir,
>>
>> I am Geethika Kumari Abeysinghe third year student of University of
>> Moratuwa. I am interestig with this project.
>> I have knowledge and hand on experiences on java programming, restful web
>> services and maven project implementations.
>> Please let me to be clarified about the objectives and the exact
>> deliverables you are expecting from GSOC interns.
>> Let me know how to get started with this project.
>>
>> Thanks and Regards.
>> Geethika Abeysinghe.
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-02 Thread Ayyoob Hamza
Hi Geethika,
Thank you for your interest in this project. CDMF is a framework that is
used for device management and one of the requirement is for the user to
monitor the device status. There are two ways to check the status of a
device
1) Send a device health check ping to the device and then depict the status.
2) Get the device to server communication data and then co relate with past
communication to find the status of the device.

In here we are focusing with a generalised solution that incorporates the
idea from the second approach. In the first approach we are limiting the
capability by asking the device manufacture to incorporate the capability.

You can find the source code for CDMF in
https://github.com/wso2/carbon-device-mgt

You can find the source code for device type implementation such as
android, windows and few IoT device samples in :
https://github.com/wso2/carbon-device-mgt-plugins

We have two products that are built on CDMF
1) EMM -
https://docs.wso2.com/display/EMM200/WSO2+Enterprise+Mobility+Manager
https://github.com/wso2/product-mdm - You can find the official release EMM
2.0.0 in the product listing page

2) IoT Server - https://docs.wso2.com/display/IoTS100/About+IoT+Server
https://github.com/wso2-incubator/product-iot-server - This is still under
development.

Please go through the documentation and try to build EMM to understand the
behaviour of the product.

Thanks


*Ayyoob Hamza*
*Software Engineer*
WSO2 Inc.; http://wso2.com
email: ayy...@wso2.com cell: +94 77 1681010 <%2B94%2077%207779495>

On Wed, Mar 2, 2016 at 11:38 PM, Geethika Kumari 
wrote:

> Dear sir,
>
> I am Geethika Kumari Abeysinghe third year student of University of
> Moratuwa. I am interestig with this project.
> I have knowledge and hand on experiences on java programming, restful web
> services and maven project implementations.
> Please let me to be clarified about the objectives and the exact
> deliverables you are expecting from GSOC interns.
> Let me know how to get started with this project.
>
> Thanks and Regards.
> Geethika Abeysinghe.
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Gsoc 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-03-02 Thread Geethika Kumari
Dear sir,

I am Geethika Kumari Abeysinghe third year student of University of
Moratuwa. I am interestig with this project.
I have knowledge and hand on experiences on java programming, restful web
services and maven project implementations.
Please let me to be clarified about the objectives and the exact
deliverables you are expecting from GSOC interns.
Let me know how to get started with this project.

Thanks and Regards.
Geethika Abeysinghe.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Nuwan Sameera
Hi,
  Problem solved. Thank you for help.

Thanks and regards.
Nuwan Sameera.

On Tue, Feb 23, 2016 at 5:57 PM, Kamidu Punchihewa 
wrote:

> Hi Nuwan,
>
> According to the pm file provided you are working with a outdated version
> of the master branch.Please update your fork or clone to the latest and try
> again.
>
> Thanks & Best Regards.
>
> Kamidu Sachith Punchihewa
> *Software Engineer*
> WSO2, Inc.
> lean . enterprise . middleware
> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
> On Tue, Feb 23, 2016 at 5:55 PM, Nuwan Sameera 
> wrote:
>
>> hI,
>>pom.xml file.
>>
>> Thanks and Regards,
>> Nuwan Sameera
>>
>> On Tue, Feb 23, 2016 at 5:53 PM, Nuwan Sameera 
>> wrote:
>>
>>> Hi,
>>>
>>> Error log :  "*Failed to execute goal on project
>>> org.wso2.carbon.device.mgt.mobile.impl: Could not resolve dependencies for
>>> project
>>> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
>>> The following artifacts could not be resolved:
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
>>> Could not find artifact
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
>>> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/
>>> *"
>>>
>>> On Tue, Feb 23, 2016 at 4:22 PM, Kamidu Punchihewa 
>>> wrote:
>>>
 Hi Nuwan,

 This can be an issue with your network connection.
 In order to provide you with a solid solution can you provide me the
 the followings.

- Parent POM file of the repository.
- Error Log

 Thanks and Regards.

 Kamidu Sachith Punchihewa
 *Software Engineer*
 WSO2, Inc.
 lean . enterprise . middleware
 Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

 On Tue, Feb 23, 2016 at 3:39 PM, Nuwan Sameera <
 nuwansameer...@gmail.com> wrote:

> Hi,
> Same error occurred. I try to build by deleting ".m2/org/wso2"
> folder. Bud carbon-device-mgt-plugins given same error. Please help me.
>
> Thanks and Regards,
> Nuwan Sameera.
>
> On Tue, Feb 23, 2016 at 2:09 PM, Kamidu Punchihewa 
> wrote:
>
>> Hi Nirmal,
>>
>> Nuwan must be able to  build carbon-device-mgt-plugins master
>> branch without building any other repositories.Since all the snapshot
>> versions are in the snapshot nexus.Sorry for the inconvenience.
>> @Nuwan, Please make sure you have an active and working network
>> connection before building.In order to make sure nexus repository that
>> cached in the local repository updated to the latest versions and changes
>> from the nexus use *mvn clean install -U* or Use a clean local
>> repository to overcome the above issue.
>>
>> Kamidu Sachith Punchihewa
>> *Software Engineer*
>> WSO2, Inc.
>> lean . enterprise . middleware
>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Kamidu Punchihewa
Hi Nuwan,

According to the pm file provided you are working with a outdated version
of the master branch.Please update your fork or clone to the latest and try
again.

Thanks & Best Regards.

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Tue, Feb 23, 2016 at 5:55 PM, Nuwan Sameera 
wrote:

> hI,
>pom.xml file.
>
> Thanks and Regards,
> Nuwan Sameera
>
> On Tue, Feb 23, 2016 at 5:53 PM, Nuwan Sameera 
> wrote:
>
>> Hi,
>>
>> Error log :  "*Failed to execute goal on project
>> org.wso2.carbon.device.mgt.mobile.impl: Could not resolve dependencies for
>> project
>> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
>> The following artifacts could not be resolved:
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
>> Could not find artifact
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
>> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/
>> *"
>>
>> On Tue, Feb 23, 2016 at 4:22 PM, Kamidu Punchihewa 
>> wrote:
>>
>>> Hi Nuwan,
>>>
>>> This can be an issue with your network connection.
>>> In order to provide you with a solid solution can you provide me the the
>>> followings.
>>>
>>>- Parent POM file of the repository.
>>>- Error Log
>>>
>>> Thanks and Regards.
>>>
>>> Kamidu Sachith Punchihewa
>>> *Software Engineer*
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>>
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>> On Tue, Feb 23, 2016 at 3:39 PM, Nuwan Sameera >> > wrote:
>>>
 Hi,
 Same error occurred. I try to build by deleting ".m2/org/wso2"
 folder. Bud carbon-device-mgt-plugins given same error. Please help me.

 Thanks and Regards,
 Nuwan Sameera.

 On Tue, Feb 23, 2016 at 2:09 PM, Kamidu Punchihewa 
 wrote:

> Hi Nirmal,
>
> Nuwan must be able to  build carbon-device-mgt-plugins master
> branch without building any other repositories.Since all the snapshot
> versions are in the snapshot nexus.Sorry for the inconvenience.
> @Nuwan, Please make sure you have an active and working network
> connection before building.In order to make sure nexus repository that
> cached in the local repository updated to the latest versions and changes
> from the nexus use *mvn clean install -U* or Use a clean local
> repository to overcome the above issue.
>
> Kamidu Sachith Punchihewa
> *Software Engineer*
> WSO2, Inc.
> lean . enterprise . middleware
> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender 
> indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Nuwan Sameera
hI,
   pom.xml file.

Thanks and Regards,
Nuwan Sameera

On Tue, Feb 23, 2016 at 5:53 PM, Nuwan Sameera 
wrote:

> Hi,
>
> Error log :  "*Failed to execute goal on project
> org.wso2.carbon.device.mgt.mobile.impl: Could not resolve dependencies for
> project
> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
> The following artifacts could not be resolved:
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
> Could not find artifact
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
> in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/
> *"
>
> On Tue, Feb 23, 2016 at 4:22 PM, Kamidu Punchihewa 
> wrote:
>
>> Hi Nuwan,
>>
>> This can be an issue with your network connection.
>> In order to provide you with a solid solution can you provide me the the
>> followings.
>>
>>- Parent POM file of the repository.
>>- Error Log
>>
>> Thanks and Regards.
>>
>> Kamidu Sachith Punchihewa
>> *Software Engineer*
>> WSO2, Inc.
>> lean . enterprise . middleware
>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>> On Tue, Feb 23, 2016 at 3:39 PM, Nuwan Sameera 
>> wrote:
>>
>>> Hi,
>>> Same error occurred. I try to build by deleting ".m2/org/wso2"
>>> folder. Bud carbon-device-mgt-plugins given same error. Please help me.
>>>
>>> Thanks and Regards,
>>> Nuwan Sameera.
>>>
>>> On Tue, Feb 23, 2016 at 2:09 PM, Kamidu Punchihewa 
>>> wrote:
>>>
 Hi Nirmal,

 Nuwan must be able to  build carbon-device-mgt-plugins master
 branch without building any other repositories.Since all the snapshot
 versions are in the snapshot nexus.Sorry for the inconvenience.
 @Nuwan, Please make sure you have an active and working network
 connection before building.In order to make sure nexus repository that
 cached in the local repository updated to the latest versions and changes
 from the nexus use *mvn clean install -U* or Use a clean local
 repository to overcome the above issue.

 Kamidu Sachith Punchihewa
 *Software Engineer*
 WSO2, Inc.
 lean . enterprise . middleware
 Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.

 On Tue, Feb 23, 2016 at 11:50 AM, Kamidu Punchihewa 
 wrote:

> Hi Nirmal,
>
> Nuwan is trying to build the master version of the repositories which
> includes snapshot versions which is not yet released.
> To avoid these Nuwan needs to use the latest release version of
> CDMF[1] rather than the master branch which is under development.
>
> [1] https://github.com/wso2/carbon-device-mgt/tree/v1.0.3
>
> Thanks and Regards.
>
> Kamidu Sachith Punchihewa
> *Software Engineer*
> WSO2, Inc.
> lean . enterprise . middleware
> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender 
> indicating
> that fact and 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Kamidu Punchihewa
Hi Nuwan,

This can be an issue with your network connection.
In order to provide you with a solid solution can you provide me the the
followings.

   - Parent POM file of the repository.
   - Error Log

Thanks and Regards.

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Tue, Feb 23, 2016 at 3:39 PM, Nuwan Sameera 
wrote:

> Hi,
> Same error occurred. I try to build by deleting ".m2/org/wso2" folder.
> Bud carbon-device-mgt-plugins given same error. Please help me.
>
> Thanks and Regards,
> Nuwan Sameera.
>
> On Tue, Feb 23, 2016 at 2:09 PM, Kamidu Punchihewa 
> wrote:
>
>> Hi Nirmal,
>>
>> Nuwan must be able to  build carbon-device-mgt-plugins master
>> branch without building any other repositories.Since all the snapshot
>> versions are in the snapshot nexus.Sorry for the inconvenience.
>> @Nuwan, Please make sure you have an active and working network
>> connection before building.In order to make sure nexus repository that
>> cached in the local repository updated to the latest versions and changes
>> from the nexus use *mvn clean install -U* or Use a clean local
>> repository to overcome the above issue.
>>
>> Kamidu Sachith Punchihewa
>> *Software Engineer*
>> WSO2, Inc.
>> lean . enterprise . middleware
>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>> On Tue, Feb 23, 2016 at 11:50 AM, Kamidu Punchihewa 
>> wrote:
>>
>>> Hi Nirmal,
>>>
>>> Nuwan is trying to build the master version of the repositories which
>>> includes snapshot versions which is not yet released.
>>> To avoid these Nuwan needs to use the latest release version of CDMF[1]
>>> rather than the master branch which is under development.
>>>
>>> [1] https://github.com/wso2/carbon-device-mgt/tree/v1.0.3
>>>
>>> Thanks and Regards.
>>>
>>> Kamidu Sachith Punchihewa
>>> *Software Engineer*
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>>
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s.
>>> If you are not the intended recipient/s, or believe that you may have
>>> received this communication in error, please reply to the sender indicating
>>> that fact and delete the copy you received and in addition, you should not
>>> print, copy, retransmit, disseminate, or otherwise use the information
>>> contained in this communication. Internet communications cannot be
>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>> accept liability for any errors or omissions.
>>>
>>> On Mon, Feb 22, 2016 at 5:22 PM, Nirmal Fernando 
>>> wrote:
>>>
 Hi Hasunie,

 Why do we need to build these? Why aren't these jars there in Nexus?

 On Mon, Feb 22, 2016 at 5:04 PM, Hasunie Adikari 
 wrote:

> Hi Nuwan,
>
> First of all you need to build repositories in [1],[2],[3],[4] in
> mentioned order.That will be resolve the issue which you have faced.
>
>
> On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera <
> nuwansameer...@gmail.com> wrote:
>
>> Hi,
>>I tried to build carbon-device-mgt-plugins master branch. But
>> there is a problem.
>>
>> Following error occured.
>>
>> *""Could not resolve dependencies for project
>> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
>> The following artifacts could not be resolved:
>> 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Nuwan Sameera
Hi,
Same error occurred. I try to build by deleting ".m2/org/wso2" folder.
Bud carbon-device-mgt-plugins given same error. Please help me.

Thanks and Regards,
Nuwan Sameera.

On Tue, Feb 23, 2016 at 2:09 PM, Kamidu Punchihewa 
wrote:

> Hi Nirmal,
>
> Nuwan must be able to  build carbon-device-mgt-plugins master
> branch without building any other repositories.Since all the snapshot
> versions are in the snapshot nexus.Sorry for the inconvenience.
> @Nuwan, Please make sure you have an active and working network connection
> before building.In order to make sure nexus repository that cached in the
> local repository updated to the latest versions and changes from the nexus
> use *mvn clean install -U* or Use a clean local repository to overcome
> the above issue.
>
> Kamidu Sachith Punchihewa
> *Software Engineer*
> WSO2, Inc.
> lean . enterprise . middleware
> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
> On Tue, Feb 23, 2016 at 11:50 AM, Kamidu Punchihewa 
> wrote:
>
>> Hi Nirmal,
>>
>> Nuwan is trying to build the master version of the repositories which
>> includes snapshot versions which is not yet released.
>> To avoid these Nuwan needs to use the latest release version of CDMF[1]
>> rather than the master branch which is under development.
>>
>> [1] https://github.com/wso2/carbon-device-mgt/tree/v1.0.3
>>
>> Thanks and Regards.
>>
>> Kamidu Sachith Punchihewa
>> *Software Engineer*
>> WSO2, Inc.
>> lean . enterprise . middleware
>> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>>
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s.
>> If you are not the intended recipient/s, or believe that you may have
>> received this communication in error, please reply to the sender indicating
>> that fact and delete the copy you received and in addition, you should not
>> print, copy, retransmit, disseminate, or otherwise use the information
>> contained in this communication. Internet communications cannot be
>> guaranteed to be timely, secure, error or virus-free. The sender does not
>> accept liability for any errors or omissions.
>>
>> On Mon, Feb 22, 2016 at 5:22 PM, Nirmal Fernando  wrote:
>>
>>> Hi Hasunie,
>>>
>>> Why do we need to build these? Why aren't these jars there in Nexus?
>>>
>>> On Mon, Feb 22, 2016 at 5:04 PM, Hasunie Adikari 
>>> wrote:
>>>
 Hi Nuwan,

 First of all you need to build repositories in [1],[2],[3],[4] in
 mentioned order.That will be resolve the issue which you have faced.


 On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera <
 nuwansameer...@gmail.com> wrote:

> Hi,
>I tried to build carbon-device-mgt-plugins master branch. But there
> is a problem.
>
> Following error occured.
>
> *""Could not resolve dependencies for project
> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
> The following artifacts could not be resolved:
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
> Failure to find
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
> in http://maven.wso2.org/nexus/content/groups/wso2-public/
>  was cached in 
> the
> local repository""*
>
> Please help.
>
> Best Regards,
> Nuwan Sameera.
>
> On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera <
> nuwansameer...@gmail.com> wrote:
>
>> Hi,
>>Thank You all.
>>
>> Regards,
>> Nuwan Sameera.
>>
>> On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:
>>
>>> Hi Nuwan,
>>>
>>> Please use the master branch since it is the latest.
>>>
>>> Thanks,
>>>
>>> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
>>> wrote:
>>>
 Hi Nuwan,


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-23 Thread Kamidu Punchihewa
Hi Nirmal,

Nuwan must be able to  build carbon-device-mgt-plugins master
branch without building any other repositories.Since all the snapshot
versions are in the snapshot nexus.Sorry for the inconvenience.
@Nuwan, Please make sure you have an active and working network connection
before building.In order to make sure nexus repository that cached in the
local repository updated to the latest versions and changes from the nexus
use *mvn clean install -U* or Use a clean local repository to overcome the
above issue.

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Tue, Feb 23, 2016 at 11:50 AM, Kamidu Punchihewa 
wrote:

> Hi Nirmal,
>
> Nuwan is trying to build the master version of the repositories which
> includes snapshot versions which is not yet released.
> To avoid these Nuwan needs to use the latest release version of CDMF[1]
> rather than the master branch which is under development.
>
> [1] https://github.com/wso2/carbon-device-mgt/tree/v1.0.3
>
> Thanks and Regards.
>
> Kamidu Sachith Punchihewa
> *Software Engineer*
> WSO2, Inc.
> lean . enterprise . middleware
> Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>
>
>
> Disclaimer: This communication may contain privileged or other
> confidential information and is intended exclusively for the addressee/s.
> If you are not the intended recipient/s, or believe that you may have
> received this communication in error, please reply to the sender indicating
> that fact and delete the copy you received and in addition, you should not
> print, copy, retransmit, disseminate, or otherwise use the information
> contained in this communication. Internet communications cannot be
> guaranteed to be timely, secure, error or virus-free. The sender does not
> accept liability for any errors or omissions.
>
> On Mon, Feb 22, 2016 at 5:22 PM, Nirmal Fernando  wrote:
>
>> Hi Hasunie,
>>
>> Why do we need to build these? Why aren't these jars there in Nexus?
>>
>> On Mon, Feb 22, 2016 at 5:04 PM, Hasunie Adikari 
>> wrote:
>>
>>> Hi Nuwan,
>>>
>>> First of all you need to build repositories in [1],[2],[3],[4] in
>>> mentioned order.That will be resolve the issue which you have faced.
>>>
>>>
>>> On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera >> > wrote:
>>>
 Hi,
I tried to build carbon-device-mgt-plugins master branch. But there
 is a problem.

 Following error occured.

 *""Could not resolve dependencies for project
 org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
 The following artifacts could not be resolved:
 org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
 org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
 org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
 org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
 Failure to find
 org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
 in http://maven.wso2.org/nexus/content/groups/wso2-public/
  was cached in the
 local repository""*

 Please help.

 Best Regards,
 Nuwan Sameera.

 On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera <
 nuwansameer...@gmail.com> wrote:

> Hi,
>Thank You all.
>
> Regards,
> Nuwan Sameera.
>
> On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:
>
>> Hi Nuwan,
>>
>> Please use the master branch since it is the latest.
>>
>> Thanks,
>>
>> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
>> wrote:
>>
>>> Hi Nuwan,
>>>
>>> Thank you for your interest in this project.You need to build
>>> following repositories accordingly.
>>>
>>> [1] https://github.com/wso2/carbon-device-mgt
>>> [2] https://github.com/wso2/carbon-device-mgt-plugins
>>> [3] https://github.com/wso2/product-cdm
>>> [4] https://github.com/wso2/product-mdm
>>>
>>>
>>> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera <
>>> 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-22 Thread Kamidu Punchihewa
Hi Nirmal,

Nuwan is trying to build the master version of the repositories which
includes snapshot versions which is not yet released.
To avoid these Nuwan needs to use the latest release version of CDMF[1]
rather than the master branch which is under development.

[1] https://github.com/wso2/carbon-device-mgt/tree/v1.0.3

Thanks and Regards.

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>


Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Mon, Feb 22, 2016 at 5:22 PM, Nirmal Fernando  wrote:

> Hi Hasunie,
>
> Why do we need to build these? Why aren't these jars there in Nexus?
>
> On Mon, Feb 22, 2016 at 5:04 PM, Hasunie Adikari  wrote:
>
>> Hi Nuwan,
>>
>> First of all you need to build repositories in [1],[2],[3],[4] in
>> mentioned order.That will be resolve the issue which you have faced.
>>
>>
>> On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera 
>> wrote:
>>
>>> Hi,
>>>I tried to build carbon-device-mgt-plugins master branch. But there
>>> is a problem.
>>>
>>> Following error occured.
>>>
>>> *""Could not resolve dependencies for project
>>> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
>>> The following artifacts could not be resolved:
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
>>> Failure to find
>>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
>>> in http://maven.wso2.org/nexus/content/groups/wso2-public/
>>>  was cached in the
>>> local repository""*
>>>
>>> Please help.
>>>
>>> Best Regards,
>>> Nuwan Sameera.
>>>
>>> On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera >> > wrote:
>>>
 Hi,
Thank You all.

 Regards,
 Nuwan Sameera.

 On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:

> Hi Nuwan,
>
> Please use the master branch since it is the latest.
>
> Thanks,
>
> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
> wrote:
>
>> Hi Nuwan,
>>
>> Thank you for your interest in this project.You need to build
>> following repositories accordingly.
>>
>> [1] https://github.com/wso2/carbon-device-mgt
>> [2] https://github.com/wso2/carbon-device-mgt-plugins
>> [3] https://github.com/wso2/product-cdm
>> [4] https://github.com/wso2/product-mdm
>>
>>
>> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera <
>> nuwansameer...@gmail.com> wrote:
>>
>>> Hello,
>>>There are many branches in carbon-device-mgt. What is the branch
>>> I need to build.
>>>
>>> Thanks
>>> Regards.
>>> Nuwan Sameera.
>>>
>>> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera <
>>> nuwansameer...@gmail.com> wrote:
>>>
 Hello,

   I'm Y.G.Nuwan Sameera. I am third year student of University
 of Moratuwa. I am interesting to work above project. How I need to 
 start my
 work.

 Thanks,
 Regards,
 Nuwan Sameera.

>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Hasunie Adikari*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>> blog http://hasuniea.blogspot.com
>> Mobile:+94715139495
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Milan Perera *| Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 77 309 7088 | Work: +94 11 214 5345
> Email: mi...@wso2.com  | Web: www.wso2.com
> 

Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-22 Thread Nirmal Fernando
Hi Hasunie,

Why do we need to build these? Why aren't these jars there in Nexus?

On Mon, Feb 22, 2016 at 5:04 PM, Hasunie Adikari  wrote:

> Hi Nuwan,
>
> First of all you need to build repositories in [1],[2],[3],[4] in
> mentioned order.That will be resolve the issue which you have faced.
>
>
> On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera 
> wrote:
>
>> Hi,
>>I tried to build carbon-device-mgt-plugins master branch. But there is
>> a problem.
>>
>> Following error occured.
>>
>> *""Could not resolve dependencies for project
>> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
>> The following artifacts could not be resolved:
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
>> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
>> Failure to find
>> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
>> in http://maven.wso2.org/nexus/content/groups/wso2-public/
>>  was cached in the
>> local repository""*
>>
>> Please help.
>>
>> Best Regards,
>> Nuwan Sameera.
>>
>> On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera 
>> wrote:
>>
>>> Hi,
>>>Thank You all.
>>>
>>> Regards,
>>> Nuwan Sameera.
>>>
>>> On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:
>>>
 Hi Nuwan,

 Please use the master branch since it is the latest.

 Thanks,

 On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
 wrote:

> Hi Nuwan,
>
> Thank you for your interest in this project.You need to build
> following repositories accordingly.
>
> [1] https://github.com/wso2/carbon-device-mgt
> [2] https://github.com/wso2/carbon-device-mgt-plugins
> [3] https://github.com/wso2/product-cdm
> [4] https://github.com/wso2/product-mdm
>
>
> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera <
> nuwansameer...@gmail.com> wrote:
>
>> Hello,
>>There are many branches in carbon-device-mgt. What is the branch I
>> need to build.
>>
>> Thanks
>> Regards.
>> Nuwan Sameera.
>>
>> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera <
>> nuwansameer...@gmail.com> wrote:
>>
>>> Hello,
>>>
>>>   I'm Y.G.Nuwan Sameera. I am third year student of University
>>> of Moratuwa. I am interesting to work above project. How I need to 
>>> start my
>>> work.
>>>
>>> Thanks,
>>> Regards,
>>> Nuwan Sameera.
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Hasunie Adikari*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com
> Mobile:+94715139495
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Milan Perera *| Software Engineer
 WSO2, Inc | lean. enterprise. middleware.
 #20, Palm Grove, Colombo 03, Sri Lanka
 Mobile: +94 77 309 7088 | Work: +94 11 214 5345
 Email: mi...@wso2.com  | Web: www.wso2.com
 

>>>
>>>
>>
>
>
> --
> *Hasunie Adikari*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com
> Mobile:+94715139495
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Team Lead - WSO2 Machine Learner
Associate Technical Lead - Data Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-22 Thread Hasunie Adikari
Hi Nuwan,

First of all you need to build repositories in [1],[2],[3],[4] in mentioned
order.That will be resolve the issue which you have faced.


On Mon, Feb 22, 2016 at 3:12 PM, Nuwan Sameera 
wrote:

> Hi,
>I tried to build carbon-device-mgt-plugins master branch. But there is
> a problem.
>
> Following error occured.
>
> *""Could not resolve dependencies for project
> org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
> The following artifacts could not be resolved:
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
> org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
> Failure to find
> org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
> in http://maven.wso2.org/nexus/content/groups/wso2-public/
>  was cached in the
> local repository""*
>
> Please help.
>
> Best Regards,
> Nuwan Sameera.
>
> On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera 
> wrote:
>
>> Hi,
>>Thank You all.
>>
>> Regards,
>> Nuwan Sameera.
>>
>> On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:
>>
>>> Hi Nuwan,
>>>
>>> Please use the master branch since it is the latest.
>>>
>>> Thanks,
>>>
>>> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
>>> wrote:
>>>
 Hi Nuwan,

 Thank you for your interest in this project.You need to build following
 repositories accordingly.

 [1] https://github.com/wso2/carbon-device-mgt
 [2] https://github.com/wso2/carbon-device-mgt-plugins
 [3] https://github.com/wso2/product-cdm
 [4] https://github.com/wso2/product-mdm


 On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera <
 nuwansameer...@gmail.com> wrote:

> Hello,
>There are many branches in carbon-device-mgt. What is the branch I
> need to build.
>
> Thanks
> Regards.
> Nuwan Sameera.
>
> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera <
> nuwansameer...@gmail.com> wrote:
>
>> Hello,
>>
>>   I'm Y.G.Nuwan Sameera. I am third year student of University of
>> Moratuwa. I am interesting to work above project. How I need to start my
>> work.
>>
>> Thanks,
>> Regards,
>> Nuwan Sameera.
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Hasunie Adikari*
 Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware
 blog http://hasuniea.blogspot.com
 Mobile:+94715139495

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Milan Perera *| Software Engineer
>>> WSO2, Inc | lean. enterprise. middleware.
>>> #20, Palm Grove, Colombo 03, Sri Lanka
>>> Mobile: +94 77 309 7088 | Work: +94 11 214 5345
>>> Email: mi...@wso2.com  | Web: www.wso2.com
>>> 
>>>
>>
>>
>


-- 
*Hasunie Adikari*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
blog http://hasuniea.blogspot.com
Mobile:+94715139495
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-22 Thread Nuwan Sameera
Hi,
   I tried to build carbon-device-mgt-plugins master branch. But there is a
problem.

Following error occured.

*""Could not resolve dependencies for project
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.impl:bundle:2.0.3-SNAPSHOT:
The following artifacts could not be resolved:
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT,
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions:jar:1.0.3-SNAPSHOT,
org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.common:jar:1.0.3-SNAPSHOT,
org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.core:jar:1.0.3-SNAPSHOT:
Failure to find
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.common:jar:1.0.3-SNAPSHOT
in http://maven.wso2.org/nexus/content/groups/wso2-public/
 was cached in the
local repository""*

Please help.

Best Regards,
Nuwan Sameera.

On Mon, Feb 22, 2016 at 9:58 AM, Nuwan Sameera 
wrote:

> Hi,
>Thank You all.
>
> Regards,
> Nuwan Sameera.
>
> On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:
>
>> Hi Nuwan,
>>
>> Please use the master branch since it is the latest.
>>
>> Thanks,
>>
>> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari 
>> wrote:
>>
>>> Hi Nuwan,
>>>
>>> Thank you for your interest in this project.You need to build following
>>> repositories accordingly.
>>>
>>> [1] https://github.com/wso2/carbon-device-mgt
>>> [2] https://github.com/wso2/carbon-device-mgt-plugins
>>> [3] https://github.com/wso2/product-cdm
>>> [4] https://github.com/wso2/product-mdm
>>>
>>>
>>> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera >> > wrote:
>>>
 Hello,
There are many branches in carbon-device-mgt. What is the branch I
 need to build.

 Thanks
 Regards.
 Nuwan Sameera.

 On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera <
 nuwansameer...@gmail.com> wrote:

> Hello,
>
>   I'm Y.G.Nuwan Sameera. I am third year student of University of
> Moratuwa. I am interesting to work above project. How I need to start my
> work.
>
> Thanks,
> Regards,
> Nuwan Sameera.
>


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Hasunie Adikari*
>>> Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>> blog http://hasuniea.blogspot.com
>>> Mobile:+94715139495
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Milan Perera *| Software Engineer
>> WSO2, Inc | lean. enterprise. middleware.
>> #20, Palm Grove, Colombo 03, Sri Lanka
>> Mobile: +94 77 309 7088 | Work: +94 11 214 5345
>> Email: mi...@wso2.com  | Web: www.wso2.com
>> 
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Nuwan Sameera
Hi,
   Thank You all.

Regards,
Nuwan Sameera.

On Mon, Feb 22, 2016 at 9:11 AM, Milan Perera  wrote:

> Hi Nuwan,
>
> Please use the master branch since it is the latest.
>
> Thanks,
>
> On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari  wrote:
>
>> Hi Nuwan,
>>
>> Thank you for your interest in this project.You need to build following
>> repositories accordingly.
>>
>> [1] https://github.com/wso2/carbon-device-mgt
>> [2] https://github.com/wso2/carbon-device-mgt-plugins
>> [3] https://github.com/wso2/product-cdm
>> [4] https://github.com/wso2/product-mdm
>>
>>
>> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera 
>> wrote:
>>
>>> Hello,
>>>There are many branches in carbon-device-mgt. What is the branch I
>>> need to build.
>>>
>>> Thanks
>>> Regards.
>>> Nuwan Sameera.
>>>
>>> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera >> > wrote:
>>>
 Hello,

   I'm Y.G.Nuwan Sameera. I am third year student of University of
 Moratuwa. I am interesting to work above project. How I need to start my
 work.

 Thanks,
 Regards,
 Nuwan Sameera.

>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Hasunie Adikari*
>> Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>> blog http://hasuniea.blogspot.com
>> Mobile:+94715139495
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Milan Perera *| Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 77 309 7088 | Work: +94 11 214 5345
> Email: mi...@wso2.com  | Web: www.wso2.com
> 
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Nuwan Sameera
Hi,
What is the branch I need to build above products.

Regards,
Nuwan Sameera.

On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari  wrote:

> Hi Nuwan,
>
> Thank you for your interest in this project.You need to build following
> repositories accordingly.
>
> [1] https://github.com/wso2/carbon-device-mgt
> [2] https://github.com/wso2/carbon-device-mgt-plugins
> [3] https://github.com/wso2/product-cdm
> [4] https://github.com/wso2/product-mdm
>
>
> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera 
> wrote:
>
>> Hello,
>>There are many branches in carbon-device-mgt. What is the branch I
>> need to build.
>>
>> Thanks
>> Regards.
>> Nuwan Sameera.
>>
>> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera 
>> wrote:
>>
>>> Hello,
>>>
>>>   I'm Y.G.Nuwan Sameera. I am third year student of University of
>>> Moratuwa. I am interesting to work above project. How I need to start my
>>> work.
>>>
>>> Thanks,
>>> Regards,
>>> Nuwan Sameera.
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Hasunie Adikari*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com
> Mobile:+94715139495
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Milan Perera
Hi Nuwan,

Please use the master branch since it is the latest.

Thanks,

On Mon, Feb 22, 2016 at 8:53 AM, Hasunie Adikari  wrote:

> Hi Nuwan,
>
> Thank you for your interest in this project.You need to build following
> repositories accordingly.
>
> [1] https://github.com/wso2/carbon-device-mgt
> [2] https://github.com/wso2/carbon-device-mgt-plugins
> [3] https://github.com/wso2/product-cdm
> [4] https://github.com/wso2/product-mdm
>
>
> On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera 
> wrote:
>
>> Hello,
>>There are many branches in carbon-device-mgt. What is the branch I
>> need to build.
>>
>> Thanks
>> Regards.
>> Nuwan Sameera.
>>
>> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera 
>> wrote:
>>
>>> Hello,
>>>
>>>   I'm Y.G.Nuwan Sameera. I am third year student of University of
>>> Moratuwa. I am interesting to work above project. How I need to start my
>>> work.
>>>
>>> Thanks,
>>> Regards,
>>> Nuwan Sameera.
>>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Hasunie Adikari*
> Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
> blog http://hasuniea.blogspot.com
> Mobile:+94715139495
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Milan Perera *| Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 77 309 7088 | Work: +94 11 214 5345
Email: mi...@wso2.com  | Web: www.wso2.com

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Hasunie Adikari
Hi Nuwan,

Thank you for your interest in this project.You need to build following
repositories accordingly.

[1] https://github.com/wso2/carbon-device-mgt
[2] https://github.com/wso2/carbon-device-mgt-plugins
[3] https://github.com/wso2/product-cdm
[4] https://github.com/wso2/product-mdm


On Mon, Feb 22, 2016 at 7:30 AM, Nuwan Sameera 
wrote:

> Hello,
>There are many branches in carbon-device-mgt. What is the branch I need
> to build.
>
> Thanks
> Regards.
> Nuwan Sameera.
>
> On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera 
> wrote:
>
>> Hello,
>>
>>   I'm Y.G.Nuwan Sameera. I am third year student of University of
>> Moratuwa. I am interesting to work above project. How I need to start my
>> work.
>>
>> Thanks,
>> Regards,
>> Nuwan Sameera.
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Hasunie Adikari*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
blog http://hasuniea.blogspot.com
Mobile:+94715139495
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Nuwan Sameera
Hello,
   There are many branches in carbon-device-mgt. What is the branch I need
to build.

Thanks
Regards.
Nuwan Sameera.

On Sun, Feb 21, 2016 at 2:02 PM, Nuwan Sameera 
wrote:

> Hello,
>
>   I'm Y.G.Nuwan Sameera. I am third year student of University of
> Moratuwa. I am interesting to work above project. How I need to start my
> work.
>
> Thanks,
> Regards,
> Nuwan Sameera.
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [GSoC 2016] [CDMF] Calculate Device Health Status using Analytics and API Calls

2016-02-21 Thread Nuwan Sameera
Hello,

  I'm Y.G.Nuwan Sameera. I am third year student of University of
Moratuwa. I am interesting to work above project. How I need to start my
work.

Thanks,
Regards,
Nuwan Sameera.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev