-
Notifications
You must be signed in to change notification settings - Fork 27
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
jcp removes comments even if /r is not specified #24
Comments
could you provide example of comments which were removed? |
I want to have more than one preprocess step and that doesn't appear (from my position of relative gradle ignorance) to be possible, so I'm just running it directly as a JavaExec step. I put the attached file (renamed to
The resulting file in
the resulting file in |
yes, you're right, I will fix |
thanks for the report, exactly the keep comments flag in the pre-processor context was false by default |
👍 works for me |
I made maintenance release 7.0.4 with the fix |
I've been upgrading some code in a project. It had been using jcp 5.3.2 and when I upgraded to 7.0.3, I discovered that comments were being stripped out even though the "r" option was not specified.
I tried a few versions up to 6.1.4 and confirmed that this behavior first appears in 7.0.0.
The text was updated successfully, but these errors were encountered: