Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
Hi Arunan,

In my case, it builds fine without any changes because the
maven-assembly-plugin is of version 2.2-beta-5. But according to your log
maven-assembly-plugin version 2.4.1 and it doesn't support assemblies
without id. pom.xml doesn't force any version hence causing such problems.
We will fix this.

Thanks,
Keerthika.

On Thu, Nov 9, 2017 at 5:43 PM, Keerthika Mahendralingam  wrote:

> Hi Arunan,
>
> I tried the twitter connector as well. I was able to build it
> successfully. Anyhow, we will check into this further.
>
> Environment:
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-10T22:11:47+05:30)
> Maven home: /usr/local/Cellar/maven@3.3/3.3.9/libexec
> Java version: 1.8.0_121, vendor: Oracle Corporation
> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_
> 121.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"
>
> Thanks,
> Keerthika.
>
> On Thu, Nov 9, 2017 at 5:35 PM, Arunan Sugunakumar 
> wrote:
>
>> Hi,
>>
>> I cloned esb-connector-github[1] and esb-connector-twitter[2] and tried
>> "mvn clean install" inside the directory.
>>
>> I have attached the terminal logs with this mail.
>>
>> Environment :
>> Apache Maven 3.3.9
>> Maven home: /usr/share/maven
>> Java version: 1.8.0_151, vendor: Oracle Corporation
>> Java home: /usr/lib/jvm/java-8-oracle/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "linux", version: "4.4.0-98-generic", arch: "amd64", family:
>> "unix"
>>
>>
>> [1] https://github.com/wso2-extensions/esb-connector-github
>> 
>> [2] https://github.com/wso2-extensions/esb-connector-twitter
>>
>>
>> Thank you
>>
>> On Thu, Nov 9, 2017 at 4:53 PM, Keerthika Mahendralingam <
>> keerth...@wso2.com> wrote:
>>
>>> Hi Arunan,
>>>
>>> We were able to build the connectors successfully with maven latest
>>> versions(checked with 3.2.2, 3.3.9, 3.5.0 and 3.5.2). Could you please let
>>> us know what are the connectors that you tried? And what is the error you
>>> got?
>>>
>>> Thanks,
>>> Keerthika.
>>>
>>> On Thu, Nov 9, 2017 at 11:55 AM, Keerthika Mahendralingam <
>>> keerth...@wso2.com> wrote:
>>>
 Hi Arun,

 We will check and let you know.

 Thanks,
 Keerthika.

 On Thu, Nov 9, 2017 at 11:22 AM, Godwin Shrimal 
 wrote:

> Adding @Malaka.
>
>
>
> Thanks
> Godwin
>
> On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar 
> wrote:
>
>> Hi,
>>
>> Almost all the ESB connectors in wso2 extensions github organisation
>> fails when you are building them with mvn 3.3.9 which is the latest
>> version. But they are building fine when you are using mvn 3.0.5. There 
>> is
>> nothing about this mentioned in github readme files.
>>
>> IMHO it is better to include them in the readme files because it
>> saves a lot of time for the developer when he tries to contribute the
>> repositories. Or else he would have to go through all the documentation 
>> to
>> find the one place
>> 
>> where it says about it.
>>
>> The readme file just says run mvn clean install for now.
>>
>> Thanks
>>
>> --
>> *Sugunakumar Arunan*
>> Sofware Engineering - Intern | WSO2
>>
>> Email : aru...@wso2.com
>> Mobile : 0766016272
>> Web : http://wso2.com
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Associate Technical Lead
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
> *
> twitter: https://twitter.com/godwinamila
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 
 Keerthika Mahendralingam
 Software Engineer
 Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
 keerth...@wso2.com
 WSO2, Inc.
 lean . enterprise . middleware

>>>
>>>
>>>
>>> --
>>> 
>>> Keerthika Mahendralingam
>>> Software Engineer
>>> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
>>> keerth...@wso2.com
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>>
>>
>>
>>
>> --
>> *Sugunakumar Arunan*
>> Sofware Engineering - Intern | WSO2
>>
>> Email : aru...@wso2.com
>> Mobile : 

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
Hi Arunan,

I tried the twitter connector as well. I was able to build it successfully.
Anyhow, we will check into this further.

Environment:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T22:11:47+05:30)
Maven home: /usr/local/Cellar/maven@3.3/3.3.9/libexec
Java version: 1.8.0_121, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

Thanks,
Keerthika.

On Thu, Nov 9, 2017 at 5:35 PM, Arunan Sugunakumar  wrote:

> Hi,
>
> I cloned esb-connector-github[1] and esb-connector-twitter[2] and tried
> "mvn clean install" inside the directory.
>
> I have attached the terminal logs with this mail.
>
> Environment :
> Apache Maven 3.3.9
> Maven home: /usr/share/maven
> Java version: 1.8.0_151, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-oracle/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-98-generic", arch: "amd64", family:
> "unix"
>
>
> [1] https://github.com/wso2-extensions/esb-connector-github
> 
> [2] https://github.com/wso2-extensions/esb-connector-twitter
>
>
> Thank you
>
> On Thu, Nov 9, 2017 at 4:53 PM, Keerthika Mahendralingam <
> keerth...@wso2.com> wrote:
>
>> Hi Arunan,
>>
>> We were able to build the connectors successfully with maven latest
>> versions(checked with 3.2.2, 3.3.9, 3.5.0 and 3.5.2). Could you please let
>> us know what are the connectors that you tried? And what is the error you
>> got?
>>
>> Thanks,
>> Keerthika.
>>
>> On Thu, Nov 9, 2017 at 11:55 AM, Keerthika Mahendralingam <
>> keerth...@wso2.com> wrote:
>>
>>> Hi Arun,
>>>
>>> We will check and let you know.
>>>
>>> Thanks,
>>> Keerthika.
>>>
>>> On Thu, Nov 9, 2017 at 11:22 AM, Godwin Shrimal  wrote:
>>>
 Adding @Malaka.



 Thanks
 Godwin

 On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar 
 wrote:

> Hi,
>
> Almost all the ESB connectors in wso2 extensions github organisation
> fails when you are building them with mvn 3.3.9 which is the latest
> version. But they are building fine when you are using mvn 3.0.5. There is
> nothing about this mentioned in github readme files.
>
> IMHO it is better to include them in the readme files because it saves
> a lot of time for the developer when he tries to contribute the
> repositories. Or else he would have to go through all the documentation to
> find the one place
> 
> where it says about it.
>
> The readme file just says run mvn clean install for now.
>
> Thanks
>
> --
> *Sugunakumar Arunan*
> Sofware Engineering - Intern | WSO2
>
> Email : aru...@wso2.com
> Mobile : 0766016272
> Web : http://wso2.com
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Godwin Amila Shrimal*
 Associate Technical Lead
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
 *
 twitter: https://twitter.com/godwinamila
 

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


>>>
>>>
>>> --
>>> 
>>> Keerthika Mahendralingam
>>> Software Engineer
>>> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
>>> keerth...@wso2.com
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>>
>>
>>
>>
>> --
>> 
>> Keerthika Mahendralingam
>> Software Engineer
>> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
>> keerth...@wso2.com
>> WSO2, Inc.
>> lean . enterprise . middleware
>>
>
>
>
> --
> *Sugunakumar Arunan*
> Sofware Engineering - Intern | WSO2
>
> Email : aru...@wso2.com
> Mobile : 0766016272
> Web : http://wso2.com
> 
>



-- 

Keerthika Mahendralingam
Software Engineer
Mobile :+94 (0) 776 121144
keerth...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.wso2.carbon.connector:org.wso2.carbon.connector.twitter:jar:2.0.7-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found 
duplicate declaration of plugin 
org.apache.maven.plugins:maven-dependency-plugin @ line 275, column 21

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Arunan Sugunakumar
Hi,

I cloned esb-connector-github[1] and esb-connector-twitter[2] and tried
"mvn clean install" inside the directory.

I have attached the terminal logs with this mail.

Environment :
Apache Maven 3.3.9
Maven home: /usr/share/maven
Java version: 1.8.0_151, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-98-generic", arch: "amd64", family: "unix"


[1] https://github.com/wso2-extensions/esb-connector-github

[2] https://github.com/wso2-extensions/esb-connector-twitter


Thank you

On Thu, Nov 9, 2017 at 4:53 PM, Keerthika Mahendralingam  wrote:

> Hi Arunan,
>
> We were able to build the connectors successfully with maven latest
> versions(checked with 3.2.2, 3.3.9, 3.5.0 and 3.5.2). Could you please let
> us know what are the connectors that you tried? And what is the error you
> got?
>
> Thanks,
> Keerthika.
>
> On Thu, Nov 9, 2017 at 11:55 AM, Keerthika Mahendralingam <
> keerth...@wso2.com> wrote:
>
>> Hi Arun,
>>
>> We will check and let you know.
>>
>> Thanks,
>> Keerthika.
>>
>> On Thu, Nov 9, 2017 at 11:22 AM, Godwin Shrimal  wrote:
>>
>>> Adding @Malaka.
>>>
>>>
>>>
>>> Thanks
>>> Godwin
>>>
>>> On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar 
>>> wrote:
>>>
 Hi,

 Almost all the ESB connectors in wso2 extensions github organisation
 fails when you are building them with mvn 3.3.9 which is the latest
 version. But they are building fine when you are using mvn 3.0.5. There is
 nothing about this mentioned in github readme files.

 IMHO it is better to include them in the readme files because it saves
 a lot of time for the developer when he tries to contribute the
 repositories. Or else he would have to go through all the documentation to
 find the one place
 
 where it says about it.

 The readme file just says run mvn clean install for now.

 Thanks

 --
 *Sugunakumar Arunan*
 Sofware Engineering - Intern | WSO2

 Email : aru...@wso2.com
 Mobile : 0766016272
 Web : http://wso2.com
 

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


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Associate Technical Lead
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
>>> *
>>> twitter: https://twitter.com/godwinamila
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> 
>> Keerthika Mahendralingam
>> Software Engineer
>> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
>> keerth...@wso2.com
>> WSO2, Inc.
>> lean . enterprise . middleware
>>
>
>
>
> --
> 
> Keerthika Mahendralingam
> Software Engineer
> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
> keerth...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
>



-- 
*Sugunakumar Arunan*
Sofware Engineering - Intern | WSO2

Email : aru...@wso2.com
Mobile : 0766016272
Web : http://wso2.com

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.wso2.carbon.connector:org.wso2.carbon.connector.twitter:jar:2.0.7-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found 
duplicate declaration of plugin 
org.apache.maven.plugins:maven-dependency-plugin @ line 275, column 21
[WARNING] The expression ${version} is deprecated. Please use 
${project.version} instead.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] 
[INFO] 
[INFO] Building WSO2 Carbon - Mediation Library Connector For Twitter 
2.0.7-SNAPSHOT
[INFO] 
[WARNING] The POM for org.apache.bsf:bsf-all:jar:3.0 is missing, no dependency 
information available
[WARNING] The POM for 
org.eclipse.equinox:org.eclipse.equinox.http.servlet:jar:1.0.200.v20090520-1800 
is invalid, transitive dependencies (if any) will not be available, enable 
debug logging for more 

Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-09 Thread Keerthika Mahendralingam
Hi Arunan,

We were able to build the connectors successfully with maven latest
versions(checked with 3.2.2, 3.3.9, 3.5.0 and 3.5.2). Could you please let
us know what are the connectors that you tried? And what is the error you
got?

Thanks,
Keerthika.

On Thu, Nov 9, 2017 at 11:55 AM, Keerthika Mahendralingam <
keerth...@wso2.com> wrote:

> Hi Arun,
>
> We will check and let you know.
>
> Thanks,
> Keerthika.
>
> On Thu, Nov 9, 2017 at 11:22 AM, Godwin Shrimal  wrote:
>
>> Adding @Malaka.
>>
>>
>>
>> Thanks
>> Godwin
>>
>> On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar 
>> wrote:
>>
>>> Hi,
>>>
>>> Almost all the ESB connectors in wso2 extensions github organisation
>>> fails when you are building them with mvn 3.3.9 which is the latest
>>> version. But they are building fine when you are using mvn 3.0.5. There is
>>> nothing about this mentioned in github readme files.
>>>
>>> IMHO it is better to include them in the readme files because it saves a
>>> lot of time for the developer when he tries to contribute the repositories.
>>> Or else he would have to go through all the documentation to find the one
>>> place
>>> 
>>> where it says about it.
>>>
>>> The readme file just says run mvn clean install for now.
>>>
>>> Thanks
>>>
>>> --
>>> *Sugunakumar Arunan*
>>> Sofware Engineering - Intern | WSO2
>>>
>>> Email : aru...@wso2.com
>>> Mobile : 0766016272
>>> Web : http://wso2.com
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Associate Technical Lead
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
>> *
>> twitter: https://twitter.com/godwinamila
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> 
> Keerthika Mahendralingam
> Software Engineer
> Mobile :+94 (0) 776 121144 <+94%2077%20612%201144>
> keerth...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
>



-- 

Keerthika Mahendralingam
Software Engineer
Mobile :+94 (0) 776 121144
keerth...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-08 Thread Keerthika Mahendralingam
Hi Arun,

We will check and let you know.

Thanks,
Keerthika.

On Thu, Nov 9, 2017 at 11:22 AM, Godwin Shrimal  wrote:

> Adding @Malaka.
>
>
>
> Thanks
> Godwin
>
> On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar 
> wrote:
>
>> Hi,
>>
>> Almost all the ESB connectors in wso2 extensions github organisation
>> fails when you are building them with mvn 3.3.9 which is the latest
>> version. But they are building fine when you are using mvn 3.0.5. There is
>> nothing about this mentioned in github readme files.
>>
>> IMHO it is better to include them in the readme files because it saves a
>> lot of time for the developer when he tries to contribute the repositories.
>> Or else he would have to go through all the documentation to find the one
>> place
>> 
>> where it says about it.
>>
>> The readme file just says run mvn clean install for now.
>>
>> Thanks
>>
>> --
>> *Sugunakumar Arunan*
>> Sofware Engineering - Intern | WSO2
>>
>> Email : aru...@wso2.com
>> Mobile : 0766016272
>> Web : http://wso2.com
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Associate Technical Lead
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
> *
> twitter: https://twitter.com/godwinamila
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Keerthika Mahendralingam
Software Engineer
Mobile :+94 (0) 776 121144
keerth...@wso2.com
WSO2, Inc.
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error when building connectors from source in wso2 extensions

2017-11-08 Thread Godwin Shrimal
Adding @Malaka.



Thanks
Godwin

On Wed, Nov 8, 2017 at 3:54 PM, Arunan Sugunakumar  wrote:

> Hi,
>
> Almost all the ESB connectors in wso2 extensions github organisation fails
> when you are building them with mvn 3.3.9 which is the latest version. But
> they are building fine when you are using mvn 3.0.5. There is nothing about
> this mentioned in github readme files.
>
> IMHO it is better to include them in the readme files because it saves a
> lot of time for the developer when he tries to contribute the repositories.
> Or else he would have to go through all the documentation to find the one
> place
> 
> where it says about it.
>
> The readme file just says run mvn clean install for now.
>
> Thanks
>
> --
> *Sugunakumar Arunan*
> Sofware Engineering - Intern | WSO2
>
> Email : aru...@wso2.com
> Mobile : 0766016272
> Web : http://wso2.com
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Godwin Amila Shrimal*
Associate Technical Lead
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *https://www.linkedin.com/in/godwin-amila-2ba26844/
*
twitter: https://twitter.com/godwinamila

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


[Dev] Error when building connectors from source in wso2 extensions

2017-11-08 Thread Arunan Sugunakumar
Hi,

Almost all the ESB connectors in wso2 extensions github organisation fails
when you are building them with mvn 3.3.9 which is the latest version. But
they are building fine when you are using mvn 3.0.5. There is nothing about
this mentioned in github readme files.

IMHO it is better to include them in the readme files because it saves a
lot of time for the developer when he tries to contribute the repositories.
Or else he would have to go through all the documentation to find the one
place

where it says about it.

The readme file just says run mvn clean install for now.

Thanks

-- 
*Sugunakumar Arunan*
Sofware Engineering - Intern | WSO2

Email : aru...@wso2.com
Mobile : 0766016272
Web : http://wso2.com

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