106107108109110111112113114115116
if (s == null) { throw new RuntimeException( "Error when creating simulation" ); } s.stopSimulation(); try { buildExecutableJAR(s.getCooja(), jar); } catch (RuntimeException e) { logger.fatal(e.getMessage(), e);
107108109110111112113114115116117