wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

Add the right property name for the corresponding h2database version #33

Closed philipsens closed 2 years ago

philipsens commented 2 years ago

Fixes the error:

get.h2v1:
Getting: https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar
To: /home/sergi/Projects/frank-runner/download/h2-1.4.200.jar
Error opening connection java.io.FileNotFoundException: https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar
Error opening connection java.io.FileNotFoundException: https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar
Error opening connection java.io.FileNotFoundException: https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar
Can't get https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar to /home/sergi/Projects/frank-runner/download/h2-1.4.200.jar

BUILD FAILED
/home/sergi/Projects/frank-runner/build.xml:585: The following error occurred while executing this line:
/home/sergi/Projects/frank-runner/build.xml:567: The following error occurred while executing this line:
/home/sergi/Projects/frank-runner/build.xml:635: Can't get https://repo1.maven.org/maven2/com/h2database/h2/${h2.version}/h2-1.4.200.jar to /home/sergi/Projects/frank-runner/download/h2-1.4.200.jar
philipsens commented 2 years ago

Hadn't noticed the previous PR #32 from @ricardovh