1 Reason: Running the program in a headless environment fails. Besides, tests should be conducted in passthru.tests anyway. There is also no AppleStructorizerApplication.class, only the jar.
3 diff --git a/makeBigJar b/makeBigJar
4 index 25547020..c34d0d9c 100644
7 @@ -75,9 +75,8 @@ jars="bsh-2.1.0 \
11 -# Apple specific stuff is only used if it exists and the compiled class is available
12 -if test -f ../bin/lu/fisch/structorizer/application/AppleStructorizerApplication.class -a \
13 - -f AppleJavaExtensions.jar; then
14 +# Apple specific stuff is only used if the jar is available
15 +if test -f lib/AppleJavaExtensions.jar; then
16 jars="$jars AppleJavaExtensions"
19 @@ -114,12 +113,3 @@ echo "Done"
20 # remove the jar-directory
23 -if test -n "$start_compiled"; then
24 - # execute the archive
25 - echo; echo "Running Structorizer from all-in-one jar"
26 - if test "$start_compiled" = "s"; then
27 - java -jar structorizer.jar
29 - java -jar structorizer.jar &