!752 static S compilerBot = "Compiler Bot with caching!"; static S snippetID = "#1001167"; // Hello world p { startBot(compilerBot, "#1002203"); S s = sendToLocalBot(compilerBot, "please compile this javax snippet: *", snippetID); new Matches m; assertTrue(match("ok, *", s, m)); S jarPath = m.unq(0); File jar = new File(jarPath); assertTrue(jar.isFile()); print("Jar size: " + jar.length()); }