From 658b8479532201154d17ce6c751f7e30662eda94 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 15 Nov 2014 17:31:48 -0700 Subject: [PATCH 1/9] build script updates for 7u72 and a little more automation --- build/build.xml | 43 +++++++++++++++++++++++++------------------ todo.txt | 4 +++- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/build/build.xml b/build/build.xml index ca4ebccd2..5a560190c 100755 --- a/build/build.xml +++ b/build/build.xml @@ -34,13 +34,25 @@ + + + + + + - + - + + + + + @@ -154,13 +166,12 @@ - - + + message="JDK ${jdk.stuff} required.${line.separator}To build on OS X, you must install Oracle's JDK ${jdk.stuff} from${line.separator}http://www.oracle.com/technetwork/java/javase/downloads${line.separator}You can also find a copy at http://download.processing.org/java/${jdk.file}${line.separator}Note that only ${jdk.stuff} (not a later or earlier version) will work. ${line.separator}And it must be the JDK, not the JRE. And do not try to defy me again." /> - + @@ -488,7 +499,7 @@ - + @@ -543,7 +554,7 @@ - + @@ -649,12 +660,7 @@ - - - @@ -687,10 +693,10 @@ - + - + @@ -820,7 +826,7 @@ - @@ -833,7 +839,8 @@ dest="windows/work" src="windows/jre.tgz" overwrite="false" /> - + diff --git a/todo.txt b/todo.txt index e99447148..7830b56c1 100644 --- a/todo.txt +++ b/todo.txt @@ -9,8 +9,10 @@ X change how languages are loaded X add local override (needs documentation) X figure out copyDir() problems before pull o moving window to a new location is broken due to the pull +X update to use new 7u72 version of JRE (and JDK) stuff -_ add script to download JRE and JDK from Oracle +_ finish Ant task to download JRE and JDK from Oracle +_ add method to prompt user to download the JDK update manindra X ToolTipManager error From 36f36c388a8da276d7989a4ee40c9ca0a60e7e49 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sat, 15 Nov 2014 17:40:54 -0700 Subject: [PATCH 2/9] better message, add a JDK note --- build/build.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/build.xml b/build/build.xml index 5a560190c..0e98bff88 100755 --- a/build/build.xml +++ b/build/build.xml @@ -51,7 +51,7 @@ - + @@ -166,12 +166,13 @@ - + + message="JDK ${jdk.stuff} required.${line.separator}To build on OS X, you must install Oracle's JDK ${jdk.stuff} from${line.separator}http://www.oracle.com/technetwork/java/javase/downloads${line.separator}or http://download.processing.org/java/${jdk.file}${line.separator}Note that only ${jdk.stuff} (not a later or earlier version) will work. ${line.separator}And it must be the JDK, not the JRE. And do not try to defy me again." />