Description
Buildr makes it possible to define a project which uses Java as its main language but Scala for testing. The directory structure might look something like this:
src/main/java/
- ...
src/spec/scala/ - ...
Notice that there is no src/main/scala/ directory, much less any sources within – and therein lies the problem. When I use the `eclipse` task to generate IDE meta, the resulting project is not Scala-enabled. It is very easy to add the required Scala nature (in the project context menu), but that isn't the point. Buildr should recognize that some of the project's sources are Scala and act accordingly.