Re: [uportal-dev] Setting Up uPortal 3.2 for Front-End Development

2010-06-01 Thread Gary Thompson
, 2010 10:15:25 AM GMT -07:00 U.S. Mountain Time (Arizona) Subject: Re: [uportal-dev] Setting Up uPortal 3.2 for Front-End Development There was some talk about making this easier to do... On 3.1.2 I do this (these settings may have changed in 3.2 though): Edit: /uportal-impl/src/main/resources

RE: [uportal-dev] Setting Up uPortal 3.2 for Front-End Development

2010-06-01 Thread Robert R. Miller II
: Tuesday, June 01, 2010 2:47 PM To: uportal-dev@lists.ja-sig.org Cc: Robert R. Miller II Subject: Re: [uportal-dev] Setting Up uPortal 3.2 for Front-End Development Robert, As Arlo mentioned, you will need to disable the JS/CSS caching by commenting out the pageCachingFilter from web.xml as well

Re: [uportal-dev] Setting Up uPortal 3.2 for Front-End Development

2010-05-27 Thread Arlo White
There was some talk about making this easier to do... On 3.1.2 I do this (these settings may have changed in 3.2 though): Edit: /uportal-impl/src/main/resources/properties/portal.properties Set XSLT caching off: org.jasig.portal.utils.XSLT.stylesheet_set_caching=off