Open ghost opened 9 years ago
I am using the 4.0.0 version of the plugin and when I run "sbt eclipse" I get a success info but there are no directories created.
$sbt eclipse [info] Loading project definition from /Lab/scala-work/Filesearcher/project [info] Updating {file:/Lab/scala-work/Filesearcher/project/}filesearcher-build... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating [info] Set current project to File Searcher (in build file:/Lab/scala-work/Filesearcher/) [info] About to create Eclipse project files for your project(s). [info] Updating {file:/Lab/scala-work/Filesearcher/}filesearcher... [info] Resolving jline#jline;2.12.1 ... [info] Done updating. [info] Successfully created Eclipse project files for project(s): [info] File Searcher
$ls -a . .DS_Store .project HelloSbt.scala project .. .classpath .settings build.sbt target
Having the same problem here - any updates?
What should it create?
I have these (v4.0.0 plugin):
.classpath .project .settings/org.eclipse.core.resources.prefs project
I am using the 4.0.0 version of the plugin and when I run "sbt eclipse" I get a success info but there are no directories created.
$sbt eclipse [info] Loading project definition from /Lab/scala-work/Filesearcher/project [info] Updating {file:/Lab/scala-work/Filesearcher/project/}filesearcher-build... [info] Resolving org.fusesource.jansi#jansi;1.4 ... [info] Done updating [info] Set current project to File Searcher (in build file:/Lab/scala-work/Filesearcher/) [info] About to create Eclipse project files for your project(s). [info] Updating {file:/Lab/scala-work/Filesearcher/}filesearcher... [info] Resolving jline#jline;2.12.1 ... [info] Done updating. [info] Successfully created Eclipse project files for project(s): [info] File Searcher
$ls -a . .DS_Store .project HelloSbt.scala project .. .classpath .settings build.sbt target