sbt / sbt/sbt-eclipse

4.0.0 plugin does not create directories on OS X

Open
#305 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Scala
Stars
712
Forks
163
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the report with the 4.0.0 plugin by running sbt eclipse in the project containing build.sbt and project. Inspect the generated .project, .classpath, and .settings entries on OS X, then determine which expected directories are missing. Done means the command reports success and creates the expected Eclipse project directories.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.