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

Code misses .settings file for xtend #114

Closed
cdietrich opened this issue May 29, 2018 · 3 comments
Closed

Code misses .settings file for xtend #114

cdietrich opened this issue May 29, 2018 · 3 comments
Assignees

Comments

@cdietrich
Copy link
Member

the checked in gradle plugin code missing xtend prefs in .settings which leads to compile errors in eclipse

@oehme is there any easy api to generate the prefs files via eclipse task?

@cdietrich cdietrich self-assigned this May 29, 2018
cdietrich added a commit that referenced this issue May 29, 2018
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
cdietrich added a commit that referenced this issue May 29, 2018
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
@oehme
Copy link
Member

oehme commented May 29, 2018

Could you explain what problem you are seeing? I've never had any issues importing this project, but maybe your workflow is different.

@cdietrich
Copy link
Member Author

cdietrich commented May 29, 2018

if the project is imported with buildship then xtend tries no to generate to build/xtend/* but to src/main/xtend-gen etc which leads to duplicate generated files together with the output folders in build/xtend/*

@oehme
Copy link
Member

oehme commented May 29, 2018

Got it - I've been using gradle eclipse since back when Buildship didn't exist yet and haven't changed the setup for this project since. I can reproduce the problem with Buildship.

Temporarily checking in the settings is fine. If you're interested, I'd appreciate a PR for Gradle and for Buildship to add a settings DSL for adjusting .settings files. See eclipse/buildship#267

oehme added a commit that referenced this issue May 29, 2018
[#114] temp added .settings files as workaround
@oehme oehme closed this as completed May 29, 2018
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