...
[14:42:51 CST(-0600)] <EricDalquist> there should be a full version of that stack trace in uPortal.log
[14:46:02 CST(-0600)] <newman2> Steve has mentioned that this sakai-connector portlet is wrote for UP3 and I am trying to install it in up4
[14:46:15 CST(-0600)] <newman2> When I installed the same in UP3 it went good
[14:46:23 CST(-0600)] <EricDalquist> ah
[14:46:36 CST(-0600)] <EricDalquist> you might have to work with steve then to get a build that is not portal specific
[14:48:29 CST(-0600)] <newman2> ok
[15:49:06 CST(-0600)] <drewwills> Still there EricDalquist? I'm seeing what looks like a dependency issue with the up-search-api
[15:49:17 CST(-0600)] <EricDalquist> ?
[15:49:34 CST(-0600)] <EricDalquist> whats that?
[15:49:49 CST(-0600)] <drewwills> uP root pom lists search-api last among submodules
[15:49:59 CST(-0600)] <drewwills> but there's a dependency on it in up-war
[15:50:01 CST(-0600)] <EricDalquist> module order doesn't matter
[15:50:05 CST(-0600)] <drewwills> ah
[15:50:12 CST(-0600)] <EricDalquist> maven figures out the tree at build time
[15:50:21 CST(-0600)] <drewwills> wonder why i'm getting: Unable to resolve artifact: Missing:
[15:50:22 CST(-0600)] <drewwills> ----------
[15:50:22 CST(-0600)] <drewwills> 1) org.jasig.portal:uportal-search-api:jar:4.0.8-SNAPSHOT
[15:50:44 CST(-0600)] <EricDalquist> are you building in a 4.0.8-SNAPSHOT source tree?
[15:50:49 CST(-0600)] <drewwills> (this is the unicon showcase env, fyi... could be customizations)
[15:50:55 CST(-0600)] <drewwills> should be
[15:51:07 CST(-0600)] <EricDalquist> like if you go into the api module dir
[15:51:12 CST(-0600)] <EricDalquist> and do "mvn clean install:
[15:51:28 CST(-0600)] <EricDalquist> do the groupid, artifactid & version match that missing line?
[15:53:40 CST(-0600)] <drewwills> the version matches... can't see all those in 1 place
[15:54:05 CST(-0600)] <EricDalquist> install should show you the full path to where the file was installed in your local maven repo
[15:54:13 CST(-0600)] <EricDalquist> which would have all that info in the path
[15:55:18 CST(-0600)] <EricDalquist> ok ... 4.0.10 is released
[15:55:23 CST(-0600)] <drewwills> cool
[15:55:29 CST(-0600)] <EricDalquist> I'll post about it tonight to give the maven artifacts time to get out there
[15:56:48 CST(-0600)] <drewwills> the string from the install looked identical (eyeballed)... and now of course it can fid it, because it's installed
[15:57:05 CST(-0600)] <EricDalquist> so my guesses would be
[15:57:17 CST(-0600)] <EricDalquist> your root pom or uportal-war pom have a different version number of group id
[15:57:34 CST(-0600)] <EricDalquist> which would cause maven to not resolve that build time dependency correctly
[15:58:17 CST(-0600)] <drewwills> that was my guess too... looked at those... going to look again
[16:12:35 CST(-0600)] <cwaymire> does uPortal master work with the latest version of tomcat 7? or does it require a specific version?
[16:12:52 CST(-0600)] <EricDalquist> 4.0.10 and master work on tomcat 7
[16:13:48 CST(-0600)] <cwaymire> any version of 7? meaning it will work with the latest version?
[16:13:54 CST(-0600)] <EricDalquist> I believe so
[23:20:43 CST(-0600)] <newman3> hi