webdevelopersdiary / play2-maven-plugin

Automatically exported from code.google.com/p/play2-maven-plugin
0 stars 0 forks source link

Get incremental compilation cache directory location from SBT Compiler plugin #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Get incremental compilation cache directory location from SBT Compiler plugin 
for enhancing mojos.

This is required to proper working in "scoverage" lifecycle forked by SCoverage 
Maven plugin (https://code.google.com/p/scoverage-maven-plugin/).

Compilation process uses SCoverage Scala compiler plugin and class files are 
written to "scoverage-classes" instead of "classes" directory. Incremental 
compilation analysis cache file used by compilation performed in default 
lifecycle cannot be used.

Method returning cache directory based on classes directory name and location 
was added to SBT Compiler Maven Plugin (see 
https://code.google.com/p/sbt-compiler-maven-plugin/issues/detail?id=16). This 
method has to be used here.

Original issue reported on code.google.com by gslowiko...@gmail.com on 12 Oct 2014 at 8:57

GoogleCodeExporter commented 9 years ago
Implemented in https://code.google.com/p/play2-maven-plugin/source/detail?r=723.

New 1.0.0-alpha9-SNAPSHOT deployed.

Original comment by gslowiko...@gmail.com on 12 Oct 2014 at 9:03

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=1134,
https://code.google.com/p/play2-maven-plugin/source/detail?r=1134 - compiler 
plugin version upgraded from "1.0.0-beta5-SNAPSHOT" to (just released) 
"1.0.0-beta5".

Original comment by gslowiko...@gmail.com on 10 Nov 2014 at 8:38