ibmruntimes / openj9-openjdk-jdk8

Extensions for OpenJDK8 for Eclipse OpenJ9
GNU General Public License v2.0
52 stars 113 forks source link

Correct paths in .copyrightignore #757

Closed keithc-ca closed 3 months ago

keithc-ca commented 3 months ago

The src and test folders are not at the root like in newer jdk versions; they're within the jdk folder.

That error lead to an unexpected Copyright-Check failure: https://openj9-jenkins.osuosl.org/job/PullRequest-CopyrightCheck-OpenJDK8/499.

keithc-ca commented 3 months ago

Jenkins copyright check

pshipton commented 3 months ago

The copyright job failed with

Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 3ec959be-725e-42ae-a24e-76ba1a3ef525
java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 12
    at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3319)
    at java.base/java.lang.String.substring(String.java:1874)
keithc-ca commented 3 months ago

In draft state pending https://github.com/ibmruntimes/openj9-openjdk-jdk/pull/809.

keithc-ca commented 3 months ago

Jenkins copyright check