NEWS
changeset 74043 13c66810f7b0
parent 74042 68596ed5b7c2
child 74071 b25b7c264a93
equal deleted inserted replaced
74042:68596ed5b7c2 74043:13c66810f7b0
   274 
   274 
   275 
   275 
   276 *** System ***
   276 *** System ***
   277 
   277 
   278 * Each Isabelle component may specify a Scala/Java jar module
   278 * Each Isabelle component may specify a Scala/Java jar module
   279 declaratively via etc/build.props (all file names are relative to the
   279 declaratively via etc/build.props (file names are relative to the
   280 component directory). E.g. see $ISABELLE_HOME/etc/build.props with
   280 component directory). E.g. see $ISABELLE_HOME/etc/build.props with
   281 further explanations in the "system" manual.
   281 further explanations in the "system" manual.
   282 
   282 
   283 * Command-line tool "isabelle scala_build" allows to invoke the build
   283 * Command-line tool "isabelle scala_build" allows to invoke the build
   284 process of all Scala/Java modules explicitly. Normally this is done
   284 process of all Scala/Java modules explicitly. Normally this is done
   288 providing Scala/Java sources of all components with etc/build.props,
   288 providing Scala/Java sources of all components with etc/build.props,
   289 including user add-ons. This includes jEdit sources and Isabelle/jEdit
   289 including user add-ons. This includes jEdit sources and Isabelle/jEdit
   290 plugins (jedit_base and jedit_main).
   290 plugins (jedit_base and jedit_main).
   291 
   291 
   292 * Isabelle/jEdit is now composed more conventionally from the original
   292 * Isabelle/jEdit is now composed more conventionally from the original
   293 jEdit in $JEDIT_HOME (with minor patches), plus two plugins that are
   293 jEdit text editor in $JEDIT_HOME (with minor patches), plus two Isabelle
   294 produced in $JEDIT_SETTINGS/jar on demand. The main isabelle.jedit
   294 plugins that are produced in $JEDIT_SETTINGS/jars on demand. The main
   295 module is now part of Isabelle/Scala (as one big $ISABELLE_SCALA_JAR).
   295 isabelle.jedit module is now part of Isabelle/Scala (as one big
       
   296 $ISABELLE_SCALA_JAR).
   296 
   297 
   297 * ML profiling has been updated and reactivated, after some degration in
   298 * ML profiling has been updated and reactivated, after some degration in
   298 Isabelle2021:
   299 Isabelle2021:
   299 
   300 
   300   - "isabelle build -o threads=1 -o profiling=..." works properly
   301   - "isabelle build -o threads=1 -o profiling=..." works properly