src/Tools/jEdit/README_BUILD
author wenzelm
Sat, 17 Mar 2012 17:44:29 +0100
changeset 47868 395b7277ed76
parent 47784 3444a24dc4e9
child 48029 d317a71f24d5
permissions -rw-r--r--
misc tuning to accomodate scala-2.10.0-M2;
     1 Requirements for instantaneous build from sources
     2 =================================================
     3 
     4 * Official Java JDK 1.6 from Sun/Oracle/Apple
     5   http://www.oracle.com/technetwork/java/javase/downloads/index.html
     6 
     7   (experimental support for JDK/OpenJDK 1.7)
     8 
     9 * Scala 2.8.2.final or 2.9.1-1
    10   http://www.scala-lang.org
    11 
    12   (experimental support for Scala 2.10.x milestones)
    13 
    14 * Auxiliary jedit_build component
    15   http://www4.in.tum.de/~wenzelm/test/jedit_build-20120313.tar.gz
    16 
    17 
    18 Important settings within Isabelle environment
    19 ==============================================
    20 
    21 - JAVA_HOME
    22 - SCALA_HOME
    23 - ISABELLE_JEDIT_BUILD_HOME (via "init_component .../jedit_build...")
    24 
    25 
    26 Build and run
    27 =============
    28 
    29 isabelle jedit -l HOL Test.thy
    30 
    31 
    32 -----------------------------------------------------------------------
    33 To run jedit with remote debugging enabled, I use the following
    34 command: "java
    35 -agentlib:jdwp=transport=dt_socket,suspend=y,server=y,address=XXXX
    36 -jar jedit.jar"
    37 
    38 where XXXX is any open port number you wish. The above invocation
    39 works for Sun's JDK 5.0.  There's an alternate incantation for earlier
    40 releases. (See
    41 http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html)
    42 -----------------------------------------------------------------------