sbt / sbt-fmpp

FreeMarker Scala/Java Templating Plugin for SBT
Apache License 2.0
9 stars 8 forks source link

Fix the output directory #5

Closed sumito3478 closed 1 year ago

sumito3478 commented 10 years ago

According to the documentation of the recent version of sbt, the output directory should be a subdirectory of the sourceManaged in Compile, and not be the sourceManaged in Compile itself. For multiple projects, sbt-idea excludes the directory from the list of source directories without conforming to this.

References: http://www.scala-sbt.org/0.13.1/docs/Howto/generatefiles.html https://github.com/mpeltonen/sbt-idea/issues/209 https://github.com/sbt/sbt-scalabuff/pull/6

aloiscochard commented 10 years ago

Cross Ref.: https://github.com/sbt/sbt-scalabuff/pull/6

MasseGuillaume commented 1 year ago

Implemented here: https://github.com/sbt/sbt-fmpp/commit/49efb76d4ab9fb76560ff909a79a533d3879b7e0#diff-edb75f36c67c796ff2a0fc30437c4b4f53ba507d030c7d0a74a97c2054258b69R67