sgougi / play21-origami-plugin

OrientDB Java O/G mapper for play! framework 2.
21 stars 7 forks source link

Mac OSX 32bits Binary incompatibility in plugins detected #6

Open ppet opened 11 years ago

ppet commented 11 years ago

Hello everybody. Here is the issue I get. After fresh download of the master branch on an old MacBook Pro 32bits running Snow Leopard, Java 1.6, Scala 2.10.0 and Play 2.1.2. Here is the issue I get :

play publish-local[info] Loading project definition from /Users/xxxx/Downloads/play21-origami-plugin-master/project [error] sbt.IncompatiblePluginsException: Binary incompatibility in plugins detected. [error] Note that conflicts were resolved for some dependencies: [error] asm:asm [error] asm:asm-tree [error] asm:asm-util [error] org.avaje.ebeanorm:avaje-ebeanorm-agent [error] jline:jline [error] junit:junit [error] com.jcraft:jsch [error] commons-logging:commons-logging [error] commons-codec:commons-codec [error] Use 'last' for the full log.

After typing l for the full log all causes where : Caused by: java.lang.ClassNotFoundException: play.core.PlayVersion$ at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:315) at java.lang.ClassLoader.loadClass(ClassLoader.java:250) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:398) at sbt.PlayKeys$class.$init$(PlayKeys.scala:5)

At prompt, a "play -help" displays: play! 2.1.2 (using Java 1.6.0_17 and Scala 2.10.0)

Thx for any help.

sgougi commented 11 years ago

Hi, Sorry, I wasn't able to replicate the issue. It seems that your environment has no problem, too. Hmm...