PerseusDL / canonical

This will be the base repo for all text and annotation data published in the PDL
16 stars 17 forks source link

build.xml for canonical repos is not OS agnostic #159

Closed balmas closed 8 years ago

balmas commented 8 years ago

Not sure whether this issue really belongs here, but the build.xml for the canonical-* repos needs to be fixed so that it can run on Windows, or else we have to specific that it requires cygwin, but I think it would be better to just fix the unix/osx specific nature of it.

I think the main problem is the way paths are handled -- "/" is hardcoded as the path separator in the javascript functions ... so the file name testing on the cts.xml files are all failing.

balmas commented 8 years ago

ok, I've made this fix to the build.xml in the PDL canonical repos.

@TDBuck please try it out.