Skip to content

Instantly share code, notes, and snippets.

@maeste
Created April 10, 2014 15:05
Show Gist options
  • Save maeste/10391915 to your computer and use it in GitHub Desktop.
Save maeste/10391915 to your computer and use it in GitHub Desktop.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project wildfly-cli: Compilation failure: Compilation failure:
[ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/UnresolvedVariableException.java:[37,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types;
[ERROR] required: java.lang.String
[ERROR] found: java.lang.String,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/UnresolvedVariableException.java:[45,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types;
[ERROR] required: java.lang.String
[ERROR] found: java.lang.String,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/UnresolvedVariableException.java:[54,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types;
[ERROR] required: java.lang.String
[ERROR] found: java.lang.String,java.lang.String,java.lang.Throwable
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/CommandSubstitutionException.java:[45,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types;
[ERROR] required: java.lang.String
[ERROR] found: java.lang.String,java.lang.String
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /home/maeste/project/RH/jboss-as/cli/src/main/java/org/jboss/as/cli/parsing/CommandSubstitutionException.java:[54,9] constructor UnresolvedExpressionException in class org.jboss.as.cli.parsing.UnresolvedExpressionException cannot be applied to given types;
[ERROR] required: java.lang.String
[ERROR] found: java.lang.String,java.lang.String,java.lang.Throwable
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wildfly-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment