Re: A new binary build available soon
Posted by
gouessej on
Oct 23, 2022; 7:50pm
URL: https://forum.jogamp.org/A-new-binary-build-available-soon-tp4038575p4041889.html
Hello
I'm currently preparing some major changes:
- I'll move the current modified version of Paul Lamb's Sound System into ardor3d-audio and ardor3d-audio-joal from TUER to JogAmp's Ardor3D Continuation. It has nothing to do in my own project and it could be helpful for others.
- Java >= 17 will be necessary to build the engine.
- I'll drop Maven and Ant, I'll use only Gradle to build the engine. I don't want to undergo Maven's regressions anew in the future. I want to ensure that I can generate the Java API documentation with Gradle; when it's done, I'll delete both Maven files and IDE specific files (that can be generated with Gradle anyway).
- I'll have to clarify the unit tests one day. I'll probably use TestNG instead of JUnit and no mocking API.