Git Product home page Git Product logo

fleet's People

Contributors

flamefork avatar taojoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fleet's Issues

Nil handling

Would be really, really nice if you could fix that

IllegalArgumentException java.lang.IllegalArgumentException: No implementation of method: :screen of protocol: #'fleet.runtime/Screenable found for class: nil

Compatibility with Clojure 1.2

To get fleet to run with Clojure 1.2, I had to copy over the escape-xml code that disappeared in the new clojure*.jar.

== escapeme.clj === (the namespace has to be included in a few different places for the tests to pass)

(ns escapeme)

(def ^{:private true}
escape-xml-map
(zipmap "'<>"&" (map #(str & % ;) '[apos lt gt quot amp])))

(defn escape-xml [text](apply str %28map #%28escape-xml-map % %%29 text%29))
== ===

Awesome template framework by the way ;)

What to specify for root-path with fleet-ns when deploying with compojure/ring as a servlet?

Hello
Hello,

I have a simple fleet test running where the templates are located relative to the project directory. This works fine when I start everything under the ring jetty adapter.

However when I want to deploy under tomcat (building the war using using "lein ring uberwar") it always bails out saying it cannot find the fleet generated function.

The only way I can get this to work under tomcat is by specifying an absolute path with the fleet-ns invocation but that is not really the correct way

Is this approach supported? If so, what should I use for the root-path with ns-fleet?

All guidance appreciated!

Thanks

Peter

UnsupportedClassVersionError on Clojure 1.5.1

Trying to :require fleet using Clojure 1.5.1 I am seeing:

Exception in thread "main" java.lang.UnsupportedClassVersionError: fleet/util/CljString : Unsupported major.minor version 51.0

Any ideas?

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.