ottlinger commented on PR #144: URL: https://github.com/apache/creadur-rat/pull/144#issuecomment-1559076885
@gnodet which JDK/Mvn combination did you use? Running the branch locally yields compilation problems: ``` [INFO] Results: [INFO] [ERROR] Errors: [ERROR] RatCheckMojoTest.testIt1:135->newRatCheckMojo:57->newRatMojo:74->AbstractMojoTestCase.lookupMojo:127->AbstractMojoTestCase.lookupMojo:178->AbstractMojoTestCase.validateContainerStatus:447 » IllegalAccess class org.apache.maven.plugin.testing.AbstractMojoTestCase tried to access private field org.codehaus.plexus.PlexusTestCase.container (org.apache.maven.plugin.testing.AbstractMojoTestCase and org.codehaus.plexus.PlexusTestCase are in unnamed module of loader 'app') [ERROR] RatCheckMojoTest.testIt2:147->newRatCheckMojo:57->newRatMojo:74->AbstractMojoTestCase.lookupMojo:127->AbstractMojoTestCase.lookupMojo:178->AbstractMojoTestCase.validateContainerStatus:447 » IllegalAccess class org.apache.maven.plugin.testing.AbstractMojoTestCase tried to access private field org.codehaus.plexus.PlexusTestCase.container (org.apache.maven.plugin.testing.AbstractMojoTestCase and org.codehaus.plexus.PlexusTestCase are in unnamed module of loader 'app') [ERROR] RatCheckMojoTest.testIt3:187->newRatMojo:74->AbstractMojoTestCase.lookupMojo:127->AbstractMojoTestCase.lookupMojo:178->AbstractMojoTestCase.validateContainerStatus:447 » IllegalAccess class org.apache.maven.plugin.testing.AbstractMojoTestCase tried to access private field org.codehaus.plexus.PlexusTestCase.container (org.apache.maven.plugin.testing.AbstractMojoTestCase and org.codehaus.plexus.PlexusTestCase are in unnamed module of loader 'app') [ERROR] RatCheckMojoTest.testIt4:222->newRatCheckMojo:57->newRatMojo:74->AbstractMojoTestCase.lookupMojo:127->AbstractMojoTestCase.lookupMojo:178->AbstractMojoTestCase.validateContainerStatus:447 » IllegalAccess class org.apache.maven.plugin.testing.AbstractMojoTestCase tried to access private field org.codehaus.plexus.PlexusTestCase.container (org.apache.maven.plugin.testing.AbstractMojoTestCase and org.codehaus.plexus.PlexusTestCase are in unnamed module of loader 'app') [INFO] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
