mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fix message
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</condition>
|
||||
|
||||
<!-- Require Java 8 everywhere. -->
|
||||
<fail message="Unsupported Java version: ${java.version}. Make sure that Java 7 (aka Java 1.8) is installed.">
|
||||
<fail message="Unsupported Java version: ${java.version}. Make sure that Java 8 (aka Java 1.8) is installed.">
|
||||
<condition>
|
||||
<not>
|
||||
<or>
|
||||
|
||||
4
todo.txt
4
todo.txt
@@ -140,11 +140,11 @@ System.setProperty("awt.useSystemAAFontSettings","on");
|
||||
System.setProperty("swing.aatext", "true");
|
||||
|
||||
jre download/install
|
||||
X make sure the file downloads correctly before renaming
|
||||
X https://github.com/processing/processing/issues/2960
|
||||
_ update build scripts for Windows and Linux to use JRE downloader Ant Task
|
||||
_ https://github.com/processing/processing/issues/3059
|
||||
_ add method to prompt OS X developers to download the JDK update
|
||||
_ make sure the file downloads correctly before renaming
|
||||
_ https://github.com/processing/processing/issues/2960
|
||||
|
||||
_ fix file change detection on OS X
|
||||
_ https://github.com/processing/processing/issues/2852
|
||||
|
||||
Reference in New Issue
Block a user