You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/10/12 07:36:11 UTC

[jira] Created: (MNG-1182) update plexus-utils code for stream handling

update plexus-utils code for stream handling
--------------------------------------------

         Key: MNG-1182
         URL: http://jira.codehaus.org/browse/MNG-1182
     Project: Maven 2
        Type: Improvement
 Reporter: Brett Porter
     Fix For: 2.0.1


we are still using plexus-utils with old versions of FileUtils that don't properly close files on exception - this could be an issue when we get to embedding.

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1182) update plexus-utils code for stream handling

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1182?page=all ]
     
John Casey closed MNG-1182:
---------------------------

     Assign To: John Casey
    Resolution: Fixed

All methods in FileUtils that open streams are now closing them inside a finally block.

> update plexus-utils code for stream handling
> --------------------------------------------
>
>          Key: MNG-1182
>          URL: http://jira.codehaus.org/browse/MNG-1182
>      Project: Maven 2
>         Type: Improvement

>     Reporter: Brett Porter
>     Assignee: John Casey
>      Fix For: 2.0.1

>
>
> we are still using plexus-utils with old versions of FileUtils that don't properly close files on exception - this could be an issue when we get to embedding.

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org