Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 30527 invoked from network); 28 Oct 2002 17:54:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Oct 2002 17:54:08 -0000 Received: (qmail 11670 invoked by uid 97); 28 Oct 2002 17:54:42 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 11649 invoked by uid 97); 28 Oct 2002 17:54:42 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 11629 invoked by uid 98); 28 Oct 2002 17:54:41 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Nick Pellow" To: "Ant Users List" Subject: AW: jspc with taglib Date: Mon, 28 Oct 2002 18:51:32 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <7E546A2B7994D3119A38009027D502CC02C27E7B@WAS-XCHG1> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > -----Urspr�ngliche Nachricht----- > Von: Sonnek, Ryan [mailto:Ryan.Sonnek@bpc.com] > Gesendet: Montag, 28. Oktober 2002 18:39 > An: 'Ant Users List' > Betreff: RE: jspc with taglib > > > nick, > are you running behind a firewall? Nope. > could it be that when it parces the > web.xml it's trying to access the url > (http://jakarta.apache.org/taglibs/utility)? That is not what the spec or the error messages say: " > > absolute uri > > (http://jakarta.apache.org/taglibs/utility) cannot be resolved in either > > web.xml or the jar files deployed with this application " Nothing about a resolving http://jakarta.apache.org/taglibs/utility over the wire. Pretty wierd. > if this is the case, i don't > think that my failure would be doing the same thing, since i'm > not using any > external urls. is it possible to set proxy settings in the build > script and > see if it gets a responce? > > just an idea...... > > -----Original Message----- > From: Nick Pellow [mailto:nick.pellow@mindmatics.de] > Sent: Monday, October 28, 2002 11:32 AM > To: Ant Users List > Subject: AW: jspc with taglib > > > > > > -----Urspr�ngliche Nachricht----- > > > > MORE INFO: > > > > my taglib entry in web.xml is as follows. it looks pretty > standard to me, > > and i don't see where the problem is. the ant error message i'm getting > > back isn't saying anything about where the problem may be. > > > > /bcs > > /WEB-INF/taglib.tld > > > > > > the jsp page that fails to compile with jspc has the following import: > > <%@ taglib uri="/bcs" prefix="bcs" %> > > > > works fine when deployed to jboss w/ jetty (my app server). i'm using > > jasper runtime 4.0.6, are they're any known issues, or should i > > update to a > > newer version? > > No, I am using > 18347 23-Sep-2002 11:22:42 org/apache/jasper/JspC.class > and getting an error with the taglibs. I do not know if this is a > known issue with jasper. The error I get is with a taglib directive > that looks like: > > <%@ taglib uri="http://jakarta.apache.org/taglibs/dbtags" prefix="sql" %> > > even though I have the follwoing entry in my web.xml. > > > > http://jakarta.apache.org/taglibs/dbtags > /WEB-INF/dbtags.tld > > > Very strange, as the jasper jspc used to work so well! > > Sorry I can not help. > Nick > > > > > > > > > > > -----Original Message----- > > From: Nick Pellow [mailto:nick.pellow@mindmatics.de] > > Sent: Monday, October 28, 2002 6:50 AM > > To: Ant Users List > > Subject: AW: jspc with taglib > > > > > > > > > > > -----Ursprungliche Nachricht----- > > > Von: Dennis Doubleday [mailto:dennis@righthandmanager.com] > > > > > > No. It works for me, and my target is just: > > > > I do not suppose you are using any fully qualified taglib names are you? > > I am getting the following error: > > Exception initializing TldLocationsCache: XML parsing error on file > > /WEB-INF/web.xml: > > Internal Error: File /javax/servlet/resources/web-app_2_3.dtd not found > > ERROR-the file '\tools\convertUI.jsp' generated the following general > > exception: org.apache.jasper.JasperException: null(-1,-1) This > > absolute uri > > (http://jakarta.apache.org/taglibs/utility) cannot be resolved in either > > web.xml or the jar files deployed with this application > > > > Although I do have the following entry in the web.xml: > > > > > > > > http://jakarta.apache.org/taglibs/utility > > /WEB-INF/utility.tld > > > > > > Nick. > > > > > > > > > > > > classpathref="build.classpath"> > > > > > > > > > > > > By the way, I should add "works for me" means that jsp compilation is > > > successful, not that it achieves my goal, which is pre-compilation for > > > deployment to Tomcat. jspc doesn't translate the files to the names > > > Tomcat wants, so it can't use the class files anyway. > > > > > > > -----Original Message----- > > > > From: Sonnek, Ryan [mailto:Ryan.Sonnek@bpc.com] > > > > Sent: Friday, October 25, 2002 4:27 PM > > > > To: 'Ant Users List' > > > > Subject: RE: jspc with taglib > > > > > > > > > > > > yes, and jspc runs just fine normally untill i decided to add > > > > a tag library to my jsp page. i only run my pages through a > > > > compiler to check for syntax errors, otherwise i normally > > > > just deploy the war file. after i added the taglibs, the tag > > > > works on the deployed war, but if i run it through jspc it fails. > > > > > > > > any ideas? > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: