下载cuba源代码到本地,用cuba studio不能将它转为cuba项目

将cuba源代码git clone到本地,然后使用cuba studio,New -> New project form existing sources -> 选择cuba项目,然后选择Import project from external model,并在下方选择CUBA。
未做任何修改,build的时候很快就报错,报错信息是找不到7.2-SNAPSHOT包:Could not find com.haulmont.gradle:cuba-plugin:7.2-SNAPSHOT

将版本改为7.1.1后,build成功,但是左侧显示的项目结构不是CUBA的结构,在run configuration中,显示Error: Current project is not a CUBA Platform project. Try resync the project

CUBA 框架的源码本身的结构不是CUBA 项目的结构, 所以不能用CUBA Studio 来管理和开发CUBA 框架源码。

如果我像README里写的那样,从源代码构建平台,是不是可以作为cuba项目跑起来,同时又能在项目本地看到cuba自带功能的代码?

不用下载 、构建 CUBA 框架也是可以查看它的源码的。在IDEA中,按住Ctrl,再点击要查看其源码的CUBA框架类,就能看到源码。

ok,我明白了,谢谢。
麻烦帮我看下有关动态属性的问题呢? 我的另一个提问