playforia-minigolf icon indicating copy to clipboard operation
playforia-minigolf copied to clipboard

Compiling errors

Open jok3r-git opened this issue 3 years ago • 11 comments

Hello, Iam new to the whole world of "java" and "programming", but I read some hours and gave it a try...

Software used: jdk-15.0.1 jre1.8.0_271 apache-maven-3.6.3

After setting up the software, I tried mvn install in the root directory. No way. Iam only able to build Playforia Minigolf successful, the compiling stops when it comes to "shared".

If deactivating the tests via -DskipTests=true, the compilation works - up to the client.

The client compilation still send an error because of "sh.tak.appbundler". So I deleted the lines 111 to 131 in the client .pom file, and now I was able to compile all files, included the client, without errors. I think it worked like it should work (I played 5 minutes and all looked fine), but was the way I did it correct? Why are there so many errors when "testing"? Are there some negative impacts because I deleted the lines in the client .pom?

Hope to get rid of some answers, to send some following issues, but step after step :)

Thanks and regards

jok3r-git avatar Jan 28 '21 14:01 jok3r-git