Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[08:25:41 EST(-0500)] * jayshao (n=jayshao@jayshao.oirt.rutgers.edu) has joined ##uportal
[09:45:30 EST(-0500)] * clown (n=clown@142.150.154.101) has joined ##uportal
[10:13:24 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[11:03:38 EST(-0500)] * colinclark (n=colin@bas1-toronto09-1279474838.dsl.bell.ca) has joined ##uportal
[11:42:13 EST(-0500)] * michelled (n=team@142.150.154.199) has joined ##uportal
[11:45:41 EST(-0500)] * EiNZTEiN (n=einztein@205.241.143.4) has joined ##uportal
[12:48:48 EST(-0500)] <EiNZTEiN> i still can't figure out what files afect the design
[12:48:49 EST(-0500)] <EiNZTEiN> ARGH
[12:49:16 EST(-0500)] <EiNZTEiN> I'm trying to edit the header, replace the logo, etc.. and I've been editing the xhtml-theme.xsl but it doesn't affect anything
[12:49:44 EST(-0500)] <EricDalquist> so you edit, run 'ant deploy' restart and still no luck ....
[12:49:50 EST(-0500)] <EricDalquist> what version of uPortal?
[12:51:53 EST(-0500)] <EiNZTEiN> 2.6.1
[12:52:04 EST(-0500)] <EiNZTEiN> I mean, it's all deployed.. I'm working at the deployed files
[12:52:11 EST(-0500)] <EiNZTEiN> can't I do that?
[12:52:20 EST(-0500)] <EricDalquist> hrm ... best practice is to edit the files in the project
[12:52:23 EST(-0500)] <EricDalquist> and run ant deploy
[12:52:26 EST(-0500)] <EiNZTEiN> hmm
[12:52:34 EST(-0500)] <EricDalquist> otherwise next time you run ant deploy all your changes will get blown away
[12:52:40 EST(-0500)] <EiNZTEiN> true
[12:53:18 EST(-0500)] <EricDalquist> esm: any way you know to get the mvn release plugin to be OK with SNAPSHOT dependencies?
[12:57:52 EST(-0500)] <EiNZTEiN> EricDalquist: the issue here is what xsl actually are used by the portal...
[12:58:12 EST(-0500)] <EiNZTEiN> I just saw the logo html markup on xhtml-theme.xsl, but changing it did nothing
[12:58:44 EST(-0500)] <EiNZTEiN> brb
[13:05:47 EST(-0500)] <EricDalquist> EiNZTEiN: what is the full path to the XSL document you are editing
[13:05:53 EST(-0500)] <EricDalquist> from the root of the uPortal webapp
[15:11:16 EST(-0500)] <EiNZTEiN> i'm back
[15:11:22 EST(-0500)] <EiNZTEiN> EricDalquist: I'll give you that in a sec
[15:11:51 EST(-0500)] <EiNZTEiN> here: /usr/local/tomcat/webapps/uPortal/WEB-INF/classes/org/jasig/portal/layout/tab-column/xhtml-theme/xhtml-theme.xsl
[15:15:07 EST(-0500)] <EricDalquist> hrm ... looks right for an out of the box uPortal 2.6.1 install
[15:17:55 EST(-0500)] <EiNZTEiN> yup
[15:18:16 EST(-0500)] <EiNZTEiN> but changing the properties for the logo didn't result in any changes on the browser result
[15:18:17 EST(-0500)] <EiNZTEiN> :|
[15:18:32 EST(-0500)] <EricDalquist> and no changes you make in that file show up when rendering the portal (after restarting tomcat)?
[15:18:43 EST(-0500)] <EiNZTEiN> need to restart tomcat?
[15:18:57 EST(-0500)] <EricDalquist> unless you have the uPortal XSL caching disabled yes
[15:19:06 EST(-0500)] <EricDalquist> uPortal only reads those files once