src/Tools/isac/ROOT
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 21 Nov 2013 16:56:13 +0100
changeset 55277 07c2812b9ff3
parent 52139 511fc271f783
child 55280 da94f954cfe6
permissions -rw-r--r--
Isabelle2013 --> 2013-1: remove error "Duplicate session"
     1 (*  Title:  create a heap image for isac on Isabelle2013
     2     Author: Walther Neuper, TU Graz, 130715
     3    (c) due to copyright terms
     4 
     5 $ cd /usr/local/isabisac/
     6 $ ./bin/isabelle build -d src/Tools/isac/ -v -b Isac
     7 
     8 # ERROR Duplicate session "Isac" (file "src/Tools/isac/ROOT") REMOVED BY
     9 ~/.isabelle/heaps/polyml-5.5.0_x86-linux$ rm Isac
    10 
    11 
    12 
    13 
    14 # generate browser info: see ~~/etc/settings
    15   ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    16 before out-outcommenting (*, browser_info = true*) below and ...
    17 $ ./bin/isabelle build -o browser_info -v -c HOL
    18 $ ./bin/isabelle build -o browser_info -d src/Tools/isac/ -v -b Isac
    19 *)
    20 
    21 session Isac in "~~/src/Tools/isac" = HOL +
    22   description {*
    23     Isac core, prototype of a math-engine and knowledge 
    24     for a TP-based educational mathematics assistant.
    25 
    26     The java front-end is under development at TU Graz,
    27     the PolyML math-engine and Isabelle knowledge at RISC Linz.
    28     See http://www.ist.tugraz.at/isac/.
    29   *}
    30   options [document = false (*, browser_info = true*)]
    31   theories Build_Isac