Search code examples
javamavenplayn

Issue with PlayN getting started tutorial


I am new to Java+Maven and PlayN. Please help me regarding following error.

Getting following error for playn-showcase project build:

Failed to execute goal on project playn-showcase-java: Could not resolve dependencies for project com.googlecode.playn:playn-showcase-java:jar:1.0-SNAPSHOT: Failure to find jlayer:mp3spi:jar:1.9.5 in https://ec2-ncisfb-build01.sng.ubi.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of Nexus has elapsed or updates are forced -> 1?

Also when I compile and Run playn-showcase-html project, and browse it, on clicking any demo link, getting errors:

(UnknownFileName?:-1) 2012-02-29 14:37:44,252 FATAL? Uncaught JavaScript? exception exception: java.lang.IllegalArgumentException? in , line 0

Ref : code.google.com/p/playn/wiki/GettingStarted

Please help.

Thanks


Solution

  • It happened to me also after I deleted some files. You should have used git to download samples. So you can undelete showcase files via git:

    "git ls-files -d | xargs git checkout --"