I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm
getting the following error:
2002-10-21 02:45:49 - uriRoot implicitly set to
"/home/felipes/cvs/w2/web"
[java] java.lang.LinkageError: loader constraints violated when
linking org/w3c/dom/Document class
Excerpt from my build.xml:
<java classname="org.apache.jasper.JspC"
classpathref="jspc.classpath">
<arg value="-v9" />
<arg value="-p" />
<arg value="com.w2.web" />
<arg value="-webxml" />
<arg value="${java}/web.xml" />
<arg value="-d" />
<arg value="${java}" />
<arg value="-webapp" />
<arg value="." />
</java>
What I'm missing here? And when I try to specify "-uriroot" I get all
kinds of problems, no Java is generated and I get an "StackEmpty"
exception, or something like it.
Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893
Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>