Re: [Dev] [ESB] Why are ESB connector integration tests in separate projects ?

2014-04-07 Thread Malaka Silva
Hi Kasun,

It should be in one location.

I will change the once committed and advice for future once.

Best Regards,
Malaka


On Mon, Apr 7, 2014 at 11:51 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi Malaka,

 Any reason for keeping integration tests and connector code in two
 different locations?
 We have decided that the connector code + integration test must be there
 in the same place so that the connector is self-contained.


 On Mon, Apr 7, 2014 at 10:31 AM, Rushmin Fernando rush...@wso2.comwrote:

 Hi folks,

 What are the reasons behind placing the integration tests in separate
 folders rather than putting them in  the connector projects themselves.

 e.g. Google drive connector :
 https://github.com/wso2/esb-connectors/tree/master/googledrive
Google drive integration tests :
 https://github.com/wso2/esb-connectors/tree/master/googledrive-connector-test

 And isn't it a good idea to pull the ESB binary zip file as a maven
 dependency rather than copying it manually ?

 Thanks
 /rushmin

 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



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




 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/




-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/http://wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature  Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] Why are ESB connector integration tests in separate projects ?

2014-04-07 Thread Rushmin Fernando
Thanks Malaka and Kasun. Shall I give a try to do this in my APNs connector
?


On Mon, Apr 7, 2014 at 12:08 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Kasun,

 It should be in one location.

 I will change the once committed and advice for future once.

 Best Regards,
 Malaka


 On Mon, Apr 7, 2014 at 11:51 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi Malaka,

 Any reason for keeping integration tests and connector code in two
 different locations?
 We have decided that the connector code + integration test must be there
 in the same place so that the connector is self-contained.


 On Mon, Apr 7, 2014 at 10:31 AM, Rushmin Fernando rush...@wso2.comwrote:

 Hi folks,

 What are the reasons behind placing the integration tests in separate
 folders rather than putting them in  the connector projects themselves.

 e.g. Google drive connector :
 https://github.com/wso2/esb-connectors/tree/master/googledrive
Google drive integration tests :
 https://github.com/wso2/esb-connectors/tree/master/googledrive-connector-test

 And isn't it a good idea to pull the ESB binary zip file as a maven
 dependency rather than copying it manually ?

 Thanks
 /rushmin

 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



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




 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future. Print this
 email only if it is absolutely necessary.




-- 
*Rushmin Fernando*
*Technical Lead*

WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

email : rush...@wso2.com
mobile : +94772310855
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESB] Why are ESB connector integration tests in separate projects ?

2014-04-07 Thread Malaka Silva
sure go ahead


On Mon, Apr 7, 2014 at 12:12 PM, Rushmin Fernando rush...@wso2.com wrote:

 Thanks Malaka and Kasun. Shall I give a try to do this in my APNs
 connector ?


 On Mon, Apr 7, 2014 at 12:08 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Kasun,

 It should be in one location.

 I will change the once committed and advice for future once.

 Best Regards,
 Malaka


 On Mon, Apr 7, 2014 at 11:51 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi Malaka,

 Any reason for keeping integration tests and connector code in two
 different locations?
 We have decided that the connector code + integration test must be there
 in the same place so that the connector is self-contained.


 On Mon, Apr 7, 2014 at 10:31 AM, Rushmin Fernando rush...@wso2.comwrote:

 Hi folks,

 What are the reasons behind placing the integration tests in separate
 folders rather than putting them in  the connector projects themselves.

 e.g. Google drive connector :
 https://github.com/wso2/esb-connectors/tree/master/googledrive
Google drive integration tests :
 https://github.com/wso2/esb-connectors/tree/master/googledrive-connector-test

 And isn't it a good idea to pull the ESB binary zip file as a maven
 dependency rather than copying it manually ?

 Thanks
 /rushmin

 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855



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




 --
 Kasun Indrasiri
 Software Architect
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 77 556 5206
 Blog : http://kasunpanorama.blogspot.com/




 --

 Best Regards,

 Malaka Silva
 Senior Tech Lead
 M: +94 777 219 791
 Tel : 94 11 214 5345
 Fax :94 11 2145300
 Skype : malaka.sampath.silva
 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
 Blog : http://mrmalakasilva.blogspot.com/

 WSO2, Inc.
 lean . enterprise . middleware
 http://www.wso2.com/
 http://www.wso2.com/about/team/malaka-silva/http://wso2.com/about/team/malaka-silva/

 Save a tree -Conserve nature  Save the world for your future. Print this
 email only if it is absolutely necessary.




 --
 *Rushmin Fernando*
 *Technical Lead*

 WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

 email : rush...@wso2.com
 mobile : +94772310855





-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/http://wso2.com/about/team/malaka-silva/

Save a tree -Conserve nature  Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ESB] Why are ESB connector integration tests in separate projects ?

2014-04-06 Thread Rushmin Fernando
Hi folks,

What are the reasons behind placing the integration tests in separate
folders rather than putting them in  the connector projects themselves.

e.g. Google drive connector :
https://github.com/wso2/esb-connectors/tree/master/googledrive
   Google drive integration tests :
https://github.com/wso2/esb-connectors/tree/master/googledrive-connector-test

And isn't it a good idea to pull the ESB binary zip file as a maven
dependency rather than copying it manually ?

Thanks
/rushmin

-- 
*Rushmin Fernando*
*Technical Lead*

WSO2 Inc. http://wso2.com/ - Lean . Enterprise . Middleware

email : rush...@wso2.com
mobile : +94772310855
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev