开发者

Ant: project dependencies in a flat project layout with ivy

开发者 https://www.devze.com 2022-12-25 03:46 出处:网络
I have two (Eclipse-) projects. Proj开发者_如何学Pythonect A depends on project B, but the projects aren\'t nested i.e. project A is not a subproject of project B. Apache Ivy is responsible for the de

I have two (Eclipse-) projects. Proj开发者_如何学Pythonect A depends on project B, but the projects aren't nested i.e. project A is not a subproject of project B. Apache Ivy is responsible for the dependency management. When I run the compile task in Project A, is there any way to trigger the compile task (in project B) automatically (for example if the jar file of project B doesn't exist)? Thanks a million in advance.


You need to use the ivy task buildlist.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号