Skip to content

Commit 4bd5a24

Browse files
committed
Fix bug in vm-finder.ant.xml when asking for vm location
The `<fail>` task had an invalid declaration - it can't have an `if` and a nested `<condition>`
1 parent ec16696 commit 4bd5a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildScripts/vm-finder.ant.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ and rerun the build; this build is capable of finding VMs automatically on many
143143
<matches pattern="^\s*$" string="${jvm.loc}" />
144144
</condition>
145145
<fail if="jvm.loc.aborted">aborted</fail>
146-
<fail if="jvm.loc.invalid">.
146+
<fail>.
147147

148148
ERROR: That does not appear to be a valid location; ${jvm.loc}/bin/${exe.java} should exist.
149149
<condition>

0 commit comments

Comments
 (0)