PlayN入门教程问题(Issue with PlayN getting started tutorial)

我是Java + Maven和PlayN的新手。 关于以下错误,请帮助我。

获取playn-showcase项目构建的以下错误:

无法在项目playn-showcase-java上执行目标:无法解析项目com.googlecode.playn的依赖项:playn-showcase-java:jar:1.0-SNAPSHOT:无法在https中找到jlayer:mp3spi:jar:1.9.5 ://ec2-ncisfb-build01.sng.ubi.com/nexus/content/groups/public缓存在本地存储库中,在Nexus的更新间隔已经过去或强制更新时,将不会重新尝试解决 - > 1?

当我编译并运行playn-showcase-html项目并浏览它时,点击任何演示链接,获取错误:

(UnknownFileName?: - 1)2012-02-29 14:37:44,152致命? 未捕获的JavaScript? 异常异常:java.lang.IllegalArgumentException? 在,第0行

参考: code.google.com/p/playn/wiki/GettingStarted

请帮忙。

谢谢

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

最满意答案

我删除了一些文件后也发生在我身上。 您应该使用git下载示例。 所以你可以通过git取消删除展示文件:

“git ls-files -d | xargs git checkout - ”

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 --"

PlayN入门教程问题(Issue with PlayN getting started tutorial)

我是Java + Maven和PlayN的新手。 关于以下错误,请帮助我。

获取playn-showcase项目构建的以下错误:

无法在项目playn-showcase-java上执行目标:无法解析项目com.googlecode.playn的依赖项:playn-showcase-java:jar:1.0-SNAPSHOT:无法在https中找到jlayer:mp3spi:jar:1.9.5 ://ec2-ncisfb-build01.sng.ubi.com/nexus/content/groups/public缓存在本地存储库中,在Nexus的更新间隔已经过去或强制更新时,将不会重新尝试解决 - > 1?

当我编译并运行playn-showcase-html项目并浏览它时,点击任何演示链接,获取错误:

(UnknownFileName?: - 1)2012-02-29 14:37:44,152致命? 未捕获的JavaScript? 异常异常:java.lang.IllegalArgumentException? 在,第0行

参考: code.google.com/p/playn/wiki/GettingStarted

请帮忙。

谢谢

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

最满意答案

我删除了一些文件后也发生在我身上。 您应该使用git下载示例。 所以你可以通过git取消删除展示文件:

“git ls-files -d | xargs git checkout - ”

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 --"