I'm using buildr 1.4.4 with eclipse.
I do generate my eclipse files with buildr eclipse and it works fine.
But it seems to me that .class files are completely different when eclipse compiles and when buildr compiles (it's OK, I know eclipse uses its own compiler). It becomes a problem when I want to use the incremental build : I have a lot a compilation errors under buildr (when I change an API) and I have to make buildr clean test
every time to make it pass.
My question is : is it possible to have eclipse compile its classes in another directory than buildr's ?
I don't want an eclipse hack, but a buildr way of doing it.