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

Error with maven #163

Closed dawidziaja closed 6 years ago

dawidziaja commented 6 years ago

I get this error when building using maven: [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.0.v20150612:run (default-cli) on project pyx: Unable to parse configuration of mojo org.eclipse.jetty:jetty-maven-plugin:9.3.0.v20150612:run for parameter resourceBases: Cannot set 'resourceBases' in class org.eclipse.jetty.maven.plugin.JettyWebAppContext: InvocationTargetException: file:///home/dawid/PretendYoureXyzzy/target/ZY is not an existing directory. -> [Help 1]

ajanata commented 6 years ago

That's odd, does it still fail if you create the directory it's complaining about manually?

dawidziaja commented 6 years ago

Yes, but I have managed to solve the issue. I referred to the readme to get the build command, but then I noticed that the wiki says I should run using war:exploded, and adding that parameter fixed the issue.

ajanata commented 6 years ago

I'll add that to the readme.