Ant: project dependencies in a flat project layout with ivy
Posted
by MH
on Stack Overflow
See other posts from Stack Overflow
or by MH
Published on 2010-04-01T18:35:30Z
Indexed on
2010/04/01
23:23 UTC
Read the original article
Hit count: 367
Hello,
I have two (Eclipse-) projects. Project 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.
© Stack Overflow or respective owner