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

add option to emit only changed(=delomboked) files #1027

Closed
wants to merge 2 commits into from
Closed

add option to emit only changed(=delomboked) files #1027

wants to merge 2 commits into from

Conversation

esuomi
Copy link

@esuomi esuomi commented Feb 17, 2016

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 :)

@rzwitserloot
Copy link
Collaborator

Resolving the conflicts was a lot more complicated than rewriting it. Feature added in de01d1e

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

Successfully merging this pull request may close these issues.

2 participants