AW: jspc with taglib

2002-10-28 Thread Nick Pellow


> -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
> >

AW: jspc with taglib

2002-10-28 Thread Nick Pellow


> -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:
<mailto:ant-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
>
>
>



--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>





--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>




AW: jspc with taglib

2002-10-28 Thread Nick Pellow


> -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: