Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: exec
-
Labels:None
-
Environment:Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_20
-
Number of attachments :
Description
OutputFile support was added in version 1.1 (http://jira.codehaus.org/browse/MEXEC-27), but currently it is not functional.
It was removed from code in revision 11138.
I need to parse execution output coming from legacy application.
I have found some temp solution playing with redirection in commandlineArgs. Plugin should have such a nice functionality itself, will it be fixed?
I have uncommented the code related to output file, and it seems to work (at least on my project). Could someone explain what harm was the code causing (see the patch)?
Thanks.