You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GEORGE David <Da...@axa-im.com> on 2000/10/03 10:33:38 UTC

Problems with JSPC compiler

Hi,

I'm using Tomcat/Jakarta by way of IPlanet (although they like to hide the
fact).  I have a problem, which I've also had on vanilla Tomcat whereby the
JSPC compiler generates incorrect includes, eg:

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import java.io.PrintWriter;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.ObjectInputStream;
import java.util.Vector;
import org.apache.jasper.runtime.*;
import java.beans.*;
import org.apache.jasper.JasperException;
import com.axaim.esweb.util.Constants;
import ^M
                       java.lang.Utils.*;

Notice the last line is indented and includes Utils not utils, so it fails
to compile.  Anyone know why this is?

regards,

David