Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个(Eclipse-)项目。项目 A 依赖于项目 B,但项目不是嵌套的,即项目 A 不是项目 B 的子项目。Apache Ivy 负责依赖管理。当我在项目 A 中运行编译任务时,有什么方法可以自动触发编译任务(在项目 B 中)(例如,如果项目 B 的 jar 文件不存在)?提前一百万谢谢。
您需要使用 ivy 任务buildlist。