English 中文(简体)
使用 Maven 站点安裝 Playn, 不完成
原标题:Install Playn using Maven stops and does not finish

我完全遵循了"http://code.google.com/p/playn/wiki/Getting Started 的指示。

I installed Git and put the playn-samples into a folder called C:a2. I set the environment variables to point to JAVA_HOME and M2_HOME. I installed maven and made sure the version was greater than 3.0.3. In windows command window I did:

cd C:a2playn-samplesshowcase
mvn test

但它给了我这个,使我永远停顿。

c:a2playn-samplesshowcase>mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] PlayN Showcase Metaproject
[INFO] PlayN Showcase Core
[INFO] PlayN Showcase Android
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building PlayN Showcase Metaproject 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ playn-showcase --
-
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.3/c
ommons-lang-2.3.jar
Downloading: http://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0
b4.jar
78 KB   151 KB
问题回答

看起来像临时网络故障。我敢打赌,如果你再试一次,它最终会下载所有必要的依赖关系。





相关问题
Correct place to install demostration projects?

With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo since restricted users will not be able to ...

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

configsource and installer

I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Configloggingconfiguration.config. I have a ...

热门标签