[GRADLE-1351] Add support for continuous compilation of Scala code Created: 25/Jan/11 Updated: 08/Feb/16 Resolved: 08/Feb/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 2.5-rc-1 |
Type: | Improvement | ||
Reporter: | Matt Accola | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 8 |
Description |
Scala provides an fsc tool which significantly speeds up compilation. This is especially useful during development when the same classpath is being used. http://www.scala-lang.org/docu/files/tools/fsc.html The Maven Scala plugin offers this support already, http://scala-tools.org/mvnsites/maven-scala-plugin/example_cc.html |
Comments |
Comment by Hans Dockter [ 26/Jan/11 ] |
Thanks for the issue. Continuous compilation is on our roadmap (not just for Scala). We plan to use our long running daemon process for that. |