[Bug 54440] TagPluginManager.init() throws NPE when used in Ant task

2013-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440 Mark Thomas changed: What|Removed |Added CC||aceofm...@gmail.com --- Comment #4 f

[Bug 54440] TagPluginManager.init() throws NPE when used in Ant task

2013-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54440] TagPluginManager.init() throws NPE when used in Ant task

2013-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440 Sean Owen changed: What|Removed |Added OS||All --- Comment #2 from Sean Owen ---

[Bug 54440] TagPluginManager.init() throws NPE when used in Ant task

2013-01-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54440 --- Comment #1 from Sheldon Shao --- Created attachment 29860 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29860&action=edit Patch for this issue The root cause is that there is no ClassLoader was set in JspCServletContext. J