I have an Eclipse (3.7.2 + Scala 2.10 plugin) workspace. It contains more than 10 Scala and Java projects. I want to organize simple CI build. Just full recompilation (without testing, distribution, style checking ...) Is fast and simple-reproducible path for build script generation exists? I try to export Ant script with standard Eclipse wizard, but result is machine-dependent and does not contains compilation for Scala projects. In sbt + eclipse plugin I have a problem with Java project compilation. More then that, in this case we should support dependences manually. It is not good idea for huge and fast growing workspace.
Thanks.