Re: Quick rundown for using Ivy with multiple projects?

2020-11-28 Thread Jaikiran Pai
It's a bit too late here, so I'll keep this short for now. In one of the projects that we have, which has a similar structure, we use Ivy's buildlist task[1] to first create the ordered list of projects that need to be built and then invoke on that ordered list. So the top level build.xml will

Quick rundown for using Ivy with multiple projects?

2020-11-28 Thread Robert 'Bobby' Zenz
Can somebody give me a quick rundown regarding the usage of Ant+Icy when having multiple projects in the same repository. I'm a little bit confusing regarding how to define the dependency. Let's assume that Project AB has the two modules A and B: Parent AB |-Project A | |-src

Re: Quick rundown for using Ivy with multiple projects?

2020-11-28 Thread Jaikiran Pai
And of course, you then just do: ant clean deploy from the top level directory and that will then run those targets for all sub-projects. -Jaikiran On 28/11/20 9:34 pm, Jaikiran Pai wrote: It's a bit too late here, so I'll keep this short for now. In one of the projects that we have, which