yes
On 4/7/2011 1:32 PM, Christopher Schultz wrote:
All,
While reading the code for jasper.compiler.Compiler on an unrelated
errand, I noticed that the removeGeneratedFiles and
removeGeneratedClassFiles methods contain this code:
} catch (Exception e) {
// Remove as much
All,
While reading the code for jasper.compiler.Compiler on an unrelated
errand, I noticed that the removeGeneratedFiles and
removeGeneratedClassFiles methods contain this code:
} catch (Exception e) {
// Remove as much as possible, ignore possible exceptions
}
This c