Y does JspC Appends dot to package name

2003-02-25 Thread Mandeep Jossan
folks, Iam trying to compile my jsp's using JspC, I give the following command to do that D:\Tomcat4.0\webapps\ntier\_Cash\_Setupjava org.apache.jasper.JspC -d d:\myDirectory\WEB-INF\classes -p com.abc.jsp_servlets TransactionType. jsp But the problem is when it creates the servlet it fixes

Re: Y does JspC Appends dot to package name

2003-02-25 Thread Justin Ruthenbeck
Mandeep -- Are you using the (relatively old) 4.0.3 version that came packaged with jBoss? If so, this was a bug fixed between 4.0.3 and 4.0.4. Or, if you don't wish to upgrade, I fixed the bug with a relatively simple single-file source fix (though I don't recall where exactly that was).