https://issues.apache.org/bugzilla/show_bug.cgi?id=49693
Fabrice <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.18 --- Comment #3 from Fabrice <[email protected]> --- Even easier actually, change the code to: if (!parentDir.exists())) { parentDir.mkdirs(); } ostream = new FileOutputStream(fileName, append); And the stream constructor will throw again an exception it it has to. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
