ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.67k stars 750 forks source link

Could not find package wso2/kafka:* issue #9777

Closed Shan1024 closed 6 years ago

Shan1024 commented 6 years ago

Description:

could not find package wso2/kafka:* message gets printed even when the build is exiting with status code 0.

Complete Tavis log - https://travis-ci.org/ballerina-guides/messaging-with-kafka/builds/409675684

messaging-with-kafka - travis ci 2018-07-31 09-10-43
mkasovic commented 6 years ago

I had similar issue with other native connectors. Problem is that Ballerina expects to find content of balo folder from connector distribution zip to be present in user's home folder at location $HOME/.ballerina/repo.

So, in case of redis connector, for example, distribution files should in the following locations:

NatashaWso2 commented 6 years ago

This error comes for all the native connectors which are not pushed to central. Please refer the original issue for more updates https://github.com/ballerina-platform/ballerina-lang/issues/8314

NatashaWso2 commented 6 years ago

Closing this issue since it is already tracked with #8314