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