ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

Wont load files when installed on Windows by Install4j #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
C:\Program Files\genyris-0.6.9-18-g7ccda83>genyris examples/www-demo.g
What do you see?
*** Error in file : examples/www-demo.g loadScriptFromFile: examples/www-demo.g
(No such file or directory)

What is the expected output?
no error

But it works with an absolute path:

C:\Program Files\genyris-0.6.9-18-g7ccda83>genyris "C:\Program 
Files\genyris-0.6.9-18-g7ccda83\examples\www-demo.g"
Server listening on http://127.0.0.1:8000/
Type Ctrl-C to halt.'GET' '/'

Original issue reported on code.google.com by birchb1...@gmail.com on 7 Apr 2013 at 5:44

GoogleCodeExporter commented 9 years ago
Yep, needs the full path.

Original comment by birchb1...@gmail.com on 11 Apr 2013 at 12:31