You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.codehaus.mojo:javancss-maven-plugin:2.2-SNAPSHOT still uses Version 33.54 of javancss.
Commit 4a34312 "Use Commons CLI for the command line parsing" switched the parsing to Apache commons cli and is introduced with the not yet released version 34.55-SNAPSHOT.
But using this in the latest snapshot breaks the invocation.
The execution fails, missing a file "javancss-raw-report.xml". The Problem here is, that the maven plugin passes this as argument to the parameter out as an argument for the file write the result to, but javancss interprets this as another file to parse, and promptly misses it.
The PR attached will fix this.
The text was updated successfully, but these errors were encountered:
gtsh
added a commit
to gtsh/javancss
that referenced
this issue
Mar 27, 2022
... also replaces the deprecated cli utility class used for this.
Task JavaNCSS#5 - Introduction of Commons CLI breaks CLI for invocation by maven org.codehaus.mojo:javancss-maven-plugin
... also replaces the deprecated cli utility class used for this.
Task JavaNCSS#5 - Introduction of Commons CLI breaks CLI for invocation by maven org.codehaus.mojo:javancss-maven-plugin
gtsh
added a commit
to gtsh/javancss
that referenced
this issue
Mar 30, 2022
... also replaces the deprecated cli utility class used for this.
Task JavaNCSS#5 - Introduction of Commons CLI breaks CLI for invocation by maven org.codehaus.mojo:javancss-maven-plugin
The org.codehaus.mojo:javancss-maven-plugin:2.2-SNAPSHOT still uses Version 33.54 of javancss.
Commit 4a34312 "Use Commons CLI for the command line parsing" switched the parsing to Apache commons cli and is introduced with the not yet released version 34.55-SNAPSHOT.
But using this in the latest snapshot breaks the invocation.
The execution fails, missing a file "javancss-raw-report.xml". The Problem here is, that the maven plugin passes this as argument to the parameter out as an argument for the file write the result to, but javancss interprets this as another file to parse, and promptly misses it.
The PR attached will fix this.
The text was updated successfully, but these errors were encountered: