Run the build inside a temporary build folder. Used for run/present. @return null if compilation failed, main class name if not @throws RunnerException
(boolean sizeWarning)
| 101 | * @throws RunnerException |
| 102 | */ |
| 103 | public String build(boolean sizeWarning) throws SketchException { |
| 104 | return build(sketch.makeTempFolder(), sketch.makeTempFolder(), sizeWarning); |
| 105 | } |
| 106 | |
| 107 | |
| 108 | /** |
no test coverage detected