I’m running on MacOS 10.8.2 and could not find any pre packages libraries for the installation so decided to get the source and build using maven. I am using Java :
Java™ SE Runtime Environment (build 1.7.0_17-b02)
Java HotSpot™ 64-Bit Server VM (build 23.7-b01, mixed mode)
When I try to build the application using mvn install -Dmaven.test.skip=true, I get the following error in the OG-Server project :
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal ‘com.opengamma.tools:opengamma-maven-plugin:1.3.1:generate-scripts’: Unable to find the mojo ‘generate-scripts’ (or one of its required components) in the plugin 'com.opengamma.tools:opengamma-maven-plugin’
com/opengamma/maven/ScriptableScriptGeneratorMojo : Unsupported major.minor version 51.0
Any ideas about what needs to be done to fix the error?
If I take out the following section of the pom.xml it builds but I suspect it’s not generated the scripts required to start the services.
com.opengamma.tools opengamma-maven-plugin generate-scriptsMany thanks