From 160c888e0f65bf4d93d22fcb5f490d39be6dcf65 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Wed, 1 Nov 2017 12:45:56 -0700 Subject: [PATCH] Mac build ... builds and zips Okay, the Mac build at this point finishes and has all the pieces correctly where they ought to be. However there is something wrong with swt. I can't get any version of it I've tried to work. I can get the app to start but the GUI doesn't work once you load a file. And the only way it starts like that from the app bundle is if the line adding SWT to the classpath of the bundle is removed. However it's not SWT's jar itself since if you run the jarfile by hand and add the same SWT to the classpath, it doesn't immediately crash. It runs with the same GUI problem as if yu didn't specify it in the classpath at all. Something fishy is going on here. But it builds, so perhaps others can assist in figuring out the nature of the problem. That's enough for me to move on to the Linux build. --- build/ACBuild-default.properties | 4 +-- build/build.xml | 43 ++++++++++++++++---------------- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/build/ACBuild-default.properties b/build/ACBuild-default.properties index 173afdc..8d7f1b7 100644 --- a/build/ACBuild-default.properties +++ b/build/ACBuild-default.properties @@ -6,8 +6,8 @@ # support files for local builds. # 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 +swtJarPathMac=/Users/Shared/eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.106.1.v20170926-0519.jar junitPathWin=C:/Java/lib/junit3.8.1/junit.jar junitPathMac=/Users/Shared/eclipse/plugins/org.junit_3.8.2.v200706111738/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 index 478a089..3806106 100644 --- a/build/build.xml +++ b/build/build.xml @@ -13,6 +13,8 @@ + + - + - + + + + jvmversion="1.6+" useJavaXKey="true" developmentregion="English" + copyright="Copyright 2002-2008 Rob Greene and John B. Matthews."> + + + - -