Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

[15:41:19 CDT(-0500)] * Topic is 'http://uportal.pastebin.com/ - https://wiki.jasig.org/display/UPC/uportal+IRC+Logs' set by EricDalquist!~apollo@76.210.64.142 on 17:44:12 CDT(-0500)

[15:41:31 CDT(-0500)] <EricDalquist> welcome back JASIGLogBot

[15:41:40 CDT(-0500)] <EricDalquist> someday I'll make it interactive (smile)

[15:44:47 CDT(-0500)] <jwennmacher> Just out of curiosity I noticed the pluto jars weren't in maven central. Why is that? i have to setup dependencies separately in my IDE since they are not represented in the pom.xml files

[15:44:58 CDT(-0500)] <EricDalquist> uh they should be

[15:45:01 CDT(-0500)] <EricDalquist> which jars?

[15:45:44 CDT(-0500)] <jwennmacher> The only ones in Maven Central are old ... http://search.maven.org/#search|ga|1|org.apache.pluto

[15:46:01 CDT(-0500)] <EricDalquist> (smile)

[15:46:02 CDT(-0500)] <EricDalquist> http://search.maven.org/#search%7Cga%7C1%7Corg.apache.portals.pluto

[15:46:08 CDT(-0500)] <EricDalquist> the groupId changed for 2.0

[15:47:23 CDT(-0500)] <jwennmacher> Ahh. Any reason I shouldn't add them (taglib in particular) to the pom.xml?

[15:47:36 CDT(-0500)] <EricDalquist> of a portlet?

[15:47:43 CDT(-0500)] <jwennmacher> Sorry - yes

[15:47:51 CDT(-0500)] <EricDalquist> well you don't need any of them

[15:48:07 CDT(-0500)] <EricDalquist> AND if you include a version different from what the portal is using

[15:48:10 CDT(-0500)] <EricDalquist> bad things might happen

[15:48:14 CDT(-0500)] <EricDalquist> like linkage errors

[15:48:27 CDT(-0500)] <EricDalquist> you can include the taglib library as provided

[15:48:29 CDT(-0500)] <jwennmacher> True, but at least in my IDE for the editor to recognize the tags I have to setup the resource dependencies externally

[15:48:38 CDT(-0500)] <EricDalquist> which will make the jar show up in your ide

[15:48:43 CDT(-0500)] <EricDalquist> but won't include it in the war

[15:48:46 CDT(-0500)] <EricDalquist> which is what you want

[15:48:57 CDT(-0500)] <EricDalquist> same thing you do with the servlet and portlet api jars

[15:49:38 CDT(-0500)] <jwennmacher> I'm not sure if I follow. I setup my IDE to recognize the portlet URI to reference the jar in the tomcat's shared/lib folder. Is that what you mean?

[15:50:02 CDT(-0500)] <EricDalquist> no

[15:50:04 CDT(-0500)] <EricDalquist> in your pom.xml

[15:50:07 CDT(-0500)] <EricDalquist> add

[15:50:15 CDT(-0500)] <jwennmacher> OK reread what you said. Yes I was planning on marking the dependency as provided

  • No labels