ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
I tried to install ClearVolume on Windows (10 and 11) but failed.
I first managed to process the ".\gradlew build" successfully, but I cannot find any generated executable to then start ClearVolume. I looked in the buld folder but couldn't find any folder entitled executable.
I then tried to run the "build.bat". I installed the latest gradle version, 8.5, but I got this message:
`* Where:
Build file 'C:\Users\tpecot\ClearVolume\build.gradle' line: 123
What went wrong:
A problem occurred evaluating root project 'ClearVolume'.
Could not set unknown property 'classifier' for task ':sourcesJar' of type org.gradle.api.tasks.bundling.Jar.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
Hi,
I tried to install ClearVolume on Windows (10 and 11) but failed.
I first managed to process the ".\gradlew build" successfully, but I cannot find any generated executable to then start ClearVolume. I looked in the buld folder but couldn't find any folder entitled executable. I then tried to run the "build.bat". I installed the latest gradle version, 8.5, but I got this message: `* Where: Build file 'C:\Users\tpecot\ClearVolume\build.gradle' line: 123
What went wrong: A problem occurred evaluating root project 'ClearVolume'.
Try:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4s` What did I do wrong? Thanks a lot!