How do I create a sbt build file from a mixed java/scala eclipse project? -
i have multiple mixed java/scala eclipse projects, dependencies between them. there way automatically create sbt build file?
a little more infos projects: started java projects, using libgdx eclipse. added scala , build internal scala-ide sbt builder. using sbt build. want use emacs sbt, while colleague wants work eclipse.
no. there not.
the same question maven summarize of problems of creating complete build definition eclipse projects. configuration of external dependencies , between different projects.
the common case go other way around, sbt project eclipse configuration files. depending of projects may want create build each project, or 1 projects, or in between.
multi-projects builds described here, advise read getting started guide beginning.
then, creating eclipse configuration files done using sbteclipse plugin.
Comments
Post a Comment