eclipseOutput and multiple targets
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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