modelica-tools / csv-compare

Tool to compare curves from one csv files with curves from other csv files using an adjustable tolerance
https://www.modelica.org
BSD 3-Clause "New" or "Revised" License
25 stars 15 forks source link

Absolute vs Relative URLs #19

Open harmanpa opened 8 years ago

harmanpa commented 8 years ago

The generated reports use absolute file:// URLs. This makes it impossible to move the files or to serve them via http. An option should be available to use relative URLs instead.

tbeu commented 8 years ago

Do you really require an option or can/should relative URL always be used?

harmanpa commented 8 years ago

Personally I think relative URLs should always be used, but I don't know if that would break any current usages

tbeu commented 8 years ago

Yeah, was thinking the same.

tbeu commented 8 years ago

Actually, which URLs in the generated reports do you mean?

tbeu commented 8 years ago

@harmanpa The file:// URLs are only there as a summary where the CSV files came from. They cannot be made relative. Is this what you mean?