sbt / sbt/sbt-eclipse

eclipseOutput and multiple targets

Open
#202 1 comment 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

eclipseOutput allows us to define a single target, but when you have class and test output targets this setting globs everything under a single target directory.

Not the end of the world, but would be nice if, for example, sbteclipse could write Play's class and test targets to the defaults "classes/" and "test-classes/"

Thoughts? Not sure if this is a bug per se, let me know if I'm missing the boat somewhere.

Thanks.

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

Start by locating the eclipseOutput configuration and the code that maps Play class and test output targets into the generated Eclipse project. Confirm how a single target directory is currently chosen; done means class and test outputs can use separate defaults such as classes/ and test-classes/ without combining them.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.