Scott Johnson wrote:
Revision 441109 to JspCompilationContext.java results in makeOutputDir()
returning false even if the desired outputDir exists. This is because
File.mkdirs() returns true "if and only if the directory was created".
Indeed, that's correct, thanks.
Rémy
--
Please respond to
"Tomcat Developers List"
To
Tomcat Developers List
cc
Subject
[TC6] makeOutputDir() revision breaks Jasper
Revision 441109 to JspCompilationContext.java results in makeOutputDir()
returning false even if the desired outputDir exists. This is because
F
Revision 441109 to JspCompilationContext.java results in makeOutputDir()
returning false even if the desired outputDir exists. This is because
File.mkdirs() returns true "if and only if the directory was created". If
the directory already exists, makeOutputDir() is returning false,
resulting