-
Notifications
You must be signed in to change notification settings - Fork 116
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
Few checked in component definition files change on every build #1003
Comments
@HannesWell, @laeubi : I believe you were playing with PDE recently in this area, could you please check? |
Please describe more what is meant by "that are changed on build"? Performing a clean or similar? The underlying problem that I was not able to fix yet is, that usually the generator leave files alone when there are no changes. What can happen is, that JDT detects a problem (e.g. a missing type in that class) and then the generator tries to generate the components, what then leads to an error -> file is removed. If you fix that build problem (e.g. by refresh or clean or modify the manifest) the type is back again and replaced with new content as generator has lost history for that. |
Import affected project in the workspace, build, files are checked out /modified. |
Exact. |
I noticed this as well already. I can prepare a corresponding PR tonight. |
Fixed via #1006 |
After some recent PDE changes I see that we have at least 3 files in the platform repository that are changed on build.
I assume they should be automatically generated, however the changed versions differs from checked in version.
All three files change in same way:
activate="activate"
attribute is removed.Please complete the transition by either checking proper code or removing files if they are supposed to be generated.
Files in questions (there could be more?):
The text was updated successfully, but these errors were encountered: