src/Pure/Build/build.scala
changeset 79629 4d81c0391da2
parent 79624 8e97d1fcbbc2
child 79639 8b8591820bd8
equal deleted inserted replaced
79628:e349a274a932 79629:4d81c0391da2
   306       }
   306       }
   307     if (strict && rc != Process_Result.RC.ok) error("Failed to build Isabelle/" + logic) else rc
   307     if (strict && rc != Process_Result.RC.ok) error("Failed to build Isabelle/" + logic) else rc
   308   }
   308   }
   309 
   309 
   310 
   310 
   311   /* command-line wrapper */
   311   /* Isabelle tool wrappers */
   312 
   312 
   313   val isabelle_tool1 = Isabelle_Tool("build", "build and manage Isabelle sessions",
   313   val isabelle_tool1 = Isabelle_Tool("build", "build and manage Isabelle sessions",
   314     Scala_Project.here,
   314     Scala_Project.here,
   315     { args =>
   315     { args =>
   316       var afp_root: Option[Path] = None
   316       var afp_root: Option[Path] = None
   859     }
   859     }
   860     if (errors.nonEmpty) error(cat_lines(errors.toList))
   860     if (errors.nonEmpty) error(cat_lines(errors.toList))
   861   }
   861   }
   862 
   862 
   863 
   863 
   864   /* command-line wrapper */
   864   /* Isabelle tool wrapper */
   865 
   865 
   866   val isabelle_tool4 = Isabelle_Tool("build_log", "print messages from session build database",
   866   val isabelle_tool4 = Isabelle_Tool("build_log", "print messages from session build database",
   867     Scala_Project.here,
   867     Scala_Project.here,
   868     { args =>
   868     { args =>
   869       /* arguments */
   869       /* arguments */