Wrong ivy jar version in download.cmd
daredevil2033 opened this issue · 1 comments
daredevil2033 commented
Description
download.cmd requires ivy-2.5.0.jar while _downloader only contains ivy-2.5.1.jar
How to Reproduce
- Download schemacrawler-16.19.10-distribution
- Go to _downloader
- Execute download.cmd
Relevant log output
Error: Unable to access jarfile ivy-2.5.0.jar
SchemaCrawler Version
16.19.10
Java Version
8
Operating System and Version
Windows 10
Relational Database System and Version
irrelevant
JDBC Driver and Version
irrelevant
daredevil2033 commented
Changing the filename or the cmd file is a viable solution but it's a problem nonetheless. Maybe there's a way to make download.cmd independent of ivy version.