From 117fe87cd9a08131d57cc31d000ba5115ea81e6f Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Fri, 3 Nov 2017 07:50:28 -0700 Subject: [PATCH] Add unix build conditionals Previously AC built onm Windows or not Windows (assumed to be Mac). It appears there was a means to build using gcj, but this is not necessary, does not work anymore as configured, and isn't what we want anyway. Here's a first pass at improving that situation. It's a bit ugly at present because it requires a lot of markup to do something that should be simple. Still, I'd rather do this in steps. --- build/ACBuild-default.properties | 4 ++- build/build.xml | 47 ++++++++++++++++++++++++-------- 2 files changed, 39 insertions(+), 12 deletions(-) mode change 100644 => 100755 build/build.xml diff --git a/build/ACBuild-default.properties b/build/ACBuild-default.properties index 173afdc..64db587 100644 --- a/build/ACBuild-default.properties +++ b/build/ACBuild-default.properties @@ -7,7 +7,9 @@ # swtJarPathWin=C:/Program Files/Eclipse 2.1.x/plugins/org.eclipse.swt.win32_2.1.3/ws/win32/swt.jar swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.3.3.v3349.jar +swtJarPathUnix=/usr/share/java/swt.jar junitPathWin=C:/Java/lib/junit3.8.1/junit.jar junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/junit.jar +junitPathUnix=/usr/share/java/junit.jar keyconf=${user.home}/.secret -alias=name \ No newline at end of file +alias=name diff --git a/build/build.xml b/build/build.xml old mode 100644 new mode 100755 index 7f00836..85a126b --- a/build/build.xml +++ b/build/build.xml @@ -15,16 +15,41 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -203,4 +228,4 @@ - \ No newline at end of file +