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 21 regards, Wim P.S.: This is on Windows ofcourse -Original Message- From: GOKULAM Jayaram [mailto:[EMAIL PROTECTED] Sent: donderdag 24 maart 2005

RE: Log file creation

2005-03-24 Thread GOKULAM Jayaram
,dashboard:report /goal /project Which invokes the java:compile goal. Is there anyother way to do this please? Thanks in advance, Jayaram -Original Message- From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 3:40 PM To: 'Maven Users List' Subject: RE: Log file

RE: Log file creation

2005-03-24 Thread Vincent Massol
You can use the Ant record task but it'll log only the Ant tasks used by Maven (javac 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: