https://issues.apache.org/bugzilla/show_bug.cgi?id=53032

--- Comment #2 from Nick Williams <nicho...@nicholaswilliams.net> 2012-04-04 
15:18:54 UTC ---
Since JspC is the only Tomcat Ant task that doesn't work with namespaces, and
JspC is also the only Tomcat Ant task that /doesn't/ extend o.a.tools.ant.Task,
it seems likely that is the culprit. I don't know this for sure, but from my
initial examination of all of the code involved, it appears that is the case.

JspC doesn't extend or implement /any/ Ant classes. As far as Ant goes, it
appears to purely be a hacked-together class that just happens to implement the
minimum methods that Ant expects a task to implement, and this can run as a
task. But it is not, as for as Ant is concerned, an actual Task. It seems very
unlikely that something other than this fact is causing this issue.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to