Thanks for the tip, `:libs ["lib"]` is more convenient and does not produce 
error.

понедельник, 11 мая 2015 г., 9:52:16 UTC+3 пользователь David Nolen написал:
> Enhancing :libs support was pretty finicky work so I'm not particularly 
> surprised by the regression. Looking into it. In the meantime you don't need 
> specify each library, `:libs ["lib"]` should suffice.
> 
> 
> David
> 
> 
> 
> On Mon, May 11, 2015 at 1:10 AM, Ruslan Prokopchuk <fer....@gmail.com> wrote:
> With 3269 I have the following error:
> 
> 
> 
> java.lang.IllegalArgumentException: 
> /home/ul/Projects/project1/lib/transformflatgeom.js is not a relative path
> 
>  at clojure.java.io$as_relative_path.invoke (io.clj:405)
> 
> 
> 
> config is:
> 
> 
> 
> :compiler     {
> 
> :output-to      "resources/public/js/dev.js"
> 
> :output-dir     "resources/public/js/dev"
> 
> :source-map     "resources/public/js/dev.js.map"
> 
> :libs           ["lib/simplegeometry.js" "lib/transformflatgeom.js"
> 
>                  "lib/scaleinteraction.js" "lib/translateinteraction.js"]
> 
> :cache-analysis true
> 
> :optimizations  :none
> 
> :pretty-print   true}
> 
> 
> 
> 
> 
> --
> 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 
> ---
> 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> 
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescrip...@googlegroups.com.
> 
> To post to this group, send email to clojur...@googlegroups.com.
> 
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to