mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add a note about Ant version (resolves #783)
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
<!-- Require Java ${train} everywhere. -->
|
||||
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME="`/usr/libexec/java_home -v ${jdk.train}`"">
|
||||
<fail message="Unsupported Java version: ${java.version}. To build, make sure that Java ${jdk.train} is installed, that you're using Ant 1.10.14 or later, and that JAVA_HOME points at the JDK that you want to use. For instance, on macOS, set it with:${line.separator}export JAVA_HOME="`/usr/libexec/java_home -v ${jdk.train}`"">
|
||||
<condition>
|
||||
<not>
|
||||
<or>
|
||||
|
||||
Reference in New Issue
Block a user