Issue Details (XML | Word | Printable)

Key: BUILDR-136
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Alex Boisvert
Reporter: Daniel Spiewak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Buildr

Support Scala/Java Joint Compiler

Created: 20/Aug/08 10:01 PM   Updated: 13/Mar/09 07:23 AM
Return to search
Component/s: Compilers
Affects Version/s: None
Fix Version/s: 1.3.4

Time Tracking:
Not Specified

Resolution Date: 13/Mar/09 07:23 AM


 Description  « Hide
As of Scala 2.7.2 (shortly to be released in stable form), the scalac compiler features joint compilation with Java in the same manner as groovyc. This should be supported by Buildr just as groovyc joint compilation is. Of course, this does beg the question: what happens when you want to use *both* Groovy and Scala alongside Java? As far as I know, the underlying compilers do not provide such support at this time, so Buildr could probably just spit out an error if both the groovy and scala compiler packages were required into the same buildfile.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #753145 Fri Mar 13 07:23:48 UTC 2009 assaf Added: BUILDR-136 Support Scala/Java Joint Compiler (Daniel Spiewak).
Files Changed
MODIFY /buildr/trunk/doc/languages.textile
MODIFY /buildr/trunk/spec/scala/compiler_spec.rb
MODIFY /buildr/trunk/lib/buildr/scala/compiler.rb
MODIFY /buildr/trunk/CHANGELOG