Hi all,
I have a reasonably large (thousands of files) project which is divided between client (100% C#) and server (95% Java with a bit of C#).
I have recently introduced Ivy as a test into the server only and it works fine, fetching dependencies and publishing. I could have another ivy config/setup for the client but I should really be publishing the whole server+client together which means there should be one set of Ivy config and one publication step.
I don't see any major roadblocks with using Ivy for the client side, although Ivy is written in Java most of the concepts are general. And I'm happy enough calling nant from ant to do C# builds (MSBuild).
So with that said does anyone have an experience/suggestions for doing the following
- Using Ivy with a multi-language project
- Using Ivy to pull down multi-language dependencies
- Using Ivy to do multi-language publications under a single version
And any examples would be most useful.