Ups, thanks for reporting! It seems I accidently deleted the library files in the last checkin.MDicey wrote: Sun Apr 02, 2023 8:31 pmI think I overestimated my ability to build Javamoss wrote: Thu Mar 23, 2023 9:43 am If you know how to build the java code, it is pretty easy to change in this file:
https://github.com/git-moss/DrivenByMos ... nager.java
I followed your tutorial: Bitwig Controller API - Part IX - Developing with Java (youtube.com/watch?v=jSiF7tmkLHE)
While I'm able to build new java controller projects (via Bitwig > Help) I could not manage to build your code from Git Hub to a jar.
My steps so far:
- checkdependencies.cmd runs successfully
- InstallHIDLibrary.cmd is not successful, it give me this error:- If I'm attempting to build with mvn install I get this:Code: Select all
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) on project DrivenByMoss: C:\Privat\Programming\Libraries\USB\purejavahidapi\target\purejavahidapi-0.0.18.jar not foundI tried to build it on two machines, but get the same errror. Could you give me hint what I'm doing wrong?Code: Select all
[ERROR] Failed to execute goal on project DrivenByMoss: Could not resolve dependencies for project de.mossgrabers:DrivenByMoss:jar:19.2.2: Failed to collect dependencies at purejavahidapi:purejavahidapi:jar:0.0.20: Failed to read artifact descriptor for purejavahidapi:purejavahidapi:jar:0.0.20: The following artifacts could not be resolved: purejavahidapi:purejavahidapi:pom:0.0.20 (absent): Could not transfer artifact purejavahidapi:purejavahidapi:pom:0.0.20 from/to MavenCentral (https://mvnrepository.com): status code: 403, reason phrase: Forbidden (403)
Thanks again for all your work and sorry for the hassle!
Should work again!

