[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: Problem with the names of classes
Nicolas Leroy wrote:
> Hello,
> I'm using Apache 1.3.6 + Jserv 1.0 + BlackdownJDK 1.1.7 + GnuJSP 1.0.0.
>
> I've got the two following .JSP file in my repository:
>
> /home/httpd/html/1/sommaire.jsp
> /home/httpd/html/65/sommaire.jsp
>
> When GnuJSP try to build these .JSP page, the following files are created:
> jsp__sommaire_2ejsp.class instead of jsp__1_sommaire_2ejsp.class
> jsp__sommaire_2ejsp.class instead of jsp__65_sommaire_2ejsp.class
>
> Thus, it doesnt work :-(
> Does anybody have an idea?
> Thanks for your answer.
> Nicolas
I can't reproduce this problem. I correctly get jsp__1_.... and
jsp___65_... Try clearing out your scratchdir and see what happens. If you
still have the problem, what are the corresponding .java files called?
Wes