uPortal IRC Logs-2008-01-10
[03:26:52 EST(-0500)] * esm (n=esm@207-53-192-222.dynamic-dsl.qis.net) has joined ##uportal
[09:38:02 EST(-0500)] * clown (n=clown@guiseppi.atrc.utoronto.ca) has joined ##uportal
[10:08:36 EST(-0500)] * clown (n=clown@guiseppi.atrc.utoronto.ca) has left ##uportal
[10:10:34 EST(-0500)] * clown_ (n=clown@142.150.154.101) has joined ##uportal
[11:04:25 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[12:06:43 EST(-0500)] * clown (n=clown@142.150.154.101) has joined ##uportal
[12:29:43 EST(-0500)] <EricDalquist> hey esm, is there an easy way to explicitly add all of the maven plugin version numbers to a projects poms?
[12:30:12 EST(-0500)] <esm> would <pluginDependency> work?
[12:30:39 EST(-0500)] <esm> define it in the parent pom with a version and it should i think propagate to the children
[12:30:47 EST(-0500)] <EricDalquist> ok
[12:30:48 EST(-0500)] <esm> like you did for ...
[12:30:58 EST(-0500)] <esm> ah for the portlet assembly
[12:31:04 EST(-0500)] <EricDalquist> ah yeah
[12:31:08 EST(-0500)] <esm> i think you were thinking about doing it there
[12:31:13 EST(-0500)] <esm> to inherit a configuration
[12:31:20 EST(-0500)] <esm> but I think it will work for a version as well
[12:31:21 EST(-0500)] <EricDalquist> yup
[12:31:24 EST(-0500)] <EricDalquist> now to go figure out what versions of all the plugins I'm actually using
[12:31:29 EST(-0500)] <esm> lol nice
[12:31:45 EST(-0500)] <esm> mvn dependency:analyze may help
[12:31:48 EST(-0500)] <esm> or help:describe
[12:31:54 EST(-0500)] <EricDalquist> I want to make sure the maven build is truly reproducable when I do the release
[12:31:59 EST(-0500)] <esm> yes
[12:32:08 EST(-0500)] <esm> i think that is becoming a best practice if not already
[12:32:16 EST(-0500)] <EricDalquist> yeah
[12:32:26 EST(-0500)] <esm> had lunch with awills yesterday
[12:32:26 EST(-0500)] <EricDalquist> I saw rumors that a future version of the release plugin may do this for you
[12:32:30 EST(-0500)] <EricDalquist> cool
[12:32:36 EST(-0500)] <esm> oh cool
[12:32:52 EST(-0500)] <esm> rumors ... via the maven list?
[12:32:57 EST(-0500)] <EricDalquist> yeah
[12:33:13 EST(-0500)] <esm> that is a great place for it, actually
[12:33:20 EST(-0500)] <EricDalquist> yeah
[12:33:36 EST(-0500)] <EricDalquist> be able to do mvn release -DupdatePluginVersions=true or something
[12:34:23 EST(-0500)] <esm> cool well i am at home, but i gotta get to work
[12:34:34 EST(-0500)] <esm> i spent too much time last night playing with wso2 registry and tika
[12:34:44 EST(-0500)] <esm> so i worked from home this morning
[12:34:54 EST(-0500)] <esm> but need to get in to the office
[12:34:54 EST(-0500)] <EricDalquist> heh
[12:34:59 EST(-0500)] <EricDalquist> I did the same thing with up3
[12:35:03 EST(-0500)] <esm> heheh
[12:35:07 EST(-0500)] <EricDalquist> didn't get in till late
[12:35:15 EST(-0500)] <esm> 2 am doesn't mix well with debugging unit tests.
[12:35:19 EST(-0500)] <esm> so i gave up.
[12:35:33 EST(-0500)] <EricDalquist> no it does not
[12:37:25 EST(-0500)] <EiNZTEiN> jayshao: I wasn't here sorry
[12:42:00 EST(-0500)] <jayshao> no biggie – wanted to make sure I hadn't left you hanging
[13:00:00 EST(-0500)] <EiNZTEiN> jayshao: ok ok
[13:00:12 EST(-0500)] <EiNZTEiN> my last "question" still remains though... :S
[13:00:34 EST(-0500)] <EiNZTEiN> you mentioned that all the files I need would be in the "media2 foldr
[13:00:41 EST(-0500)] <EiNZTEiN> "media" folder*
[13:00:53 EST(-0500)] <EiNZTEiN> but some elements are "hard-coded" into the xsl
[13:01:01 EST(-0500)] <EiNZTEiN> which are in the WEB-INF...
[13:01:06 EST(-0500)] <EiNZTEiN> correct?
[13:24:12 EST(-0500)] * KWhat_Work (n=abarker@cl196075.callutheran.edu) has left ##uportal
[13:34:38 EST(-0500)] * esm (n=esm@asdf.dkc.jhu.edu) has joined ##uportal
[13:44:14 EST(-0500)] <EricDalquist> hey there esm
[13:44:27 EST(-0500)] <esm> hey
[13:44:29 EST(-0500)] <EricDalquist> mvn org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-5-SNAPSHOT:resolve-plugins
[13:44:30 EST(-0500)] <esm> i am now in at work
[13:44:35 EST(-0500)] <esm> nice
[13:44:37 EST(-0500)] <EricDalquist> figured
[13:44:40 EST(-0500)] <esm> very good
[13:44:47 EST(-0500)] <EricDalquist> gives you a list of all the plugins you depend on and their versions
[13:44:55 EST(-0500)] <esm> the dependency plugin is sweet
[13:44:59 EST(-0500)] <esm> they are making improvments on that all the time
[13:45:05 EST(-0500)] <esm> nice to know it can do that too
[13:45:06 EST(-0500)] <EricDalquist> yeah
[13:45:10 EST(-0500)] <EricDalquist> makes using maven much more sane
[13:45:16 EST(-0500)] <esm> uh-huh
[13:45:18 EST(-0500)] <EricDalquist> oh ... do you think you could apply those last few patches I created for pluto?
[13:45:25 EST(-0500)] <esm> yeah sorry about that i am behind.
[13:45:27 EST(-0500)] <esm> will do
[13:45:29 EST(-0500)] <EricDalquist> no problem
[13:45:35 EST(-0500)] <esm> i need ot propose the vote of ryou
[13:45:53 EST(-0500)] <esm> david taylor has proposed votes, and the proposal was really detailed.
[13:46:00 EST(-0500)] <EricDalquist> I just want to make sure the latest 1.1.5 snapshot has all the fixes when I do the M5 release
[13:46:06 EST(-0500)] <esm> so i feel like I have to make a similar effort
[13:46:07 EST(-0500)] <esm> yeah
[13:46:11 EST(-0500)] <esm> when is m5 going out
[13:46:12 EST(-0500)] <EricDalquist> lol so you have quite the precedent to deal with
[13:46:21 EST(-0500)] <EricDalquist> I'm going to try and get it tagged today
[13:46:23 EST(-0500)] <esm> yeah, well with santiago it would have been np
[13:46:29 EST(-0500)] <esm> ok cool
[13:46:33 EST(-0500)] <esm> give me a few
[13:46:38 EST(-0500)] <EricDalquist> no problem
[13:46:51 EST(-0500)] <EricDalquist> it is going to be a while while I fully enumerate all of our plugin depdendencies
[13:46:53 EST(-0500)] <EricDalquist> woohoo
[13:48:46 EST(-0500)] <esm> lol
[16:39:19 EST(-0500)] <esm> EricDalquist: working on something here at work will patch pluto today tho
[16:39:31 EST(-0500)] <EricDalquist> cool
[16:39:40 EST(-0500)] <EricDalquist> I probably won't get M5 out till tomorrow
[16:39:49 EST(-0500)] <esm> k sorry bout that
[16:39:49 EST(-0500)] <EricDalquist> just getting jira and everything updated takes a while
[16:39:55 EST(-0500)] <esm> heh
[16:58:08 EST(-0500)] <EricDalquist> hrm ... is there anything special I need to do to get a multi module site working properly?
[17:06:25 EST(-0500)] * clown_ (n=clown@guiseppi.atrc.utoronto.ca) has joined ##uportal
[17:07:57 EST(-0500)] <esm> hah
[17:08:03 EST(-0500)] <esm> good luck.
[17:08:38 EST(-0500)] <esm> i've been very confusied with site and how it works with child modules.
[17:09:07 EST(-0500)] <esm> in general I think you have to do mvn site from the root and have your website under the project root
[17:09:33 EST(-0500)] <esm> again, one of those thins that is under flux (site is beta last i looked)
[17:09:43 EST(-0500)] <EricDalquist> I'm just trying to get the links to work
[17:09:47 EST(-0500)] <esm> so its behavior changes over time as your site plugin upgrades
[17:09:49 EST(-0500)] <esm> oh
[17:09:50 EST(-0500)] <EricDalquist> I did site:stage
[17:09:53 EST(-0500)] <esm> which links
[17:09:55 EST(-0500)] <esm> oh
[17:09:55 EST(-0500)] <esm> ok
[17:10:00 EST(-0500)] <EricDalquist> to and from each modules
[17:10:01 EST(-0500)] <esm> so links between modules don't work
[17:10:06 EST(-0500)] <esm> yeah
[17:10:09 EST(-0500)] <esm> that is my experience
[17:10:10 EST(-0500)] <EricDalquist> uhg
[17:10:13 EST(-0500)] <esm> but if you publish the site they do.
[17:10:17 EST(-0500)] <EricDalquist> ah
[17:10:44 EST(-0500)] <esm> so if you don' t mind publishing a site that may be broken you can publish it out and i think the links should be ok
[17:10:54 EST(-0500)] <EricDalquist> nice
[17:11:00 EST(-0500)] <esm> heh
[17:12:01 EST(-0500)] <esm> apple shortcut of the day
[17:12:15 EST(-0500)] <esm> apple-shift-t restores the last tab you closed in firefox
[17:12:22 EST(-0500)] <EricDalquist> nice
[17:12:50 EST(-0500)] <esm> easy to remember since apple-t is new tab
[17:19:39 EST(-0500)] * clown_ (n=clown@guiseppi.atrc.utoronto.ca) has left ##uportal
[19:04:42 EST(-0500)] * esm (n=esm@207-53-192-205.dynamic-dsl.qis.net) has joined ##uportal