The following comment has been added to this issue:

     Author: Eric Hauser
    Created: Thu, 19 Feb 2004 10:51 PM
       Body:
I've added a couple of quick patches that you could add to give Maven the ability to 
get more useful information from Ant.  If you want to emulate Ant's verbose mode, add 
the following properties (if you're using Windows use 
org.apache.tools.ant.DefaultLogger instead):

maven.build.listener = org.apache.tools.ant.listener.AnsiColorLogger
maven.build.logger.level = 5

This way Maven can now support verbose ant logging (which is a very important 
debugging feature).  I'm willing to put some more work into the logging patches, but I 
wanted to try to get them in so this feature can make the 1.0 release and so I could 
get some feedback.
---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-126&page=comments#action_16967

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-126

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-126
    Summary: Add a -logfile option
       Type: New Feature

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             cli
   Fix Fors:
             1.1

   Assignee: 
   Reporter: Andrew Stevens

    Created: Wed, 2 Oct 2002 10:50 AM
    Updated: Thu, 19 Feb 2004 10:51 PM
Environment: Windows 98

Description:
One of the options I find useful in Ant is '-logfile <filename>', which redirects the 
build's output to a given file. It would be nice if I could do the same with Maven; 
I've not had much success trying to use Win98's command line redirection or paging on 
Maven's output.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to