sbt-eclipse icon indicating copy to clipboard operation
sbt-eclipse copied to clipboard

4.0.0 plugin does not create directories on OS X

Open ghost opened this issue 10 years ago • 2 comments

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

ghost avatar Nov 05 '15 20:11 ghost

Having the same problem here - any updates?

Brideau avatar Feb 09 '16 15:02 Brideau

What should it create?

I have these (v4.0.0 plugin):

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

denyago avatar Feb 15 '16 15:02 denyago