Skip to content

Conversation

@emiaj
Copy link

@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