GithubHelp home page GithubHelp logo

play21-origami-plugin's Issues

Installation fails

Hi, just to report some problems in installation phase:

  • The command git clone [email protected]:sgougi/play21-origami-plugin.git
    doesn't work for me, I get permission denied error. I had to use the clone url provided by Github: git clone https://github.com/sgougi/play21-origami-plugin.git
  • Running play publish-local gave me the error:
    sbt.ResolveException: unresolved dependency: com.orientechnologies#orientdb-core;1.4.1-SNAPSHOT: not found.
    I solved updating the Build.scala simply removing the -SNAPSHOT suffix, since seems that now OrientDB 1.4.1 is stable and SNAPSHOT is not more available in Maven repository.

Conflict with play20-auth module ?

I'm trying to put up a scala application that uses this plugin and the play20-auth module. I'm getting an Execution exception[[RuntimeException: java.lang.NoSuchFieldError: Application]].
I'm new to play & scala and hope this is the right place to post this issue. Here's a link where I zipped the simple scala app with the play20-auth module implemented. play run and go to http://localhost/login to see the error.

Better Scala support.

This could be an upstream problem but is there any way we could have scala models?

I manage to write a compilable model but got lots of errors running it:

[error] application - [Origami] title java.lang.IllegalAccessException: Class com.wingnest.play2.origami.GraphDB can not access a member of class models.nodes.Log with modifiers "private"

[error] application - [Origami] doc = { "@type": "d", "@rid": "#11:0", "@version": 0, "@class": "Log" }

It's quite depressing i had to say.

Mac OSX 32bits Binary incompatibility in plugins detected

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.