From c1caa1bc91230c7e080daff33c9754b9ac607f40 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Fri, 3 Nov 2017 09:28:42 -0700 Subject: [PATCH] Make build of GUI components optional (default) These presently don't work if you are using reasonably current versions of JDK and SWT. Made this optional if you just run ant, but left it enabled by default since it ought to be fixed. Linux build scripts may just provide an ACBuild.properties that turns it off so that e.g., the ant build helper doesn't need any custom configuration. --- build/ACBuild-default.properties | 1 + build/build.xml | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build/ACBuild-default.properties b/build/ACBuild-default.properties index fb9900d..14ecec5 100644 --- a/build/ACBuild-default.properties +++ b/build/ACBuild-default.properties @@ -16,3 +16,4 @@ junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.j junitPathUnix=/usr/share/java/junit.jar keyconf=${user.home}/.secret alias=name +buildGui=true diff --git a/build/build.xml b/build/build.xml index d114961..40426ae 100755 --- a/build/build.xml +++ b/build/build.xml @@ -71,6 +71,9 @@ + + + @@ -117,8 +120,9 @@ - - + + @@ -160,8 +164,9 @@ - - + +