Re: IVY retrieve best use practice?

2015-11-04 Thread Jammy Chen
Thanks Marc. Anybody else have suggest? Jammy 2015-11-04 15:59 GMT+08:00 Marc De Boeck : > We are using the second approach: use Ivy classpath to compile. > For me it is the most efficient and elegant way to work with Ivy and the > Ivy-cache. > > Regards, > Marc > > > >

Re: IVY retrieve best use practice?

2015-11-04 Thread hkais...@googlemail.com
On 04.11.2015 07:46, Jammy Chen wrote: We have used ivy:cachepath for our compiles, test-runtime, but since we had a lot of troubles on IVY 2.3.x and also with the IvyDE we decided to switch to a folder based ivy:retrieve. Also we are using a very simplistic eclipse plugin to reference all libs

Re: IVY retrieve best use practice?

2015-11-04 Thread Marc De Boeck
We are using the second approach: use Ivy classpath to compile. For me it is the most efficient and elegant way to work with Ivy and the Ivy-cache. Regards, Marc 2015-11-04 7:46 GMT+01:00 Jammy Chen : > Hello IVY users/developers, > > I am now immigrating my project to with