[ 
http://jira.codehaus.org/browse/MEXEC-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=134009#action_134009
 ] 

Jay Dolan commented on MEXEC-27:
--------------------------------

It's been a year, so I hardly remember why I wanted System.out instead of the 
log.  I can't think of a scenario where that makes sense, really.  So anyway, 
thanks for merging this in :)

> Add outputFile support for capturing exec invocations (patch attached)
> ----------------------------------------------------------------------
>
>                 Key: MEXEC-27
>                 URL: http://jira.codehaus.org/browse/MEXEC-27
>             Project: Maven 2.x Exec Plugin
>          Issue Type: New Feature
>          Components: exec
>    Affects Versions: 1.0.2
>            Reporter: Jay Dolan
>            Assignee: Jerome Lacoste
>             Fix For: 1.1-beta-2
>
>         Attachments: exec-maven-plugin.patch, 
> exec-maven-plugin_add-output-file.patch
>
>
> Attached is a patch which adds optional outputFile support so that exec 
> invocations may be captured to a text file, e.g.:
> <configuration>
>       <executable>/usr/bin/svnversion</executable>
>       <outputFile>src/main/webapp/version.txt</outputFile>
> </configuration>
> When no outputFile is present, System.out is used for stdout rather than 
> getLog().info().

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to