[ http://jira.codehaus.org/browse/MAVEN-1761?page=comments#action_65455 ]
John Sisson commented on MAVEN-1761: ------------------------------------ Similar problems with the compileScript and runScript methods in JellyUtils.java where a FileInputStream is not closed. > org.apache.maven.MavenUtils.loadProperties(..) does not close the > FileInputStream (relying upon finalization) > ------------------------------------------------------------------------------------------------------------- > > Key: MAVEN-1761 > URL: http://jira.codehaus.org/browse/MAVEN-1761 > Project: Maven > Type: Bug > Components: core > Versions: 1.1-beta-2 > Reporter: John Sisson > Fix For: 1.1-beta-3 > Attachments: JellyScriptHousing.patch, MavenUtils.patch > > > org.apache.maven.MavenUtils.loadProperties(..) does not close the > FileInputStream (relying upon finalization) > See attached patch. -- 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
