-
Notifications
You must be signed in to change notification settings - Fork 321
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
Maven -> Update Projects vs checked in files #2227
Comments
Yes, I know. In fact, in oomph setup I disabled the corresponding options. As far as I know, there are a few open bugs in m2e. For the moment, there's not much we can do about that. Concerning the generator folders in xtend core maybe we can configure build helper maven plugin appropriately to add those folders as source folders.. |
On my Windows computer I also notice that some extend files are generated with different line separators in strings compared to how they are committed. This leads to about 8 changed files in my Git-Staging when I run a full workspace build.
Can you point me to the exact bugs? |
Regarding Xtend |
IIRC, |
Concerning generatorxxx folders in xtend.core, I guess that is due to the
and I guess we want it that way? |
we want to have this a source folders but not package. also building with maven is not a must |
I don't understand the last part. |
we dont run the workflow from maven. so there is no strict need to compile with maven. i also dont know if it would cause of the jflex thing. |
but I don't understand what you propose... |
i propose nothing. i dont know a solution yet. |
Is it possible in maven to have something next to |
The issue comes from m2e, as linked by @LorenzoBettini earlier. PRs to fix that in m2e would be highly welcome! |
FWIW, I investigated it in m2e and the .project changes proposed by m2e do happen from time to time, but are stable: as long as the Maven Nature is present and Maven Builder is the last one defined in the .project, m2e shouldn't modify the .project. So maybe you can just commit those .project is m2e has "fixed" them (it can happen eg if you enable another builder, it usually becomes the last on the list and then m2e will want to modify your .project as long as it's not the last one running). |
Maven -> Update Projects changes checked in files
.classpath
,.project
. these might also leave projects uncompilable e.g. generatorxxx folders in xtend.core vanishwe should check what we can do about this
The text was updated successfully, but these errors were encountered: