cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.41k stars 586 forks source link

mvn install #22

Closed gitfoxi closed 9 years ago

gitfoxi commented 9 years ago

Failed with:

ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sphinx4-core: Fatal error compiling: invalid target release: 1.7 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sphinx4-core: Fatal error compiling

Building from master.

nshmyrev commented 9 years ago

Hello

You need Java7

gitfoxi commented 9 years ago

Thanks

nshmyrev commented 9 years ago

Ok, let me know if you still have issues