DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4750>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4750

jspc flattens directory structure when translating jsp->java

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2003-07-31 12:08 -------
I have just done a quick hack to see whether Tomcat behaves differently 
concerning the package name of the generated java. I created a subdirectory in 
a 
small dummy web application, and copied a jsp which was present in the parent 
directory.
so we have
parameters.jsp
|
|
--------subdir  parameters.jsp

In the work/Standalone/localhost/testapp directory, I have

parameters_jsp.java
|
|
--------subdir  parameters_jsp.java

both files have the package org.apache.jsp

But in this case, Tomcat, not ant, did the jspc operation.

So this package name is a Tomcat feature.

Your issue should be titled : package structure of the generated java files 
does 
not follow the directory hierarchy of the webapp.

If you have indeed a problem with this, then you should discuss this on the 
tomcat-user list, and do a search in bugzilla in the tomcat/jasper bugs to see 
if other people have an issue there.

But I do not think this is an ant issue, so I am closing this report again.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to