Hello folks, why some or most of ant�s source files have their package names different from what we see in the terminal output, for example:
This is JspC.java�s package name:
package org.apache.tools.ant.taskdefs.optional.jsp;
But in my terminal i see this one:
[jasperc] at org.apache.jasper.JspC.execute(JspC.java:769)
Could someone explain how it could be?
Regards,
Edson
