Subversion Repositories XServices

Compare Revisions

Ignore whitespace Rev 17 → Rev 18

/xservices/trunk/src/java/net/brutex/xservices/util/RunTask.java
49,7 → 49,7
log = new TimestampedLogger();
log.setOutputPrintStream(new PrintStream(out));
log.setErrorPrintStream(new PrintStream(err));
log.setMessageOutputLevel(Echo.EchoLevel.VERBOSE.getLevel());
log.setMessageOutputLevel(Echo.EchoLevel.WARN.getLevel());
 
antproject.addBuildListener(log);