org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantProjectServiceImpl.java [147:155]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        console.show(true);
        return new PrintStream(new OutputStream(){
            private StringBuffer sb = new StringBuffer();
            @Override
            public void write(int b) throws IOException {
                if(b!=10){
                    sb.append((char)b);
                }else{
                    String message = sb.toString();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantProjectServiceImpl.java [165:173]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        console.show(true);
        return new PrintStream(new OutputStream(){
            private StringBuffer sb = new StringBuffer();
            @Override
            public void write(int b) throws IOException {
                if(b!=10){
                    sb.append((char)b);
                }else{
                    String message = sb.toString();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



