WSO2 BPS 3.5.0 源代码

WSO2 BPS 3.5.0 source code

我尝试按照文档 (https://docs.wso2.com/display/BPS350/Working+with+the+Source+Code), but there is no org.wso2.carbon.humantask_4.4.4.jar inside the downloading component. Also I cannot find the source code in svn (https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/business-processes/humantask/org.wso2.carbon.humantask/) 从源代码构建 wso2 bps 3.5。

谁能帮忙找出这个代码库在哪里。

如果您查看 release matrix, this is released with carbon 4.4.x where sources are in Git repos. So the sources should be available in this Git repo(检查正确的分支版本)。请注意,您不必从源代码构建整个产品,只需对相关组件进行更改并构建 jar。然后将其作为补丁应用到产品中。