[EMAIL PROTECTED] wrote:
remm 2003/01/22 03:40:00
Modified: jasper2/src/share/org/apache/jasper JspC.java
Log:
- Fix package name generation.
- Default to "org.apache.jsp" package name.
Why do you need a default package name? Doesn't this make it harder
to to use, since the package structure no longer matches the directory
structure?
When I wrote my patch, I also felt that a default package prefix was
a good idea, but I dropped it in the end due to the package/directory
structure mismatch. If it's really important to, you should also make
sure the class files are generated in a directory structure that starts
with "org/apache/jsp/"
Hans
--
Hans Bergsten <[EMAIL PROTECTED]>
Gefion Software <http://www.gefionsoftware.com/>
Author of O'Reilly's "JavaServer Pages", covering JSP 1.2 and JSTL 1.0
Details at <http://TheJSPBook.com/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>