I am running the following command line:

c:\apps\jdk1.6.0\bin\java.exe -server -cp "C:\apps\clojure-1.2.0\\lib
\clojure-1.2.0-master-SNAPSHOT.jar;C:\apps\clojure-1.2.0\\lib\clojure-
contrib-1.2.0-SNAPSHOT.jar" clojure.main Blah.clj

If Blah.clj does not exist, I get a FileNotFoundException.  However,
if Blah.clj exists, I get nothing.  It can contain valid Clojure code,
invalid text, whatever.  I've tried using various combinations of
flags too.

I also tried the 1.1.0 versions of the Jars.  Same result.

If I do not specify "Blah.clj" on the end, I get the REPL, just as I
would expect, and it works.  If I specify "-h", I get the help text.

Am I doing something wrong?  Is this a bug?  This seems like it should
be completely straightforward and easy, but I can't seem to get a
script to run no matter what I do.

Running on Windows Vista, latest updates, Java 1.6.0_16. I am running
from a BAT file, but the behavior does not change if I enter the full
command line manually.

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to