You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not install by mvn according to your Install steps. Errors shows that
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
3:compile (default-compile) on project versly-wsdoc: Compilation failure
[ERROR] /C:/Users/CVP_Admin/Documents/GitHub/wsdoc/src/main/java/org/versly/rest
/wsdoc/AnnotationProcessor.java:[62,38] cannot find symbol
[ERROR] symbol: variable RELEASE_8
[ERROR] location: class javax.lang.model.SourceVersion
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption
The text was updated successfully, but these errors were encountered:
Hi @wsdflink, I think you may be running into something I've seen others also have problems with. I've updated the README.md install section to explain it and how to work around it, reply back if that doesn't do the trick.
I can not install by mvn according to your Install steps. Errors shows that
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
3:compile (default-compile) on project versly-wsdoc: Compilation failure
[ERROR] /C:/Users/CVP_Admin/Documents/GitHub/wsdoc/src/main/java/org/versly/rest
/wsdoc/AnnotationProcessor.java:[62,38] cannot find symbol
[ERROR] symbol: variable RELEASE_8
[ERROR] location: class javax.lang.model.SourceVersion
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption
The text was updated successfully, but these errors were encountered: