-
Notifications
You must be signed in to change notification settings - Fork 41
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
[FeatureRequest] Support for Eclipse #155
Comments
This is more likely to be an issue/feature against buildship. A PR would be welcome there. |
I'm going to close this issue out as I don't think that there's anything we can do on our end for this. I could be wrong though. If I am wrong, please don't hesitate to open a ticket. PRs that are well tested are also welcome. |
@JLLeitschuh , so why this plugin can support IntelliJ IDEA (https://gradle.github.io/playframework/#limitations), but not Eclipse? |
I'm not actually certain. It may require writing out some eclipse configuration files. 🤔 Maybe that could be done from this plugin instead. I'll re-open this. Are you interested in investigating and/or creating a PR for this? |
I could help with testing :) |
The reason we have a separate IDEA plugin for Play is because that's what the old plugin did. The only reason the old plugin did that was because it didn't use the current model Java/Scala plugin. Now that we're using those plugins (and not the software model ones), we should be able to configure SourceSets in the right way to avoid almost everything that's happening in PlayIdeaPlugin and Eclipse should "just work". It's possible that Eclipse might work now. I suspect the only thing missing are the non-standard resource directories, which could be added manually to the build configuration. |
Could you please support Eclipse as well?
The text was updated successfully, but these errors were encountered: