fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Issues with creation/running playn 1.3.1/1.4 projects #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?

1. When I try running showcase sample via maven (using "mvn test" and "mvn test 
-Ptest-java") I get an error.

2. I can create projects via Maven but when I try to create a new playn 
1.3.1/1.4 project via Eclipse I get an error.
'Creating playn-archetype' has encountered a problem.

3. When I try to import a playn 1.3.1 or 1.4 project to Eclipse (created via 
Maven) I get the next error.

- What is the expected output? What do you see instead?

1. Error:
[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

2. Error:
'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
(The same happens with playn 1.4)

3. Error:
'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

- What version of the product are you using? On what operating system?

I use Eclipse Indigo 3.7, maven 3.0.4 and JDK 7u5.

- Please provide any additional information below.

When I used playn 1.1.1 two or three months ago I had no problems. 

Original issue reported on code.google.com by gong...@gmail.com on 17 Jul 2012 at 6:02

GoogleCodeExporter commented 9 years ago
I fixed issue #1. Please refile your other issues separately. It's difficult to 
track three separate issues in a single Google Code issue.

Original comment by m...@samskivert.com on 17 Jul 2012 at 6:05