[09:13:32 CDT(-0500)] <rickard> I'm going crazy trying to get Eclipse to stop warning me about missing tag handler classes in portlet.tld. I've added portlet.tld to WEB-INF/tld, but then I get the following warnings:
[09:13:35 CDT(-0500)] <rickard> The tag handler class for "actionURL" (org.apache.pluto.tags.ActionURLTag) was not found on the Java Build Path
[09:14:19 CDT(-0500)] <rickard> This is a line in portlet.tld. I tried adding pluto-taglib-1.1.7.jar to the build path, but that doesn't help.
[09:15:01 CDT(-0500)] <rickard> I know uPortal sorts this out when it's deployed, but I like to keep the Eclipse markers window clean from any warnings.
[09:15:04 CDT(-0500)] <rickard> Any ideas?
[09:55:12 CDT(-0500)] <athena> rickard: sounds like you need the portlet api jars on the classpath
[09:55:21 CDT(-0500)] <athena> you might want to try using M2Eclipse
[09:55:44 CDT(-0500)] <athena> that'll resolve all the dependencies for you from the POM file automatically so that you don't have to do any manual build path setup
[09:57:16 CDT(-0500)] <rickard> athena: I have portlet-api-1.0.jar in the build path.
[09:57:36 CDT(-0500)] <rickard> We're currently not using Maven at all, so this is just a very simple vanilla portlet.
[09:57:49 CDT(-0500)] <athena> oh oh - this is for a portlet, not for uportal
[09:57:57 CDT(-0500)] <rickard> Ah, yes. Sorry about that
[09:58:01 CDT(-0500)] <athena> no worries
[09:58:05 CDT(-0500)] * athena is not quite awake yet
[09:58:57 CDT(-0500)] <athena> have you tried having the pluto taglib jar on the classpath, and not adding the tld to the project? i think that's our typical setup
[09:59:28 CDT(-0500)] <rickard> I'll give it a go.
[09:59:41 CDT(-0500)] <athena> the pluto and portlet libraries need to not actually be deployed w/ the project themselves though
General
Content
Integrations