RE: Log file creation

2005-03-24 Thread Deblauwe, Wim
redirect the output to a file: maven jar:compile > debug.txt if you need to catch the stderr output as well: maven jar:compile > debug.txt 2>&1 regards, Wim P.S.: This is on Windows ofcourse -Original Message- From: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Sent: donderdag 24 maart 20

RE: Log file creation

2005-03-24 Thread GOKULAM Jayaram
: Thursday, March 24, 2005 3:40 PM To: 'Maven Users List' Subject: RE: Log file creation redirect the output to a file: maven jar:compile > debug.txt if you need to catch the stderr output as well: maven jar:compile > debug.txt 2>&1 regards, Wim P.S.: This is on Windows

RE: Log file creation

2005-03-24 Thread Vincent Massol
You can use the Ant task but it'll log only the Ant tasks used by Maven ( being one of them). Check the Ant manual for more details. -Vincent > -Original Message- > From: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] > Sent: jeudi 24 mars 2005 11:07 > To: Maven Users List > Subject: Log fil