author | wenzelm |
Tue, 29 Apr 2014 16:14:27 +0200 | |
changeset 56791 | 23883e1879c5 |
parent 56782 | 433cf57550fa |
child 56800 | b904ea8edd73 |
permissions | -rwxr-xr-x |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
1 |
#!/usr/bin/env bash |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
2 |
# |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
3 |
# Author: Makarius |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
4 |
# |
42899 | 5 |
# build-jars - build Isabelle/Scala |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
6 |
# |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
7 |
# Requires proper Isabelle settings environment. |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
8 |
|
43320 | 9 |
## sources |
10 |
||
11 |
declare -a SOURCES=( |
|
56695
963732291084
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm
parents:
56693
diff
changeset
|
12 |
Concurrent/consumer_thread.scala |
43660 | 13 |
Concurrent/counter.scala |
56768 | 14 |
Concurrent/event_timer.scala |
43320 | 15 |
Concurrent/future.scala |
56693 | 16 |
Concurrent/mailbox.scala |
43320 | 17 |
Concurrent/simple_thread.scala |
56685 | 18 |
Concurrent/synchronized.scala |
55511
984e210d412e
antiquotations within plain text: Scala version in accordance to ML;
wenzelm
parents:
55497
diff
changeset
|
19 |
General/antiquote.scala |
54439 | 20 |
General/bytes.scala |
55673
0286219c1261
clarified module location (again, see 763d35697338);
wenzelm
parents:
55511
diff
changeset
|
21 |
General/completion.scala |
43320 | 22 |
General/exn.scala |
48411
5b3440850d36
more abstract file system operations in Scala, corresponding to ML version;
wenzelm
parents:
48410
diff
changeset
|
23 |
General/file.scala |
46611 | 24 |
General/graph.scala |
51098 | 25 |
General/graphics_file.scala |
43320 | 26 |
General/linear_set.scala |
52975 | 27 |
General/multi_map.scala |
56782
433cf57550fa
more systematic Isabelle output, like in classic Isabelle/ML (without markup);
wenzelm
parents:
56768
diff
changeset
|
28 |
General/output.scala |
43600
4ac04bf9ff89
abstract algebra of file paths in Scala (cf. path.ML);
wenzelm
parents:
43523
diff
changeset
|
29 |
General/path.scala |
43320 | 30 |
General/position.scala |
31 |
General/pretty.scala |
|
43780 | 32 |
General/properties.scala |
43320 | 33 |
General/scan.scala |
34 |
General/sha1.scala |
|
35 |
General/symbol.scala |
|
45674 | 36 |
General/time.scala |
45666 | 37 |
General/timing.scala |
56501
5fda9e5c5874
basic URL operations (with Isabelle/Scala error handling);
wenzelm
parents:
56429
diff
changeset
|
38 |
General/url.scala |
56599 | 39 |
General/word.scala |
52671
9a360530eac8
separate module XZ_File to avoid initial dependency on org.tukaani.xz;
wenzelm
parents:
52667
diff
changeset
|
40 |
General/xz_file.scala |
53783
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
41 |
GUI/color_value.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
42 |
GUI/gui.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
43 |
GUI/html5_panel.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
44 |
GUI/jfx_thread.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
45 |
GUI/popup.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
46 |
GUI/swing_thread.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
47 |
GUI/system_dialog.scala |
f5e9d182f645
clarified location of GUI modules (which depend on Swing of JFX);
wenzelm
parents:
53711
diff
changeset
|
48 |
GUI/wrap_panel.scala |
43320 | 49 |
Isar/keyword.scala |
50 |
Isar/outer_syntax.scala |
|
51 |
Isar/parse.scala |
|
52 |
Isar/token.scala |
|
55497 | 53 |
ML/ml_lex.scala |
43320 | 54 |
PIDE/command.scala |
55 |
PIDE/document.scala |
|
52530
99dd8b4ef3fe
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
wenzelm
parents:
52444
diff
changeset
|
56 |
PIDE/document_id.scala |
52971
31926d2c04ee
tuned signature -- more abstract PIDE editor operations;
wenzelm
parents:
52671
diff
changeset
|
57 |
PIDE/editor.scala |
45670 | 58 |
PIDE/markup.scala |
43320 | 59 |
PIDE/markup_tree.scala |
45709
87017fcbad83
clarified modules (again) -- NB: both Document and Protocol are specific to this particular prover;
wenzelm
parents:
45674
diff
changeset
|
60 |
PIDE/protocol.scala |
56385 | 61 |
PIDE/prover.scala |
52981 | 62 |
PIDE/query_operation.scala |
56208 | 63 |
PIDE/resources.scala |
56210 | 64 |
PIDE/session.scala |
43320 | 65 |
PIDE/text.scala |
44698 | 66 |
PIDE/xml.scala |
67 |
PIDE/yxml.scala |
|
48346
e2382bede914
more general support for Isabelle/Scala command line tools;
wenzelm
parents:
48276
diff
changeset
|
68 |
System/command_line.scala |
51250
ca13a14cc52e
support for POSIX interrupts (bypassed on Windows);
wenzelm
parents:
51098
diff
changeset
|
69 |
System/interrupt.scala |
43744
2c7e1565b4a3
some support to invoke Scala methods under program control;
wenzelm
parents:
43730
diff
changeset
|
70 |
System/invoke_scala.scala |
43517 | 71 |
System/isabelle_charset.scala |
51614
22d1dd43f089
separate module Isabelle_Font, to keep this out of the way of generic Isabelle_System operations, notably for non-Isabelle/jEdit applications;
wenzelm
parents:
51508
diff
changeset
|
72 |
System/isabelle_font.scala |
43320 | 73 |
System/isabelle_process.scala |
74 |
System/isabelle_system.scala |
|
48365
d88aefda01c4
basic support for stand-alone options with external string representation;
wenzelm
parents:
48346
diff
changeset
|
75 |
System/options.scala |
43320 | 76 |
System/platform.scala |
45027
f459e93a038e
more abstract wrapping of fifos as System_Channel;
wenzelm
parents:
44698
diff
changeset
|
77 |
System/system_channel.scala |
50203 | 78 |
System/utf8.scala |
43320 | 79 |
Thy/html.scala |
50707
5b2bf7611662
maintain session index on Scala side, for more determistic results;
wenzelm
parents:
50689
diff
changeset
|
80 |
Thy/present.scala |
43320 | 81 |
Thy/thy_header.scala |
43651
511df47bcadc
some support for theory files within Isabelle/Scala session;
wenzelm
parents:
43600
diff
changeset
|
82 |
Thy/thy_info.scala |
43320 | 83 |
Thy/thy_syntax.scala |
56791 | 84 |
Tools/check_source.scala |
50686 | 85 |
Tools/build.scala |
56429 | 86 |
Tools/build_doc.scala |
52444
2cfe6656d6d6
slightly improved "isabelle doc" based on Isabelle/Scala;
wenzelm
parents:
52439
diff
changeset
|
87 |
Tools/doc.scala |
52439
4cf3f6153eb8
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
wenzelm
parents:
52427
diff
changeset
|
88 |
Tools/keywords.scala |
50687 | 89 |
Tools/main.scala |
50981 | 90 |
Tools/ml_statistics.scala |
54730 | 91 |
Tools/simplifier_trace.scala |
50980 | 92 |
Tools/task_statistics.scala |
43320 | 93 |
library.scala |
94 |
package.scala |
|
43730
a0ed7bc688b5
lambda terms with XML data representation in Scala;
wenzelm
parents:
43715
diff
changeset
|
95 |
term.scala |
43779 | 96 |
term_xml.scala |
43320 | 97 |
) |
98 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
99 |
|
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
100 |
## diagnostics |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
101 |
|
43280 | 102 |
PRG="$(basename "$0")" |
103 |
||
104 |
function usage() |
|
105 |
{ |
|
106 |
echo |
|
107 |
echo "Usage: isabelle $PRG [OPTIONS]" |
|
108 |
echo |
|
109 |
echo " Options are:" |
|
110 |
echo " -f fresh build" |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
111 |
echo " -t test separate compilation of PIDE" |
43280 | 112 |
echo |
113 |
exit 1 |
|
114 |
} |
|
115 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
116 |
function fail() |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
117 |
{ |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
118 |
echo "$1" >&2 |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
119 |
exit 2 |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
120 |
} |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
121 |
|
42899 | 122 |
[ -z "$ISABELLE_HOME" ] && fail "Missing Isabelle settings environment" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
123 |
|
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
124 |
|
43280 | 125 |
## process command line |
126 |
||
127 |
# options |
|
128 |
||
129 |
FRESH="" |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
130 |
TEST_PIDE="" |
43280 | 131 |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
132 |
while getopts "ft" OPT |
43280 | 133 |
do |
134 |
case "$OPT" in |
|
135 |
f) |
|
136 |
FRESH=true |
|
137 |
;; |
|
47408
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
138 |
t) |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
139 |
TEST_PIDE=true |
63c05991882e
slightly faster default compilation of Isabelle/Scala;
wenzelm
parents:
47115
diff
changeset
|
140 |
;; |
43280 | 141 |
\?) |
142 |
usage |
|
143 |
;; |
|
144 |
esac |
|
145 |
done |
|
146 |
||
147 |
shift $(($OPTIND - 1)) |
|
148 |
||
149 |
||
150 |
# args |
|
151 |
||
152 |
[ "$#" -ne 0 ] && usage |
|
153 |
||
154 |
||
49558 | 155 |
## build |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
156 |
|
34284 | 157 |
TARGET_DIR="$ISABELLE_HOME/lib/classes" |
53577 | 158 |
TARGET="$TARGET_DIR/Pure.jar" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
159 |
|
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
160 |
declare -a PIDE_SOURCES=() |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
161 |
declare -a PURE_SOURCES=() |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
162 |
|
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
163 |
for DEP in "${SOURCES[@]}" |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
164 |
do |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
165 |
if grep "Module:.*PIDE" "$DEP" >/dev/null |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
166 |
then |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
167 |
PIDE_SOURCES["${#PIDE_SOURCES[@]}"]="$DEP" |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
168 |
else |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
169 |
PURE_SOURCES["${#PURE_SOURCES[@]}"]="$DEP" |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
170 |
fi |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
171 |
done |
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
172 |
|
43405 | 173 |
declare -a UPDATED=() |
174 |
||
43280 | 175 |
if [ -n "$FRESH" ]; then |
176 |
OUTDATED=true |
|
177 |
else |
|
178 |
OUTDATED=false |
|
43523 | 179 |
if [ ! -e "$TARGET" ]; then |
180 |
OUTDATED=true |
|
181 |
else |
|
43405 | 182 |
for DEP in "${SOURCES[@]}" |
43280 | 183 |
do |
43405 | 184 |
[ ! -e "$DEP" ] && fail "Missing file: $DEP" |
43523 | 185 |
[ "$DEP" -nt "$TARGET" ] && { |
186 |
OUTDATED=true |
|
187 |
UPDATED["${#UPDATED[@]}"]="$DEP" |
|
188 |
} |
|
43280 | 189 |
done |
43405 | 190 |
fi |
43280 | 191 |
fi |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
192 |
|
34284 | 193 |
if [ "$OUTDATED" = true ] |
194 |
then |
|
49173
fa01a202399c
eliminated potentially confusing terminology of Scala "layer";
wenzelm
parents:
49068
diff
changeset
|
195 |
echo "### Building Isabelle/Scala ..." |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
196 |
|
43405 | 197 |
[ "${#UPDATED[@]}" -gt 0 ] && { |
198 |
echo "Changed files:" |
|
199 |
for FILE in "${UPDATED[@]}" |
|
200 |
do |
|
201 |
echo " $FILE" |
|
202 |
done |
|
203 |
} |
|
204 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
205 |
rm -rf classes && mkdir classes |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
206 |
|
47009 | 207 |
SCALAC_OPTIONS="$ISABELLE_SCALA_BUILD_OPTIONS -d classes" |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
208 |
|
50689 | 209 |
( |
53576
793a429c63e7
maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
wenzelm
parents:
53519
diff
changeset
|
210 |
classpath "$ISABELLE_JDK_HOME/jre/lib/jfxrt.jar" |
793a429c63e7
maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
wenzelm
parents:
53519
diff
changeset
|
211 |
classpath classes |
793a429c63e7
maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
wenzelm
parents:
53519
diff
changeset
|
212 |
export CLASSPATH="$(jvmpath "$ISABELLE_CLASSPATH")" |
50689 | 213 |
|
214 |
if [ "$TEST_PIDE" = true ]; then |
|
215 |
isabelle_scala scalac $SCALAC_OPTIONS "${PIDE_SOURCES[@]}" || \ |
|
216 |
fail "Failed to compile PIDE sources" |
|
217 |
isabelle_scala scalac $SCALAC_OPTIONS "${PURE_SOURCES[@]}" || \ |
|
218 |
fail "Failed to compile Pure sources" |
|
219 |
else |
|
220 |
isabelle_scala scalac $SCALAC_OPTIONS "${PIDE_SOURCES[@]}" "${PURE_SOURCES[@]}" || \ |
|
221 |
fail "Failed to compile sources" |
|
222 |
fi |
|
51508 | 223 |
) || exit "$?" |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
224 |
|
53577 | 225 |
mkdir -p "$TARGET_DIR" || fail "Failed to create directory $TARGET_DIR" |
43280 | 226 |
|
43285 | 227 |
pushd classes >/dev/null |
43280 | 228 |
|
43517 | 229 |
CHARSET_SERVICE="META-INF/services/java.nio.charset.spi.CharsetProvider" |
230 |
mkdir -p "$(dirname "$CHARSET_SERVICE")" |
|
231 |
echo isabelle.Isabelle_Charset_Provider > "$CHARSET_SERVICE" |
|
232 |
||
54676
6b2ca4850b71
uniform use of transparent icons, as for main "apps";
wenzelm
parents:
54671
diff
changeset
|
233 |
cp "$ISABELLE_HOME/lib/logo/isabelle_transparent-32.gif" isabelle/. |
54709 | 234 |
cp "$ISABELLE_HOME/lib/logo/isabelle_transparent.gif" isabelle/. |
53452
8181bc357dc4
more portable access to icon -- avoid Isabelle_System which is not yet initialized in bootstrap;
wenzelm
parents:
53279
diff
changeset
|
235 |
|
53841 | 236 |
isabelle_jdk jar cfe "$(jvmpath "$TARGET")" isabelle.Main META-INF isabelle || \ |
43523 | 237 |
fail "Failed to produce $TARGET" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
238 |
|
43280 | 239 |
popd >/dev/null |
240 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
241 |
rm -rf classes |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
242 |
fi |