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 22 Next »

[10:36:04 CST(-0600)] <EricDalquist> new favorite firefox addon: https://addons.mozilla.org/en-US/firefox/addon/jsonview/
[11:27:14 CST(-0600)] <EricDalquist> athena: did you port that spring 304 not modified filter back for use in a spring 2.5 app?
[11:28:00 CST(-0600)] <athena> hmmm.
[11:28:18 CST(-0600)] <athena> i uhh actually can't remember
[11:28:23 CST(-0600)] <EricDalquist> (smile)
[11:28:28 CST(-0600)] <athena> i know i ported it to a portlet filter
[11:28:32 CST(-0600)] <EricDalquist> that's fine, just curious
[11:28:34 CST(-0600)] <EricDalquist> ah
[11:30:20 CST(-0600)] <athena> could look through 3.2 and see
[11:38:39 CST(-0600)] <EricDalquist> athena: do you know of a way to make an already established pager re-render with a new data model?
[11:38:51 CST(-0600)] <athena> yes
[11:38:56 CST(-0600)] <athena> though it's kind of icky (smile)
[11:39:00 CST(-0600)] <athena> errr actually hang on
[11:39:11 CST(-0600)] <athena> wooo ok
[11:39:21 CST(-0600)] <athena> so i actually added a util method for that to uportal's javascript library
[11:39:25 CST(-0600)] <athena> look at up-util.js
[11:39:27 CST(-0600)] <EricDalquist> oh ok
[11:39:30 CST(-0600)] <athena> there's a frefresh pager model in there
[11:39:36 CST(-0600)] <athena> can use that as a sample
[11:39:36 CST(-0600)] <EricDalquist> was that in 3.2 or just trunk?
[11:40:19 CST(-0600)] <athena> just trunk
[11:40:30 CST(-0600)] <EricDalquist> ok, thanks
[11:41:14 CST(-0600)] <athena> yep!
[11:41:33 CST(-0600)] <athena> so up-2556 and 2557 are resolved
[11:41:36 CST(-0600)] <athena> wooooo
[11:41:37 CST(-0600)] <EricDalquist> looks perfect, thanks athena
[11:41:39 CST(-0600)] <EricDalquist> yay!
[11:41:42 CST(-0600)] <athena> ya (smile)
[11:41:55 CST(-0600)] <EricDalquist> (goes to look in the commit log as to what those jiras actually are for)
[11:42:08 CST(-0600)] <EricDalquist> oh nice
[11:44:59 CST(-0600)] <athena> ya
[11:45:14 CST(-0600)] <athena> like the forever-tickets
[13:58:43 CST(-0600)] <athena> jasig wiki down?
[14:00:08 CST(-0600)] <EricDalquist> appears to be working for me
[14:00:11 CST(-0600)] <EricDalquist> are you seeing an error?
[14:04:16 CST(-0600)] <athena> timing out
[14:04:23 CST(-0600)] <athena> rest of the internet seems ok for me
[14:04:56 CST(-0600)] <EricDalquist> huh
[14:05:01 CST(-0600)] <EricDalquist> can you get to jira?
[14:08:29 CST(-0600)] <holdorph> don't expect it's related, but I had a few jasig emails that seemed to have been delayed by hours, that just showed up recently
[14:08:46 CST(-0600)] <EricDalquist> same here but that could be delays here at UWE
[14:08:48 CST(-0600)] <EricDalquist> er UW
[14:09:10 CST(-0600)] <holdorph> like I said, didn't expect it to be related, but in case I was wrong, thought I would mention it
[14:11:18 CST(-0600)] <athena> looks like i can't get to jasig either
[14:11:24 CST(-0600)] <athena> er, jasig jira
[14:11:47 CST(-0600)] <EricDalquist> hrm
[14:12:00 CST(-0600)] <EricDalquist> looks like maybe networking between you and the contegix server :/
[14:12:33 CST(-0600)] <athena> ok, then i blame comcast
[14:12:41 CST(-0600)] <athena> wouldn't be the first time i've had a weird outage to a particular service
[14:12:43 CST(-0600)] <athena> or the second
[14:12:46 CST(-0600)] <athena> or the third
[14:12:58 CST(-0600)] <athena> no, clearly we don't need any ISP competition, that's INSANE!
[14:13:07 CST(-0600)] <holdorph> i can get to jasig jira and confluence both
[14:13:53 CST(-0600)] <athena> ok
[14:13:58 CST(-0600)] <athena> just my crappy ISP then
[14:13:59 CST(-0600)] * athena sighs
[14:14:44 CST(-0600)] <holdorph> i'd suggest you tether through your phone, but.... you probably have an apple phone too.
[14:35:41 CST(-0600)] * Topic is 'http://uportal.pastebin.com/ - http://www.ja-sig.org/wiki/display/UPC/uportal+IRC+Logs&#039; set by EricDalquist!~apollo@adsl-76-208-69-56.dsl.mdsnwi.sbcglobal.net on 10:58:24 CST(-0600)
[15:36:01 CST(-0600)] <JoeMoore> Are you aware of a test failure on trunk: http://uportal.pastebin.com/4FRATtdf
[15:36:31 CST(-0600)] <athena> i haven't seen that, no
[15:36:41 CST(-0600)] <EricDalquist> oh I think that test may only fail on windows (tongue)
[15:36:58 CST(-0600)] <EricDalquist> due to file system last-modified-time resolution issues
[15:37:09 CST(-0600)] <JoeMoore> Any workaround?
[15:37:13 CST(-0600)] <EricDalquist> I thought I remembered awills hitting that
[15:37:16 CST(-0600)] <EricDalquist> but I can't remember what he did
[15:37:24 CST(-0600)] <EricDalquist> add @Ignore to the test locally for now :/
[15:37:39 CST(-0600)] <JoeMoore> Where do I do that?
[15:38:35 CST(-0600)] <EricDalquist> open up the test java file
[15:38:44 CST(-0600)] <EricDalquist> and add that annotation on the class declaration
[15:39:01 CST(-0600)] <EricDalquist> @Ignore
[15:39:01 CST(-0600)] <EricDalquist> public class MyTestClass {
[15:39:01 CST(-0600)] <EricDalquist> }
[15:39:07 CST(-0600)] <EricDalquist> makes Junit ignore the entire test
[15:39:18 CST(-0600)] <JoeMoore> K--I'll check back if it's not obvious
[15:39:20 CST(-0600)] <JoeMoore> Thanks a million
[15:39:47 CST(-0600)] <EricDalquist> typ
[15:39:48 CST(-0600)] <EricDalquist> yup
[16:06:58 CST(-0600)] <JoeMoore> I'm still lost on the @Ignore. Does it go on the test class itself, or in a meta file somewhere or ...? I know how to find the org.jasig.portal.utils.cache.CachingResourceLoaderImplTest.java
[16:07:32 CST(-0600)] <JoeMoore> class, but I tried simply adding @Ignore like you have it above and got a compile error. I'm obviously missing something.

  • No labels