Skip to content

fix duplicate mappings error when running test command#15

Open
emiaj wants to merge 1 commit intoeamelink:masterfrom
emiaj:fix-duplicate-mappings-for-tests
Open

fix duplicate mappings error when running test command#15
emiaj wants to merge 1 commit intoeamelink:masterfrom
emiaj:fix-duplicate-mappings-for-tests

Conversation

@emiaj
Copy link
Copy Markdown

@emiaj emiaj commented Nov 19, 2014

Indicating "resourceManaged" as output in purescript base setting
causes an error about "duplicate mappings" when running "test" in sbt.

The solution consist on using "crossTarget" instead of "resourceManaged".

Steps to reproduce it:

  • clone this repo
  • cd into play-example
  • run sbt test

A similar situation has been depicted here:
softprops/coffeescripted-sbt#6

closes #14

Indicating "resourceManaged" as output in purescript base setting
causes an error about "duplicate mappings" when running "test" in sbt.

The solution consist on using "crossTarget" instead of "resourceManaged".

Steps to reproduce it:

- clone this repo
- cd into play-example
- run sbt test

A similar situation has been depicted here:
softprops/coffeescripted-sbt#6

closes #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sbt "test" command fails with a "Duplicate mappings" error

1 participant