[x3d-public] JDK 1.5 and X3DJSAIL

John Carlson yottzumm at gmail.com
Sun Nov 19 20:34:36 PST 2017


I don’t like that you’re building a dependency on JDK 1.5 (4 major versions back) into the X3DJSAIL build by including exificient, Don.  Let’s try to support current or at least recent standards.  Thanks! We may have to leave NetBeans behind and go with something on the web, which I’ve been working on developing with X3DJSONLD.

Let’s consider converting your Java codebase over to TypeScript (and ultimately, JavaScript).  We may have to build a web service to do conversions.

In otherwords, I can’t build exificient with Java 9.  See the following errors:

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 1.5 is no longer supported. Use 1.6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.868 s
[INFO] Finished at: 2017-11-19T23:32:43-05:00
[INFO] Final Memory: 13M/44M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project exificient: Compilation failure: Compilation failure:
[ERROR] Source option 1.5 is no longer supported. Use 1.6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[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


Switching to 1.6 or 9.0 doesn’t work. I haven’t tried 1.7 or 1.8

John

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20171119/f289be58/attachment-0001.html>


More information about the x3d-public mailing list