From fc6fddaf982e4da31ba916e3dfff7707fd0b8a81 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 16 Jul 2015 14:17:32 -0400 Subject: [PATCH] add methods for OS X download of JDK and other notes --- build/build.xml | 16 +++++++++++++++- todo.txt | 45 ++++++++++++++++++++++++--------------------- 2 files changed, 39 insertions(+), 22 deletions(-) diff --git a/build/build.xml b/build/build.xml index dc0ce4991..c0d12676d 100644 --- a/build/build.xml +++ b/build/build.xml @@ -190,6 +190,11 @@ --> + + + @@ -219,6 +224,15 @@ path="${jre.tgz.path}" /> + + + + @@ -231,7 +245,7 @@ + message="JDK ${jdk.short} required.${line.separator}To build on OS X, you must install Oracle's JDK ${jdk.short} from${line.separator}http://www.oracle.com/technetwork/java/javase/downloads${line.separator}Note that only ${jdk.short} (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.${line.separator}Or... type 'ant download-jdk-macosx' to download it to your Desktop." />