Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test resources set via sourceDirectories in Test are not marked as Test in IDEA project structure. #292

Open
unoexperto opened this issue Mar 27, 2014 · 1 comment

Comments

@unoexperto
Copy link

Test resources set via sourceDirectories in Test are not marked as Test in IDEA project structure.

In my build.scala source folders are specified as

sourceDirectories in Test ++= Seq(
    "cucumber/java", "integration/java", "selenium/src", "unit")
  .map(value => baseDirectory.value / "test" / value),

My expectation is that these folders will be marked as Test in IDEA project settings / Modules / my module / Sources

I'm using gen-idea 1.5.2

@jozic
Copy link
Contributor

jozic commented Mar 27, 2014

Test Resources is a feature of idea 13+
do you have an idea what will happen to projects with Test Resources opened with idea 12?
if idea 12 can read them as plain resources and not just die, then this can be implemented

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

No branches or pull requests

2 participants