Skip to content

Instantly share code, notes, and snippets.

@peteroyle
Created May 11, 2011 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peteroyle/967545 to your computer and use it in GitHub Desktop.
Save peteroyle/967545 to your computer and use it in GitHub Desktop.
buiding forge from git
[INFO] 1error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Forge - Shell API ................................. FAILURE [4.258s]
[INFO] Forge - Maven Integration APIs .................... SKIPPED
[INFO] Forge - Git Integration ........................... SKIPPED
[INFO] Forge - Parser/Java ............................... SKIPPED
[INFO] Forge - Maven Project Model ....................... SKIPPED
[INFO] Forge - Test Harness .............................. SKIPPED
[INFO] Forge - Shell ..................................... SKIPPED
[INFO] Forge - Project Model Maven Tests ................. SKIPPED
[INFO] forge-plugin-loader ............................... SKIPPED
[INFO] Forge - Java EE APIs .............................. SKIPPED
[INFO] Forge - Java EE Integration Impl & Plugins ........ SKIPPED
[INFO] Forge - Scaffolding APIs .......................... SKIPPED
[INFO] Forge - Scaffolding Plugins ....................... SKIPPED
[INFO] Forge - Scaffold Provider for Metawidget .......... SKIPPED
[INFO] Forge - Dev Plugins ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.203s
[INFO] Finished at: Wed May 11 18:02:52 EST 2011
[INFO] Final Memory: 18M/106M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project forge-shell-api: Compilation failure
[ERROR] /mnt/shared/softwaredev/tools/seam/forge-git/shell-api/src/main/java/org/jboss/forge/shell/util/ResourceUtil.java:[126,23] invalid inferred types for R; inferred type does not conform to declared bound(s)
[ERROR] inferred: java.util.Collection<E>
[ERROR] bound(s): java.util.Collection<org.jboss.forge.resources.Resource<?>>
[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
[peteroyle@appdev02 forge-git]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment