redirect and get the output of console of eclipse to string or output text java -


i tired redirect output of eclipse output text , principale idea output of eclipse console , th result maven description,
want redirect output such hudson console in output text

public class redirecttest {   public static void main(string[] args) throws ioexception {     printstream ps = new printstream(new bufferedoutputstream(new fileoutputstream(new file("output.txt"))), true);     system.setout(ps);     system.out.println("test");   } } 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -