Add outputFile support for capturing exec invocations (patch attached)
----------------------------------------------------------------------
Key: MEXEC-27
URL: http://jira.codehaus.org/browse/MEXEC-27
Project: Mojo Exec Plugin
Issue Type: New Feature
Affects Versions: 1.0.2
Reporter: Jay Dolan
Attachments: 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