Skip to content

Commit

Permalink
add a note about Ant version (resolves #783)
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Sep 17, 2023
1 parent 0726edc commit 2778ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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=&quot;`/usr/libexec/java_home -v ${jdk.train}`&quot;">
<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;">
<condition>
<not>
<or>
Expand Down
3 changes: 2 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1294 (4.3.1)

X add an extra note about the Ant version
X https://github.com/processing/processing4/pull/783

contribs
X migrate from altool to notarytool from @CyberFlameGO
Expand Down

0 comments on commit 2778ca4

Please sign in to comment.