uniclogs / yamcs

Yamcs-based mission control software for UniClOGS
GNU Affero General Public License v3.0
1 stars 3 forks source link

Invalid release flag during run #1

Closed ryanpdx closed 3 years ago

ryanpdx commented 3 years ago

On some systems the <release>11</release> line in pom.xml causes:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project uniclogs: Fatal error compiling: invalid flag: --release -> [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/MojoExecutionException

That line can be commented out and it run/build completely fine.

This may be related to java version, as other systems require that line to build/run yamcs.

ryanpdx commented 3 years ago

This probably a wontfix. This is more of a note.

ryanpdx commented 3 years ago

969fc58 added a comment to README.md about this.