schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool

Home Page:http://www.schemacrawler.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong ivy jar version in download.cmd

daredevil2033 opened this issue · comments

Description

download.cmd requires ivy-2.5.0.jar while _downloader only contains ivy-2.5.1.jar

How to Reproduce

  1. Download schemacrawler-16.19.10-distribution
  2. Go to _downloader
  3. 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

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.