Thanks for the quick response.  I can get it to work like that.  But I have to
point at my build output dir which is created by various ANT tasks and not part
of our src tree.  Would it be possible to simply have a project property(s) that
allows the mapping of URI's/taglib descriptors to tld files.  Or better yet just
allow me to setup a list of tld files much like I do for the classpath and jars.
        This type of separated source and build output organization has been working
great at my past three companies.  Having the src tree separated from the build
output allows the source to be shared across multiple webapps.  So the webapps
are assembled on the fly by ANT during the build process.  This way many of our
common JSPs and framework.
        The way IDEA is designed or intended to be used seems to make the assumption
that the code layout/editing is done in a webapp tree structure, which at least
in our case is not true.  We work in an independent source dir then have ANT
generate the proper webapp at compile time.
        Any way in the current app to set it up this way?

thanks
-kevin


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Aizatsky
> Sent: Wednesday, June 05, 2002 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: [Eap-bugs] Re: Can't resolve tag library
>
>
> Kevin,
>
> You need to set up Project | Web applications properly and properly
> configure web application's web.xml file.
>
> --
> Best regards,
> Mike Aizatsky.
> ------------------------------
> JetBrains, Inc / IntelliJ Software
> http://www.intellij.com
> "Develop with pleasure!"
>
>
> "Kevin Henrikson" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > Hi,
> >  I'm running build #629.  I'm getting "Can't resolve tag library" errors
> in my
> > JSPs.    I'm using taglib directives like:
> >
> > <%@ taglib uri="http://jakarta.apache.org/struts/tags-html-1.0";
> prefix="html" %>
> > <%@ taglib uri="http://java.sun.com/jstl/core"; prefix="c" %>
> >
> > I have the proper jar files in my project class path in this case
> struts.jar and
> > jstl.jar  Do I need to specify anything else?  Should IDEA search the
> entire
> > classpath for jars that contain .tld files then try to match the URI in
> the .tld
> > files?  This is how the web containers search works I think.  Of course
> once I
> > build my project and it's running in Resin things work fine, it's just the
> > taglib and tag completion features are not accessible with these errors.
> >
> > thanks
> >
> > -kevin
> >
> > --
> > Kevin Henrikson                                  Openwave Systems, Inc.
> >
> >
> >
>
>
> _______________________________________________
> Eap-bugs mailing list
> [EMAIL PROTECTED]
> http://lists.jetbrains.com/mailman/listinfo/eap-bugs
>



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to