Hi all,

when I have a multi-project build with dependencies between the child
projects, and Scala is used for compilation, I get this error:

Buildr aborted!
unknown exception
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/scala/compiler.rb:111:in
`method_missing'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/scala/compiler.rb:111:in
`compile'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/compile.rb:229:in
`initialize'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:615:in `call'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:615:in `execute'
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'


This only happens when one projects references another one with e.g.

compile.with project("api")

No idea whats going on here :-(

Cheers,

Roman

Reply via email to