teel / stasiscl

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

Windows - Could not find extras dir #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I attempt to update the history data, the following occurs:

C:\stasiscl>perl stasis history -dir C:\stasiscl\www
stasis: Using directory: C:\stasiscl\www
stasis: Reading from 2 subdirectories.
stasis: Wrote: C:\stasiscl\www/wws-history/data.xml
stasis: Could not find extras dir: checked C:\stasiscl\stasis\extras

I of course can't just move the extras directory to the path in question,
as there's a file named stasis in the way. Kind of an important one, too.

I have manually copied the necessary files to my www\extras directory, so
this error is not affecting the usability of the reports.

Original issue reported on code.google.com by adre...@gmail.com on 17 Oct 2008 at 4:58

GoogleCodeExporter commented 8 years ago
This has to do with mishandling the backslash directory separator. I think I 
may have fixed it in the most recent 
revision (r161), but I'm not sure since I don't have a Windows machine handy to 
test on. If you try it, let me know 
if it works or not. Thanks!

Original comment by gianmerlino@gmail.com on 18 Oct 2008 at 6:14

GoogleCodeExporter commented 8 years ago
Actually, the version to try is r162.

Original comment by gianmerlino@gmail.com on 18 Oct 2008 at 6:15

GoogleCodeExporter commented 8 years ago
Seems to work in r162:

C:\stasiscl>perl stasis history -dir c:\stasiscl\www
stasis: Using directory: C:\stasiscl\www
stasis: Reading from 7 subdirectories.
stasis: Wrote: C:\stasiscl\www/wws-history/data.xml
stasis: Copying extras from: C:\stasiscl\extras
stasis: Wrote: C:\stasiscl\www/extras/sws.js
stasis: Wrote: C:\stasiscl\www/extras/sws2.css

Thanks!

Original comment by adre...@gmail.com on 18 Oct 2008 at 6:21

GoogleCodeExporter commented 8 years ago
Good to know, thanks for the report.

Original comment by gianmerlino@gmail.com on 18 Oct 2008 at 9:26