Adam Giemza
Adam Giemza
Works! Thanks for the awesome work @askvictor
Thank you all for the instructions. I finally upgraded everything and the installation of the gmusicapi was successful also with respect to the wheel crypto stuff. I had to install...
Thanks, this saved my party!
Hey, was reading the description and it was all familiar to me. The installation of the Inline Plugin was really shitty. However I do not really remember how I finally...
@ppalaga thanks for the quick reply. I check the logs and see the following. ``` 10:24:36.388 E Error dispatching events org.jboss.fuse.mvnd.common.DaemonException$RecoverableMessageIOException: Could not write message BuildEvent{projectId='backend-core', type=MojoStarted, display=':backend-core:org.apache.maven.plugins:maven-resources-plugin:2.6:resources {execution: default-resources}'}...
``` ➜ ~ mvnd -version Maven Daemon 0.0.10-darwin-amd64 (native) Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/mvnd/0.0.10/libexec/mvn Java version: 1.8.0_265, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre Default locale: de_DE, platform encoding: UTF-8 OS...
Okay, indeed it is running if I add the following parameter `-Ddaemon.keepAliveMs=10000`. I guess I can add it somewhere "globally" so I do not need to add this with each...
Yes, I'm on it. However I am fighting with the overall build now :/
Hi @gnodet, so this is the error that I am always getting when building the project. ``` 10:01:18.565 I Dispatch message: KeepAliveMessage{} 10:01:18.566 I Dispatch message: BuildEvent{projectId='backend-core', type=MojoStopped, display=':backend-core:org.apache.cxf:cxf-codegen-plugin:3.2.8:wsdl2java {execution:...
After some reading and fiddeling around with the build, I finally made it compile with the following config file. ~~~ [env:d1_mini] platform = espressif8266 framework = arduino board = d1_mini...