Skip to content

Instantly share code, notes, and snippets.

@aaronwalker
Created August 6, 2012 13:32
Show Gist options
  • Select an option

  • Save aaronwalker/3274491 to your computer and use it in GitHub Desktop.

Select an option

Save aaronwalker/3274491 to your computer and use it in GitHub Desktop.
$ git clone git://github.com/bmwcarit/Jnario.git
$ cd Jnario
$ git rev-parse HEAD
79807982cc96cccb48f8dcf5fc594aba7b5912f6
$ mvn clean install
......
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] jnario ............................................ SUCCESS [0.578s]
[INFO] jnario Target Definition .......................... SUCCESS [0.342s]
[INFO] org.jnario.lib .................................... SUCCESS [2.146s]
[INFO] org.jnario ........................................ SUCCESS [1.900s]
[INFO] org.jnario.feature ................................ SUCCESS [3.070s]
[INFO] org.jnario.ui ..................................... FAILURE [0.749s]
[INFO] org.jnario.spec ................................... SKIPPED
[INFO] org.jnario.suite .................................. SKIPPED
[INFO] org.jnario.feature.ui ............................. SKIPPED
[INFO] org.jnario.spec.ui ................................ SKIPPED
[INFO] org.jnario.suite.ui ............................... SKIPPED
[INFO] org.jnario.standalone ............................. SKIPPED
[INFO] org.jnario ........................................ SKIPPED
[INFO] org.jnario.ui ..................................... SKIPPED
[INFO] org.jnario.sdk .................................... SKIPPED
[INFO] org.jnario.updatesite ............................. SKIPPED
[INFO] org.jnario.tests .................................. SKIPPED
[INFO] org.jnario.standalone.tests ....................... SKIPPED
[INFO] org.jnario.lib.tests .............................. SKIPPED
[INFO] Jnario Runtime Library ............................ SKIPPED
[INFO] Jnario Standalone Support ......................... SKIPPED
[INFO] Jnario Maven Plugin ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:05.992s
[INFO] Finished at: Mon Aug 06 15:29:45 CEST 2012
[INFO] Final Memory: 64M/149M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.15.0:compile (default-compile) on project org.jnario.ui: Compilation failure: Compilation failure:
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[9,0]
[ERROR] import org.jnario.ui.quickfix.CallsReadOnlyType;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jnario.ui.quickfix.CallsReadOnlyType cannot be resolved
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[10,0]
[ERROR] import org.jnario.ui.quickfix.IsUndefinedMethod;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jnario.ui.quickfix.IsUndefinedMethod cannot be resolved
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[11,0]
[ERROR] import org.jnario.ui.quickfix.NewMethodModificationProvider;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.jnario.ui.quickfix.NewMethodModificationProvider cannot be resolved
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[17,0]
[ERROR] private NewMethodModificationProvider _newMethodModificationProvider;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] NewMethodModificationProvider cannot be resolved to a type
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[20,0]
[ERROR] private IsUndefinedMethod _isUndefinedMethod;
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] IsUndefinedMethod cannot be resolved to a type
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[23,0]
[ERROR] private CallsReadOnlyType _callsReadOnlyType;
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] CallsReadOnlyType cannot be resolved to a type
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[27,0]
[ERROR] boolean _callsUndefinedMethod = this._isUndefinedMethod.callsUndefinedMethod(featureCall);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] IsUndefinedMethod cannot be resolved to a type
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[32,0]
[ERROR] boolean _receiverIsReadOnly = this._callsReadOnlyType.receiverIsReadOnly(featureCall);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CallsReadOnlyType cannot be resolved to a type
[ERROR] /Users/aaronwalker/Workspaces/jnario/Jnario/plugins/org.jnario.ui/xtend-gen/org/jnario/ui/quickfix/UndefinedMethodFix.java:[38,0]
[ERROR] IModification _createModification = this._newMethodModificationProvider.createModification(featureCall, issueString);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] NewMethodModificationProvider cannot be resolved to a type
[ERROR] 9 problems (9 errors)
[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 :org.jnario.ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment