使用Google电子表格连接器wso2

时间:2015-11-10 09:23:22

标签: google-sheets wso2 wso2esb

我想在https://github.com/wso2/esb-connectors/tree/048e223c037b447c3f77c2b7e72338dc26ea5c46/googlespreadsheet使用google电子表格连接器。但在wso2 store中找不到它。我想知道如何编译它并使用github的连接器。请帮忙

3 个答案:

答案 0 :(得分:1)

通常git不会允许你获得一个文件夹。所以你需要采用svn方法。遵循bellow指令原样。 (假设你在linux / mac环境中工作。如果没有让命令在windows上工作。

  1. 随时随地创建新目录并在

    中导航

    wget https://raw.githubusercontent.com/wso2/esb-connectors/048e223c037b447c3f77c2b7e72338dc26ea5c46/pom.xml

  2. mkdir wso2

  3. cd wso2
  4. mkdir esbconnector
  5. cd esbconnector/
  6. mkdir googlespreadhseet
  7. cd googlespreadhseet/
  8. svn checkout https://github.com/wso2/esb-connectors/trunk/googlespreadsheet/googlespreadsheet-connector/googlespreadsheet-connector-2.0.0/org.wso2.carbon.connector
  9. cd org.wso2.carbon.connector/

    mvn clean install

  10. 下载少量工件可能需要很少的时间。如果它最终导致错误,即未找到集成测试,则从同一个repo获取集成测试Base并首先构建它。然后重建连接器

答案 1 :(得分:1)

最近,Google电子表格版本2连接器已使用REST API创建并添加到WSO2商店。 Connector zip文件可以从here下载。转到链接并单击“下载连接器”按钮,然后按documentation进行配置。

答案 2 :(得分:0)