-
Notifications
You must be signed in to change notification settings - Fork 384
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
CLDR-17137 Add --license-file to Ldml2json for overriding the license included in the binary #3300
Conversation
b183f26
to
bb1d39e
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
bb1d39e
to
ebb2472
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’d prefer --license-file= - there should always be some kind of license file.
ebb2472
to
d57d83b
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
d57d83b
to
802efca
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
802efca
to
d897286
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Need to run mvn spotless:apply
… included in the binary
d897286
to
7cd6b1e
Compare
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
FYI @btangmu @Manishearth are you able to merge it yourself? |
Nope! |
Thanks! |
FileCopier.copy(br, outf); | ||
} | ||
} else { | ||
FileCopier.copy(CldrUtility.getUTF8Data("unicode-license.txt"), outf); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get to actually run this before.. but now that I am, it's failing. Why was the name unicode-license.txt
used here? That's actually not in the build system, and hasn't been for some time. It should have kept the name LICENSE. I'll reopen this and make a PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because the place I tested this had unicode-license.txt. I guess it's an old holdover.
- code reading LICENSE file was inadvertently using an obsolete filename See: 076d4f5 unicode-org#3300
// not be available as it is put in place by pom.xml | ||
.add( | ||
"license-file", | ||
null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null might not be right here
CLDR-17137
ALLOW_MANY_COMMITS=true