Ant calling child project parent project ivy.xml overriding child project ivy.xml

Posted by J G on Stack Overflow See other posts from Stack Overflow or by J G
Published on 2010-05-05T00:04:17Z Indexed on 2010/05/05 0:08 UTC
Read the original article Hit count: 728

Filed under:
|
|
|
|

We've got a parent project and a child project java builds using ant and ivy. The child project needs to be able to build independently.

When the parent project calls the child project the antfile command - the parent project's ivy.xml overrides the child project's ivy.xml

Does anyone know how to keep the child project using its own ivy.xml?

© Stack Overflow or respective owner

Related posts about java

Related posts about ant