Hi,
I'm trying to use
ant to compile some
JSP's to make sure they will deploy properly. My problem is this: when certain JSP's are compiled outside of the container (Weblogic) I get compile errors that look like this:
Inside the container, it works fine. If I remove the import statement, I get compile errors saying that the above class can't be found (at the location where it is being used). I don't really understand what the problem is. We're using jikes 1.17 to compile outside of the container.
L