If you can set up a smallish project that exemplifies the issue, I'll see what I can do.
On Friday, January 4, 2013, Dieter Vrancken wrote: > Hi all, > > I am trying to use the buildr 1.4.9 checkstyle:xml task together with > ivy4r 0.12.10. I don't see how I can add the jars resolved by ivy4r to > checkstyle:xml's class path. Of course, checkstyle reports "Unable to get > class information for ..." for every import it couldn't find. > > AFAICT, buildr/checkstyle constructs the class path for checkstyle when > after_define is executed. At that moment, ivy4r has not resolved the > artifacts yet. I don't see how I can change the class path afterwards. > > Does anyone know how to let the two play together nicely? > > Thanks, > Dieter >
