Re: [ClojureScript] Has anyone tried the quickstart guide lately?

2018-03-12 Thread Zane Shelby
I just ran through the the quick start up until the first compilation step and 
didn't encounter any issues ( https://asciinema.org/a/uddTjAjUQVUuwnVGO3AQ1S5wP 
). Are you sure you're invoking java from the same directory in which you 
created build.clj ?

On Sun, Mar 11, 2018 at 10:05 PM, Robbie Huffman < robbie.huff...@gmail.com > 
wrote:

> 
> It's a dismal failure.
> 
> Yes, the first line of build.clj is (require ' cljs. build. api (
> http://cljs.build.api/ ) )
> 
> => java -cp cljs.jar:src clojure.main build.clj
> Exception in thread "main" java. io. FileNotFoundException (
> http://java.io.filenotfoundexception/ ) : build.clj (No such file or
> directory)
> 
> Yes, java is:
> > java -version
> java version "1.8.0_161"
> Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
> 
> 
> 
> 
> 
> 
> --
> 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+unsubscribe@ googlegroups. com (
> clojurescript+unsubscr...@googlegroups.com ).
> To post to this group, send email to clojurescript@ googlegroups. com (
> clojurescript@googlegroups.com ).
> Visit this group at https:/ / groups. google. com/ group/ clojurescript (
> https://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 https://groups.google.com/group/clojurescript.


[ClojureScript] Has anyone tried the quickstart guide lately?

2018-03-11 Thread Robbie Huffman
It's a dismal failure.

Yes, the first line of build.clj is (require 'cljs.build.api)

=> java -cp cljs.jar:src clojure.main build.clj
Exception in thread "main" java.io.FileNotFoundException: build.clj (No 
such file or directory)

Yes, java is:
> java -version
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)

-- 
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 https://groups.google.com/group/clojurescript.