uPortal IRC Logs-2013-02-14

[10:51:43 CST(-0600)] <jwennmacher> EricDalquist: Should I have r/w access to Jasig/uPortalDataPlugin?

[10:51:49 CST(-0600)] <EricDalquist> ah

[10:51:55 CST(-0600)] <EricDalquist> I probably still need to setup some teams

[10:51:57 CST(-0600)] <EricDalquist> just a minute

[10:52:41 CST(-0600)] <jwennmacher> EricDalquist: You on ubuntu?

[10:53:08 CST(-0600)] <EricDalquist> yes

[10:55:58 CST(-0600)] <jwennmacher> Just curious if you are using pidgin how you have it configured to notify you that someone has typed into IRC. I'm not happy with how mine works. I tried to setup pidgin to do a libnotify alert using the libnotify pop-up plugin 0.14 but it only does the alert when someone logs in. It won't put up an alert when the IRC window gets a message posted to it.

[10:56:54 CST(-0600)] <jwennmacher> I have the libnotify plug-in configuration set to do alert on new messages but it doesn't seem to work (or at least do what I expect).

[10:57:29 CST(-0600)] <EricDalquist> I just get a blinking menubar icon

[10:57:30 CST(-0600)] <EricDalquist> and a sound

[10:57:43 CST(-0600)] <EricDalquist> though I'm using xubuntu

[10:57:47 CST(-0600)] <EricDalquist> so I have a different shell

[10:58:23 CST(-0600)] <jwennmacher> hmmm not sure how to do that. Blinking menu bar is what I want. I can get it when I have it set to 'present window', but then it takes kb focus which drives me batty.

[10:58:31 CST(-0600)] <jwennmacher> OK thanks. I'll look into it at some point.

[11:00:45 CST(-0600)] <jwennmacher> I'm unfortunately hit by the insufficient use of intelliJ idea in open source ... the maven-license-plugin by default doesn't ignore .idea/** which is where intelliJ puts its project files by default. Hopefully I won't do lots of releases until they get that fixed. (smile)

[11:01:49 CST(-0600)] <jwennmacher> please let me know when the permissions are setup. thanks.

[11:01:59 CST(-0600)] <EricDalquist> will do

[11:10:18 CST(-0600)] <EricDalquist> ok jwennmacher access is setup

[11:10:24 CST(-0600)] <jwennmacher> thx

[11:42:55 CST(-0600)] <drewwills> does anyone else have the impression that up-user list activity has been uncommonly high lately?

[11:43:10 CST(-0600)] <EricDalquist> yeah

[11:43:12 CST(-0600)] <EricDalquist> it has been going up

[11:43:23 CST(-0600)] <EricDalquist> and I'm happy because there are lots of poepl answering questions too

[11:44:01 CST(-0600)] <drewwills> awesome

[11:44:36 CST(-0600)] <drewwills> and fyi we are talking to a lot of folks about opportunities as well

[15:08:05 CST(-0600)] <jwennmacher> EricDalquist: When running the gpg portion of the release plug-in I get an error executing

[15:08:05 CST(-0600)] <jwennmacher> git push git@github.com:Jasig/uportalDataPlugin.git master:master

[15:08:05 CST(-0600)] <jwennmacher> ERROR: Repository not found

[15:08:05 CST(-0600)] <jwennmacher> Is there something wrong with my scm section? I don't see it. https://github.com/jameswennmacher/uPortalDataPlugin/blob/master/pom.xml

[15:08:46 CST(-0600)] <EricDalquist> the scm urls are wrong

[15:08:57 CST(-0600)] <EricDalquist> it is uPortalDataPlugin not uportalData-maven-plugin

[15:09:31 CST(-0600)] <jwennmacher> I fixed that a bit ago. where do you see that?

[15:10:01 CST(-0600)] <jwennmacher> oh - I just saw it. uportal not uPortal

[15:10:07 CST(-0600)] <jwennmacher> ARRGGHH

[15:10:28 CST(-0600)] <EricDalquist> (smile)

[15:36:04 CST(-0600)] <jwennmacher> minor question. What's the preferred naming convention. The plug-in in git is uPortalDataMavenPlugin (u-capitalP). I was about to change the artifactID from uportalData-maven-plugin to uPortalData-maven-plugin to match case. Some other places use uportal*. Thoughts? Not worth much effort or time, but thought I'd ask

[15:36:32 CST(-0600)] <EricDalquist> I generally do all lowercase maven ids

[15:37:02 CST(-0600)] <jwennmacher> so uportaldata

[15:37:09 CST(-0600)] <EricDalquist> yeah

[15:37:15 CST(-0600)] <EricDalquist> or uportal-data

[15:37:36 CST(-0600)] <jwennmacher> I'll do the former to match the plug-in naming convention

[15:37:39 CST(-0600)] <jwennmacher> OK

[15:37:50 CST(-0600)] <holdorph> if you do a quick query through your personal repository it confirms EricDalquist's feeling

[15:38:05 CST(-0600)] <holdorph> find ~/.m2/repository -type f -print

[15:38:18 CST(-0600)] <holdorph> very few capital letters over here

[15:38:37 CST(-0600)] <holdorph> and my ~/.m2 dir is 7 gigs

[15:38:56 CST(-0600)] <jwennmacher> Great. Thanks for the suggestions