Skip to content

Commit 2778ca4

Browse files
committed
add a note about Ant version (resolves #783)
1 parent 0726edc commit 2778ca4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
<!-- Require Java ${train} everywhere. -->
41-
<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=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
41+
<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=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
4242
<condition>
4343
<not>
4444
<or>

todo.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
1294 (4.3.1)
2-
2+
X add an extra note about the Ant version
3+
X https://github.com/processing/processing4/pull/783
34

45
contribs
56
X migrate from altool to notarytool from @CyberFlameGO

0 commit comments

Comments
 (0)