src/Pure/Tools/ci_profile.scala
changeset 64079 ff26032b7f2a
parent 64055 acd3e25975a2
child 64080 2e5c0bd708af
equal deleted inserted replaced
64078:0b22328a353c 64079:ff26032b7f2a
    84 
    84 
    85 
    85 
    86   override final def apply(args: List[String]): Unit =
    86   override final def apply(args: List[String]): Unit =
    87   {
    87   {
    88     print_section("CONFIGURATION")
    88     print_section("CONFIGURATION")
    89     Build.ml_options.foreach(opt => println(opt + "=" + quote(Isabelle_System.getenv(opt))))
    89     Build.ml_settings.foreach(a => println(a + "=" + quote(Isabelle_System.getenv(a))))
    90     val props = load_properties()
    90     val props = load_properties()
    91     System.getProperties().putAll(props)
    91     System.getProperties().putAll(props)
    92 
    92 
    93     val options =
    93     val options =
    94       with_documents(Options.init())
    94       with_documents(Options.init())