Re: [Ivy] A workspace resolver for Ant

2015-01-26 Thread Nicolas Lalevée
> Le 26 janv. 2015 à 00:38, Antoine Levy Lambert a écrit : > > Hello Nicolas, > > I am trying to understand in which use case I would need this resolver. It > seems to be in the case that you want to build using Ant a stack of modules > in a directory tree, and use the target/classes folder o

Re: [Ivy] A workspace resolver for Ant

2015-01-25 Thread Antoine Levy Lambert
Hello Nicolas, I am trying to understand in which use case I would need this resolver. It seems to be in the case that you want to build using Ant a stack of modules in a directory tree, and use the target/classes folder of each module as a dependency. Does this workspace resolver also has som

[Ivy] A workspace resolver for Ant

2015-01-25 Thread Nicolas Lalevée
Hi, We’ve been wondering if the workspace resolver which exists for IvyDE could be transposed to the Ant world. I think I have made a working one. And I just pushed it. The main issue in the design was about how Ant would be able to describe to Ivy the projects to take into account, and which