skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Duplicate library error when importing Maven TicTacToe project #297

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Import the following project:

https://github.com/GoogleCloudPlatform/appengine-endpoints-tictactoe-java

When it's imported, there are two problems:

1) It has the JPA facet added. This project is using JDO.
2) There are errors/problems reported because of duplicate publish/export 
dependencies related to the Datanucleus libraries. This is happening because 
there are duplicate libraries in the "Maven Dependencies" and "Datanucleus 
Libraries" classpath container. Both of them also have a Publish/Export 
dependency. Only the Maven Dependencies container should have this, not the 
Datanucleus one. 

Original issue reported on code.google.com by rdayal@google.com on 2 Aug 2014 at 12:38