sbt / sbt/sbt-eclipse

wiki issue: projectFlavor explanation

Open
#144 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

On the docs (https://github.com/typesafehub/sbteclipse/wiki/Using-sbteclipse), under the projectFlavor section, the example appears to be a copy-paste of the example from the previous section (executionEnvironment)

projectFlavor
This setting of type EclipseProjectFlavor.Value, which defaults to Scala, is used to specify which builder and natures Eclipse should use. The available values are the Value members of the EclipseProjectFlavor enumeration: Scala, Java.

The following example shows how to use the execution environment for Java 6:

EclipseKeys.executionEnvironment := Some(EclipseExecutionEnvironment.JavaSE16)

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

Open the Using-sbteclipse wiki page and read the projectFlavor section alongside the preceding executionEnvironment section. Replace the copied executionEnvironment example with an example relevant to projectFlavor, while preserving the surrounding explanation. Done means the projectFlavor example demonstrates the setting described and no longer duplicates the previous section.

Written by the indexing model from the issue text.

Assessment

Tech stack
scala
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.