failure to create log file in non existing directories.
-------------------------------------------------------

                 Key: MEXEC-47
                 URL: http://jira.codehaus.org/browse/MEXEC-47
             Project: Maven 2.x Exec Plugin
          Issue Type: Bug
          Components: exec
            Reporter: Jerome Lacoste
             Fix For: 1.1-beta-2


Benjamin reported on the list

You could however consider to fix the failure to create the log output file
in case its parent directory does not exist yet, i.e.
 <outputFile>target/this-does-not-exist/out.log</outputFile>
will cause ExecMojo.java:268 to fail with a FileNotFoundException and output
a warning. mkdirs() should cure this.



-- 
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