sbt / sbt-eclipse

Plugin for sbt to create Eclipse project definitions
Apache License 2.0
716 stars 168 forks source link

4.0.0 plugin does not create directories on OS X #305

Open ghost opened 9 years ago

ghost commented 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

Brideau commented 8 years ago

Having the same problem here - any updates?

denyago commented 8 years ago

What should it create?

I have these (v4.0.0 plugin):

.classpath
.project
.settings/org.eclipse.core.resources.prefs
project