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

My stack trace on "mvn -X clean package" #133

Closed Leopere closed 9 years ago

Leopere commented 9 years ago

Continuation of #129 I have some output for you to take a look at. https://gist.github.com/0e556877124fcd31f23b

NightDevel commented 9 years ago

[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireFilesExist failed with message: Some required files are missing: /root/PretendYoureXyzzy/build.properties

You're missing your build.properties file. Either cp build.properties.example build.properties

or write your own.

Leopere commented 9 years ago

Oh fantastic that was a build success. Now to see how well this runs with no instructions.

ajanata commented 9 years ago

There is a bit of a guide in the commit message for 832bcd8. There is also https://github.com/ajanata/PretendYoureXyzzy/wiki/Quickstart-Guide but it sounds like you are beyond that point.

I will update the base README with more information tonight.