HI,
If call quick-exec with an abolute path it works np :
quick-exec /home/hexa/src/test-clj-script.clj
But with a relative path like :
pwd
/home/hexa/src
./test-clj-script.clj
I get :
java.io.FileNotFoundException: ./test-clj-script.clj (No such file or directory)
at java.io.FileInputStream.open (FileInputStream.java:-2)
java.io.FileInputStream. (FileInputStream.java:146)
HI, If call quick-exec with an abolute path it works np : quick-exec /home/hexa/src/test-clj-script.clj
But with a relative path like : pwd /home/hexa/src ./test-clj-script.clj I get : java.io.FileNotFoundException: ./test-clj-script.clj (No such file or directory) at java.io.FileInputStream.open (FileInputStream.java:-2) java.io.FileInputStream. (FileInputStream.java:146)
Any ideas ?