ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

Failed to execute goal... #175

Closed bdevelops closed 6 years ago

bdevelops commented 6 years ago

Whenever I try to build it using maven (following Quickstart Guide) I get this build failure. Am I missing something? I'm using default build.properties file. This error leads to this site which says

Unlike many other errors, this exception is not generated by the Maven core itself but by a plugin. As a rule of thumb, plugins use this error to signal a problem in their configuration or the information they retrieved from the POM.

What exactly causes this error and how can it be solved? Is it something with git?

Edit: I get something like that even without build.properties file. Edit2: Turns out I didn't read readme, but after I added -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false to startup command another error occurs, now there's something wrong with address, gist is here.

devgianlu commented 6 years ago

Something is using port 80, make sure to stop it before launching PYX.

ajanata commented 6 years ago

I'm not sure what would be causing the git issues, honestly, but working around it with the flags seems to be working for you.

It's actually port 8080 by default, not port 80. If you can't figure out what's running on that port, you can try to change it with -Djetty.http.port=something.

bdevelops commented 6 years ago

I tried to run this today, thought something could change and it would work and guess what, it did. Something was actually running on 8080 I guess, but it stopped after I restarted my computer.