AlexJoz / play2-maven-plugin

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

Class enhancement mojos do not use defined SBT version #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Default SBT version can be changed using sbt-compiler-maven-plugin's 
"sbtVersion" configuration parameter (or project's "sbt.version" property) but 
classes and Ebean enhancement mojos always use default version.

Because of incremental compilation analysis cache file formats 
incompatibilities, enhancement will not process any entries in case of a 
conflict (no exception thrown).

To solve this problem 
https://code.google.com/p/sbt-compiler-maven-plugin/issues/detail?id=12 was 
implemented.

Use this interface.

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

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

Original comment by gslowiko...@gmail.com on 12 May 2014 at 8:37

GoogleCodeExporter commented 8 years ago
cont. in https://code.google.com/p/play2-maven-plugin/source/detail?r=437.

Original comment by gslowiko...@gmail.com on 12 May 2014 at 6:49

GoogleCodeExporter commented 8 years ago
1.0.0-alpha7-SNAPSHOT snapshot deployed.

Original comment by gslowiko...@gmail.com on 12 May 2014 at 8:38

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=578 - small 
refactoring - class CompilerHelper renamed to Compilers.

https://code.google.com/p/play2-maven-plugin/source/detail?r=579 - small 
refactoring - class Play2ProviderHelper renamed to Play2Providers.

Original comment by gslowiko...@gmail.com on 30 May 2014 at 10:08

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=587 - link to 
"sbt-compiler-api" apidocs added to javadoc links.

Original comment by gslowiko...@gmail.com on 31 May 2014 at 6:07

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/play2-maven-plugin/source/detail?r=590 - after 
"com.typesafe.sbt:incremental-compiler" dependency removal in rev.434 
"org.scala-lang:scala-compiler" dependency has to be added, because it's 
required by "templates-compiler" and is not in its dependencies.

Original comment by gslowiko...@gmail.com on 31 May 2014 at 6:58