Hi there,
I am using Ant inside windows, and one thing I thought that could be nice is
that you could specify the output of what happened into a file.

something like:

FileOutputStream file;

    try {

      file = new FileOutputStream("projectOutput.dat");
    }
    catch (IOException e) {
     blablabla
    }

    System.setOut(new PrintStream(file,true));


It it Just a Thought not very dificult to implement.( I think)


Juan


Reply via email to