renan-guimaraes / dwscript

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

SystemInfo.dws fails to run on the HTTP server demo #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the HTTP server
2. Load systemInfo.dws in the browser

What is the expected output? What do you see instead?
Expected: it works.
Observed: Compile Error: Couldn't find file "systemInfo.css" on input paths 
[line: 11, column: 5]

Original issue reported on code.google.com by masonwhe...@gmail.com on 25 Jan 2013 at 4:19

GoogleCodeExporter commented 9 years ago
Hmmm, I can't reproduce.
Do you have the www folder in a subdir of where the exe is?
Otherwise, what does your options.json contain?

Original comment by zar...@gmail.com on 25 Jan 2013 at 4:31

GoogleCodeExporter commented 9 years ago
Options.JSON contains:

{"Server": {"WWWPath": "D:\\RAD Studio\\Projects\\dwscript\\Demos\\Data\\www"}}

The problem is that it's looking for a file called systemInfo.css, which does 
not exist in the DWS SVN tree.

Original comment by masonwhe...@gmail.com on 25 Jan 2013 at 6:14

GoogleCodeExporter commented 9 years ago
Added!
It had ended up by mistake in my SVN ignore filter.

Original comment by zar...@gmail.com on 25 Jan 2013 at 8:25