From a32a634b722932e89b0e35ca96167d654766a1f5 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 21 Jan 2015 19:43:02 -0500 Subject: [PATCH] deal with .class signing conflicts and use JDT .jar files for compilation --- build/build.xml | 21 +++++++++++++++++---- build/shared/tools/MovieMaker/build.xml | 3 ++- core/todo.txt | 5 ++++- java/libraries/dxf/build.xml | 3 ++- java/libraries/glw/build.xml | 3 ++- java/libraries/net/build.xml | 3 ++- java/libraries/pdf/build.xml | 3 ++- java/libraries/serial/build.xml | 3 ++- 8 files changed, 33 insertions(+), 11 deletions(-) diff --git a/build/build.xml b/build/build.xml index bccb96f4d..0313b3476 100644 --- a/build/build.xml +++ b/build/build.xml @@ -38,10 +38,10 @@ --> - + - - + + @@ -54,10 +54,23 @@ value="jre-${jdk.stuff}-${platform}-x64.tar.gz"> + + + + + + + + + + @@ -183,7 +196,7 @@ + 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}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." />