Skip to content

Instantly share code, notes, and snippets.

@jdtoy
Created September 10, 2013 14:11
Show Gist options
  • Save jdtoy/6509966 to your computer and use it in GitHub Desktop.
Save jdtoy/6509966 to your computer and use it in GitHub Desktop.
davidtoy@david-mac: cloudsoft-brooklyn-opengamma (master)
$ git checkout update/brooklyn-060-SNAPSHOT
Branch update/brooklyn-060-SNAPSHOT set up to track remote branch update/brooklyn-060-SNAPSHOT from origin.
Switched to a new branch 'update/brooklyn-060-SNAPSHOT'
davidtoy@david-mac: cloudsoft-brooklyn-opengamma (update/brooklyn-060-SNAPSHOT)
$ git pull
Already up-to-date.
davidtoy@david-mac: cloudsoft-brooklyn-opengamma (update/brooklyn-060-SNAPSHOT)
$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Brooklyn OpenGamma Deployent and Management 0.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ brooklyn-opengamma ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ brooklyn-opengamma ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ brooklyn-opengamma ---
[INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files
[INFO] Compiling 7 source files to /Users/davidtoy/Source/cloudsoft-brooklyn-opengamma/target/classes
[INFO] Compiling in a forked process using /Users/davidtoy/.m2/repository/org/codehaus/groovy/groovy-eclipse-batch/1.8.6-01/groovy-eclipse-batch-1.8.6-01.jar
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] no more tokens - could not parse error message: ----------
1. ERROR in /Users/davidtoy/Source/cloudsoft-brooklyn-opengamma/src/main/java/io/cloudsoft/opengamma/OpenGammaCluster.java (at line 175)
.configure(SoftwareProcess.PROVISIONING_PROPERTIES.subKey(
^^^^^^
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.830s
[INFO] Finished at: Tue Sep 10 15:00:57 BST 2013
[INFO] Final Memory: 9M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project brooklyn-opengamma: Compilation failure
[ERROR] no more tokens - could not parse error message: ----------
[ERROR] 1. ERROR in /Users/davidtoy/Source/cloudsoft-brooklyn-opengamma/src/main/java/io/cloudsoft/opengamma/OpenGammaCluster.java (at line 175)
[ERROR] .configure(SoftwareProcess.PROVISIONING_PROPERTIES.subKey(
[ERROR] ^^^^^^
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment