jalmasi / vrspace

VRSpace: Multiuser Virtual Reality Engine
Apache License 2.0
173 stars 79 forks source link

failed building jar #1

Closed Machine-3R closed 3 years ago

Machine-3R commented 3 years ago

Thx for sharing this project. I recently started with babylonjs to (try to) create a (multiplayer) js game on my Quest. Still have a lot to learn.

After installing Maven (I'm not a java developer) I followed the Quickstart (in a cygwin terminal), but the jar file was not created. Also the 2e try in a CMD terminal failed (same messages, except for the downloads) Please help.

Added terminal output (CMD):

vrspace-failed-building-jar.txt

jalmasi commented 3 years ago

Hi, the build failed due to one failing test, EventRecorderTest. That is not that important, i.e. it's a component that records all events of a client and plays them back. You should be able build the server anyway by skipping tests, just run mvn clean install -DskipTests I couldn't reproduce that failure though. So I'd appreciate some more info:

jalmasi commented 3 years ago

Increased timeouts in EventRecorderTest. Still a bad tests but should not cause false alarm that breaks the build.