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

Ignoring TwirlKeys.templateImports in build.sbt #245

Open
amirkarimi opened this issue Mar 31, 2015 · 1 comment
Open

Ignoring TwirlKeys.templateImports in build.sbt #245

amirkarimi opened this issue Mar 31, 2015 · 1 comment

Comments

@amirkarimi
Copy link

I've used TwirlKeys.templateImports in my build.sbt file like this:

TwirlKeys.templateImports += "reactivemongo.bson.{BSONObjectID, BSONDocument}"

TwirlKeys.templateImports += "models.contents._"

TwirlKeys.templateImports += "api.contents._"

TwirlKeys.templateImports += "reactivemongo.api.gridfs.ReadFile"

But Scala IDE ignores them and reports not found errors in play template files.

Eclipse: 4.0.0-vfinal-20150303-2117-Typesafe
Scala IDE for Eclipse: 4.0.0.v-2_11-201503031937-b2bbad6
Scala 2.11.6: 4.0.0.201503031935
Play2 support in Scala IDE: 0.4.6.v-2_11-201503032139-4d44f99

@coltonw
Copy link

coltonw commented Feb 18, 2016

I am having the same issue still:
Scala IDE Build id: 4.3.0-vfinal-2015-12-01T15:55:22Z-Typesafe

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