0

(「mvn test」と「mvn test -Ptest-java」を使用して) Maven 経由で Showcase サンプルを実行しようとすると、次のようになります。

[INFO] Scanning for projects...
[ERROR]    
[ERROR] The project com.googlecode.playn:playn-showcase:1.0-SNAPSHOT (E:\Desarrollo\Git\playn-samples\showcase\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact com.googlecode.playn:playn-project:pom:1.4-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 11 -> [Help 2]    
[ERROR]    
[ERROR] To see the full stack trace of errors, re-run Maven with the -e switch.   
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Maven 経由でプロジェクトを作成できますが、Eclipse 経由で新しい playn 1.3.1 プロジェクトを作成しようとすると、次のようになります。

'Creating playn-archetype' has encountered a problem.

Unable to create project from archetype
[com.googlecode.playn:playn-archetype:1.3.1]

Details: Unable to create project from archetype [com.googlecode.playn:playn-archetype:1.3.1]
The defined artifact is not an archetype

(playn1.4でも同じです)

playn 1.3.1 または 1.4 プロジェクトを Eclipse (Maven 経由で作成) にインポートしようとすると、次のエラーが発生します。

'Importing Maven projects' has encountered a problem.
An internal error ocurred during: "Importing Maven projects".

Details: An internal error occurred during: "Importing Maven projects".
com/android/io/StreamException

そのため、Eclipse 経由でプロジェクトを実行することはできません。

私は Eclipse Indigo 3.7、maven 3.0.4、および JDK 7u5 を使用しています。playn の開始を示すすべての手順に従います。

4

1 に答える 1

0

このバグに関連していると思います: https://github.com/rgladwell/m2e-android/issues/89

m2e-android から新しいバージョンがリリースされるまで、マスター アップデート サイト (http://rgladwell.github.com/m2e-android/updates/master/) を試してみてください。

于 2012-07-22T07:13:13.117 に答える