add option to emit only changed(=delomboked) files #1027
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While working with https://github.com/awhitford/lombok.maven I noticed that Lombok is currently missing this quite handy feature; control with a flag whether only modified(=delomboked) are outputted or not. This has implications especially with Maven
generate-sources
phase as having control over which files are written avoids issues with duplicate source file definitions.Tangentially this will probably also help with awhitford/lombok.maven#7
This PR is pretty much just a stub as I haven't worked with Ant since 2007 and the project's build definition is so huge that I can't really figure out what I should do to verify this actually works. I'll be happy to add tests etc. as long as you'll help me understand what is needed to get this actually merged :)