jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Remove managedSourceDirectories modification #170

Closed mpeltonen closed 11 years ago

mpeltonen commented 11 years ago

This fixes adding correct source directories to Idea project files with sbt-idea plugin version 1.4.0+.

Plugin authors should not modify 'managedSourceDirectories' directly, but only provide 'sourceGenerator' which generates sources under a subdirectory of 'sourceManaged' setting of the scope as described here: http://www.scala-sbt.org/0.12.3/docs/Howto/generatefiles.html

mpeltonen commented 11 years ago

This is related to this sbt-idea change: https://github.com/mpeltonen/sbt-idea/issues/209

mpeltonen commented 11 years ago

Getting this and #147 integrated into official android plugin would allow me to finish the android facet generation in sbt-idea (see https://github.com/mpeltonen/sbt-idea/issues/191).

mpeltonen commented 11 years ago

Thanks a lot!

One more wish would be some stable (non-snapshot) release (RC for example, if 0.6.3 is not yet planned) of android-plugin in the near future, so that it would not block sbt-idea plugin release as you can't depend on snapshots on a release to Maven central.

jberkel commented 11 years ago

sure thing, really want to release a new version soon.

jberkel commented 11 years ago

also just gave @appamatto access to the artifactory repo, since he took over maintenance of the plugin i'll leave it to him to do the release. would be nice to get a few more PRs merged before that though.