author | wenzelm |
Sun, 12 Nov 2017 19:42:22 +0100 | |
changeset 67058 | 03d4954c68bb |
parent 67054 | 9498b7522a99 |
child 67172 | 97d199699a6b |
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=( |
|
66820 | 12 |
Admin/afp.scala |
65071 | 13 |
Admin/build_cygwin.scala |
64161 | 14 |
Admin/build_doc.scala |
64160 | 15 |
Admin/build_history.scala |
64929 | 16 |
Admin/build_jdk.scala |
64160 | 17 |
Admin/build_log.scala |
64483 | 18 |
Admin/build_polyml.scala |
64202 | 19 |
Admin/build_release.scala |
65743 | 20 |
Admin/build_status.scala |
64161 | 21 |
Admin/check_sources.scala |
64160 | 22 |
Admin/ci_profile.scala |
64148 | 23 |
Admin/isabelle_cronjob.scala |
65770 | 24 |
Admin/isabelle_devel.scala |
65650 | 25 |
Admin/jenkins.scala |
64369 | 26 |
Admin/news.scala |
64188 | 27 |
Admin/other_isabelle.scala |
64161 | 28 |
Admin/remote_dmg.scala |
56695
963732291084
consumer thread with unbounded queueing of requests (similar to Message_Channel in ML);
wenzelm
parents:
56693
diff
changeset
|
29 |
Concurrent/consumer_thread.scala |
43660 | 30 |
Concurrent/counter.scala |
56768 | 31 |
Concurrent/event_timer.scala |
43320 | 32 |
Concurrent/future.scala |
56693 | 33 |
Concurrent/mailbox.scala |
59136
c2b23cb8a677
added Par_List in Scala, in accordance to ML version;
wenzelm
parents:
58928
diff
changeset
|
34 |
Concurrent/par_list.scala |
61556 | 35 |
Concurrent/standard_thread.scala |
56685 | 36 |
Concurrent/synchronized.scala |
57647 | 37 |
GUI/color_value.scala |
38 |
GUI/gui.scala |
|
39 |
GUI/gui_thread.scala |
|
40 |
GUI/html5_panel.scala |
|
57908
1937603dbdf2
separate Java FX modules -- no need to include jfxrt.jar by default;
wenzelm
parents:
57905
diff
changeset
|
41 |
GUI/jfx_gui.scala |
57647 | 42 |
GUI/popup.scala |
43 |
GUI/wrap_panel.scala |
|
55511
984e210d412e
antiquotations within plain text: Scala version in accordance to ML;
wenzelm
parents:
55497
diff
changeset
|
44 |
General/antiquote.scala |
54439 | 45 |
General/bytes.scala |
64610 | 46 |
General/codepoint.scala |
55673
0286219c1261
clarified module location (again, see 763d35697338);
wenzelm
parents:
55511
diff
changeset
|
47 |
General/completion.scala |
64056 | 48 |
General/date.scala |
62508
d0b68218ea55
discontinued RAW session: bootstrap directly from isabelle_process RAW_ML_SYSTEM;
wenzelm
parents:
62452
diff
changeset
|
49 |
General/exn.scala |
48411
5b3440850d36
more abstract file system operations in Scala, corresponding to ML version;
wenzelm
parents:
48410
diff
changeset
|
50 |
General/file.scala |
64699 | 51 |
General/file_watcher.scala |
46611 | 52 |
General/graph.scala |
59244
19b5fc4b2b38
more uniform support for graph display in ML/Scala;
wenzelm
parents:
59232
diff
changeset
|
53 |
General/graph_display.scala |
51098 | 54 |
General/graphics_file.scala |
65077 | 55 |
General/http.scala |
63644 | 56 |
General/json.scala |
43320 | 57 |
General/linear_set.scala |
64606 | 58 |
General/logger.scala |
56800 | 59 |
General/long_name.scala |
63997
e11ccb5aa82f
more formal Mercurial support (with the potential to upgrade to command server);
wenzelm
parents:
63823
diff
changeset
|
60 |
General/mercurial.scala |
52975 | 61 |
General/multi_map.scala |
56782
433cf57550fa
more systematic Isabelle output, like in classic Isabelle/ML (without markup);
wenzelm
parents:
56768
diff
changeset
|
62 |
General/output.scala |
43600
4ac04bf9ff89
abstract algebra of file paths in Scala (cf. path.ML);
wenzelm
parents:
43523
diff
changeset
|
63 |
General/path.scala |
43320 | 64 |
General/position.scala |
65 |
General/pretty.scala |
|
43780 | 66 |
General/properties.scala |
43320 | 67 |
General/scan.scala |
68 |
General/sha1.scala |
|
63788 | 69 |
General/sql.scala |
64123 | 70 |
General/ssh.scala |
43320 | 71 |
General/symbol.scala |
45674 | 72 |
General/time.scala |
45666 | 73 |
General/timing.scala |
57647 | 74 |
General/untyped.scala |
56501
5fda9e5c5874
basic URL operations (with Isabelle/Scala error handling);
wenzelm
parents:
56429
diff
changeset
|
75 |
General/url.scala |
64639 | 76 |
General/utf8.scala |
63805 | 77 |
General/value.scala |
56599 | 78 |
General/word.scala |
64000 | 79 |
General/xz.scala |
63604 | 80 |
Isar/document_structure.scala |
43320 | 81 |
Isar/keyword.scala |
63603 | 82 |
Isar/line_structure.scala |
43320 | 83 |
Isar/outer_syntax.scala |
84 |
Isar/parse.scala |
|
85 |
Isar/token.scala |
|
65477 | 86 |
ML/ml_console.scala |
55497 | 87 |
ML/ml_lex.scala |
65477 | 88 |
ML/ml_process.scala |
89 |
ML/ml_statistics.scala |
|
62528 | 90 |
ML/ml_syntax.scala |
43320 | 91 |
PIDE/command.scala |
57905
c0c5652e796e
separate module Command_Span: mostly syntactic representation;
wenzelm
parents:
57900
diff
changeset
|
92 |
PIDE/command_span.scala |
43320 | 93 |
PIDE/document.scala |
52530
99dd8b4ef3fe
explicit module Document_ID as source of globally unique identifiers across ML/Scala;
wenzelm
parents:
52444
diff
changeset
|
94 |
PIDE/document_id.scala |
52971
31926d2c04ee
tuned signature -- more abstract PIDE editor operations;
wenzelm
parents:
52671
diff
changeset
|
95 |
PIDE/editor.scala |
64611 | 96 |
PIDE/line.scala |
45670 | 97 |
PIDE/markup.scala |
43320 | 98 |
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
|
99 |
PIDE/protocol.scala |
65214 | 100 |
PIDE/protocol_handlers.scala |
59713 | 101 |
PIDE/protocol_message.scala |
56385 | 102 |
PIDE/prover.scala |
52981 | 103 |
PIDE/query_operation.scala |
64622
529bbb8977c7
more uniform rendering for Isabelle/jEdit and Isabelle/VSCode;
wenzelm
parents:
64617
diff
changeset
|
104 |
PIDE/rendering.scala |
56208 | 105 |
PIDE/resources.scala |
56210 | 106 |
PIDE/session.scala |
43320 | 107 |
PIDE/text.scala |
44698 | 108 |
PIDE/xml.scala |
109 |
PIDE/yxml.scala |
|
57647 | 110 |
ROOT.scala |
62584 | 111 |
System/bash.scala |
61925 | 112 |
System/command_line.scala |
61282 | 113 |
System/cygwin.scala |
62845 | 114 |
System/distribution.scala |
62431 | 115 |
System/getopts.scala |
43744
2c7e1565b4a3
some support to invoke Scala methods under program control;
wenzelm
parents:
43730
diff
changeset
|
116 |
System/invoke_scala.scala |
43517 | 117 |
System/isabelle_charset.scala |
43320 | 118 |
System/isabelle_process.scala |
119 |
System/isabelle_system.scala |
|
62829
4141c2a8458b
clarified Isabelle tool wrapper: bash, Scala, no perl, no ML;
wenzelm
parents:
62631
diff
changeset
|
120 |
System/isabelle_tool.scala |
64264
42138702d6ec
support for Non-Uniform Memory Access of separate CPU nodes;
wenzelm
parents:
64202
diff
changeset
|
121 |
System/numa.scala |
48365
d88aefda01c4
basic support for stand-alone options with external string representation;
wenzelm
parents:
48346
diff
changeset
|
122 |
System/options.scala |
43320 | 123 |
System/platform.scala |
56860 | 124 |
System/posix_interrupt.scala |
62400 | 125 |
System/process_result.scala |
61276 | 126 |
System/progress.scala |
45027
f459e93a038e
more abstract wrapping of fifos as System_Channel;
wenzelm
parents:
44698
diff
changeset
|
127 |
System/system_channel.scala |
43320 | 128 |
Thy/html.scala |
50707
5b2bf7611662
maintain session index on Scala side, for more determistic results;
wenzelm
parents:
50689
diff
changeset
|
129 |
Thy/present.scala |
62631 | 130 |
Thy/sessions.scala |
43320 | 131 |
Thy/thy_header.scala |
67054 | 132 |
Thy/thy_resources.scala |
43320 | 133 |
Thy/thy_syntax.scala |
58523 | 134 |
Tools/bibtex.scala |
57647 | 135 |
Tools/build.scala |
66790 | 136 |
Tools/build_docker.scala |
59891
9ce697050455
added isabelle build option -k, for fast off-line checking of theory sources;
wenzelm
parents:
59713
diff
changeset
|
137 |
Tools/check_keywords.scala |
60749 | 138 |
Tools/debugger.scala |
52444
2cfe6656d6d6
slightly improved "isabelle doc" based on Isabelle/Scala;
wenzelm
parents:
52439
diff
changeset
|
139 |
Tools/doc.scala |
65557 | 140 |
Tools/imports.scala |
50687 | 141 |
Tools/main.scala |
67041 | 142 |
Tools/mkroot.scala |
56864 | 143 |
Tools/print_operation.scala |
64342 | 144 |
Tools/profiling_report.scala |
66347 | 145 |
Tools/server.scala |
54730 | 146 |
Tools/simplifier_trace.scala |
65139 | 147 |
Tools/spell_checker.scala |
50980 | 148 |
Tools/task_statistics.scala |
58610 | 149 |
Tools/update_cartouches.scala |
58872 | 150 |
Tools/update_header.scala |
61216 | 151 |
Tools/update_then.scala |
61337 | 152 |
Tools/update_theorems.scala |
43320 | 153 |
library.scala |
43730
a0ed7bc688b5
lambda terms with XML data representation in Scala;
wenzelm
parents:
43715
diff
changeset
|
154 |
term.scala |
43779 | 155 |
term_xml.scala |
64609 | 156 |
../Tools/Graphview/graph_file.scala |
157 |
../Tools/Graphview/graph_panel.scala |
|
158 |
../Tools/Graphview/graphview.scala |
|
159 |
../Tools/Graphview/layout.scala |
|
160 |
../Tools/Graphview/main_panel.scala |
|
161 |
../Tools/Graphview/metrics.scala |
|
162 |
../Tools/Graphview/model.scala |
|
163 |
../Tools/Graphview/mutator.scala |
|
164 |
../Tools/Graphview/mutator_dialog.scala |
|
165 |
../Tools/Graphview/mutator_event.scala |
|
166 |
../Tools/Graphview/popups.scala |
|
167 |
../Tools/Graphview/shapes.scala |
|
168 |
../Tools/Graphview/tree_panel.scala |
|
65138 | 169 |
../Tools/VSCode/src/build_vscode.scala |
64609 | 170 |
../Tools/VSCode/src/channel.scala |
171 |
../Tools/VSCode/src/document_model.scala |
|
65191
4c9c83311cad
dynamic output, depending on caret focus (see also Tools/jEdit/src/output_dockable.scala);
wenzelm
parents:
65139
diff
changeset
|
172 |
../Tools/VSCode/src/dynamic_output.scala |
64738
bcdecd466cb2
generate static TextMate grammar for VSCode editor;
wenzelm
parents:
64699
diff
changeset
|
173 |
../Tools/VSCode/src/grammar.scala |
66098 | 174 |
../Tools/VSCode/src/preview_panel.scala |
64609 | 175 |
../Tools/VSCode/src/protocol.scala |
176 |
../Tools/VSCode/src/server.scala |
|
66098 | 177 |
../Tools/VSCode/src/state_panel.scala |
66211 | 178 |
../Tools/VSCode/src/vscode_javascript.scala |
64622
529bbb8977c7
more uniform rendering for Isabelle/jEdit and Isabelle/VSCode;
wenzelm
parents:
64617
diff
changeset
|
179 |
../Tools/VSCode/src/vscode_rendering.scala |
64623 | 180 |
../Tools/VSCode/src/vscode_resources.scala |
66141 | 181 |
../Tools/VSCode/src/vscode_spell_checker.scala |
43320 | 182 |
) |
183 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
184 |
|
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
185 |
## diagnostics |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
186 |
|
43280 | 187 |
PRG="$(basename "$0")" |
188 |
||
189 |
function usage() |
|
190 |
{ |
|
191 |
echo |
|
192 |
echo "Usage: isabelle $PRG [OPTIONS]" |
|
193 |
echo |
|
194 |
echo " Options are:" |
|
195 |
echo " -f fresh build" |
|
196 |
echo |
|
197 |
exit 1 |
|
198 |
} |
|
199 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
200 |
function fail() |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
201 |
{ |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
202 |
echo "$1" >&2 |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
203 |
exit 2 |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
204 |
} |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
205 |
|
42899 | 206 |
[ -z "$ISABELLE_HOME" ] && fail "Missing Isabelle settings environment" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
207 |
|
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
208 |
|
43280 | 209 |
## process command line |
210 |
||
211 |
# options |
|
212 |
||
213 |
FRESH="" |
|
214 |
||
64370
865b39487b5d
discontinued unused / untested distinction of separate PIDE modules;
wenzelm
parents:
64369
diff
changeset
|
215 |
while getopts "f" OPT |
43280 | 216 |
do |
217 |
case "$OPT" in |
|
218 |
f) |
|
219 |
FRESH=true |
|
220 |
;; |
|
221 |
\?) |
|
222 |
usage |
|
223 |
;; |
|
224 |
esac |
|
225 |
done |
|
226 |
||
227 |
shift $(($OPTIND - 1)) |
|
228 |
||
229 |
||
230 |
# args |
|
231 |
||
232 |
[ "$#" -ne 0 ] && usage |
|
233 |
||
234 |
||
49558 | 235 |
## build |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
236 |
|
34284 | 237 |
TARGET_DIR="$ISABELLE_HOME/lib/classes" |
53577 | 238 |
TARGET="$TARGET_DIR/Pure.jar" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
239 |
|
43405 | 240 |
declare -a UPDATED=() |
241 |
||
43280 | 242 |
if [ -n "$FRESH" ]; then |
243 |
OUTDATED=true |
|
244 |
else |
|
245 |
OUTDATED=false |
|
43523 | 246 |
if [ ! -e "$TARGET" ]; then |
247 |
OUTDATED=true |
|
248 |
else |
|
43405 | 249 |
for DEP in "${SOURCES[@]}" |
43280 | 250 |
do |
43405 | 251 |
[ ! -e "$DEP" ] && fail "Missing file: $DEP" |
43523 | 252 |
[ "$DEP" -nt "$TARGET" ] && { |
253 |
OUTDATED=true |
|
254 |
UPDATED["${#UPDATED[@]}"]="$DEP" |
|
255 |
} |
|
43280 | 256 |
done |
43405 | 257 |
fi |
43280 | 258 |
fi |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
259 |
|
34284 | 260 |
if [ "$OUTDATED" = true ] |
261 |
then |
|
49173
fa01a202399c
eliminated potentially confusing terminology of Scala "layer";
wenzelm
parents:
49068
diff
changeset
|
262 |
echo "### Building Isabelle/Scala ..." |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
263 |
|
43405 | 264 |
[ "${#UPDATED[@]}" -gt 0 ] && { |
265 |
echo "Changed files:" |
|
266 |
for FILE in "${UPDATED[@]}" |
|
267 |
do |
|
268 |
echo " $FILE" |
|
269 |
done |
|
270 |
} |
|
271 |
||
64375
74a2af7c5145
remove old target: it is on the classpath and may break scalac;
wenzelm
parents:
64370
diff
changeset
|
272 |
rm -f "$TARGET" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
273 |
rm -rf classes && mkdir classes |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
274 |
|
64900 | 275 |
SCALAC_OPTIONS="$ISABELLE_SCALAC_OPTIONS -d classes" |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
276 |
|
50689 | 277 |
( |
58791 | 278 |
classpath "$JAVA_HOME/lib/jfxrt.jar" |
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
|
279 |
classpath classes |
61294 | 280 |
export CLASSPATH="$(platform_path "$ISABELLE_CLASSPATH")" |
50689 | 281 |
|
64370
865b39487b5d
discontinued unused / untested distinction of separate PIDE modules;
wenzelm
parents:
64369
diff
changeset
|
282 |
isabelle_scala scalac $SCALAC_OPTIONS "${SOURCES[@]}" || \ |
865b39487b5d
discontinued unused / untested distinction of separate PIDE modules;
wenzelm
parents:
64369
diff
changeset
|
283 |
fail "Failed to compile sources" |
51508 | 284 |
) || exit "$?" |
45673
cd41e3903fbf
separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
wenzelm
parents:
45672
diff
changeset
|
285 |
|
53577 | 286 |
mkdir -p "$TARGET_DIR" || fail "Failed to create directory $TARGET_DIR" |
43280 | 287 |
|
43285 | 288 |
pushd classes >/dev/null |
43280 | 289 |
|
43517 | 290 |
CHARSET_SERVICE="META-INF/services/java.nio.charset.spi.CharsetProvider" |
291 |
mkdir -p "$(dirname "$CHARSET_SERVICE")" |
|
292 |
echo isabelle.Isabelle_Charset_Provider > "$CHARSET_SERVICE" |
|
293 |
||
54676
6b2ca4850b71
uniform use of transparent icons, as for main "apps";
wenzelm
parents:
54671
diff
changeset
|
294 |
cp "$ISABELLE_HOME/lib/logo/isabelle_transparent-32.gif" isabelle/. |
54709 | 295 |
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
|
296 |
|
61294 | 297 |
isabelle_jdk jar cfe "$(platform_path "$TARGET")" isabelle.Main META-INF isabelle || \ |
43523 | 298 |
fail "Failed to produce $TARGET" |
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
299 |
|
43280 | 300 |
popd >/dev/null |
301 |
||
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
302 |
rm -rf classes |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
diff
changeset
|
303 |
fi |