-
Notifications
You must be signed in to change notification settings - Fork 2
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 header option to SjppAntTask #2
Conversation
I've detected a bug due to the added header being removed, working on it. |
Now any previous file header is deleted before the new one is included
It is finished and ready for review now. |
Sounds good! |
Hi,
Github releases/actions are not my strong suit, but this seems like a good opportunity to learn. Any pointers?
That sounds like a great idea that I have no clue how to do :D. I'll have a look, I suppose Github Actions would allow doing some sort of clever |
Not our strong suit either :-) We have set up a minimal CI/CD there.
Frankly, it's not that easy to use Github releases/action. But as you said, this is a opportunity to learn (for us also!).
Yes, I think a wget/curl to https://github.com/plantuml/sjpp/releases/download/0.0.3/sjpp.jar (or to the future 0.0.4) is possible. However, no pressure here: we can still manually import the new sjpp.jar file in the repository, even if this is quite dirty :-) Really, it's up to you: Open Source must be a pleasure! |
This pull request adds a
header
optional parameter to the sjpp ant task completing #1 .As there is currently some functionality around the
GENERATED
line that is unknown for me at the moment (e.g. see this), any header is added after the generic "this file has been autogenerated..." line.I have used it to add license headers to auto-generated PlantUML codebases. I'll submit a PR to the plantuml repository next.