fix message

This commit is contained in:
Ben Fry
2015-01-30 12:25:13 -05:00
parent 1573b20ba6
commit d5f759f19b
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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