wearefrank / frank-runner

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

Ladybug version check in build.xml fix #96

Closed MarkvdVorst closed 4 months ago

MarkvdVorst commented 4 months ago

Since the version got moved to the revision property, the build.xml cannot read the actual version and sees it as ${revision} instead of the actual version.

Fixed by directly calling the revision property of the pom.xml.

This fixes the build failed error on the ladybug-frontend tests.