Thanks! Option #4 was excellent to follow and I can confirm the ease of creating a static page under DSpace 5 (and prior it sounds like) -- putting all the text for the Title of the page, the bread crumb, and the body inside the page-structure.xsl of your custom theme.
Much appreciated! On Wednesday, August 26, 2015 at 9:24:32 AM UTC-4, helix84 wrote: > > Hi Marcos, > > 1) just to make sure - after you made the changes in [dspace-src], did > you run mvn package and ant update? That compiles the classes, creates > the jars and installs them into [dspace]. Then you need to restart > Tomcat. > 2) I notice you didn't change your XSL to detect the URL by looking at > /dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='request'][@qualifier='URI'] > > > and serving the appropriate page. This might be another important > error. > > If you're using DSpace 1.8, it would be easier to start by Step 4) on > the page you followed. The StaticPage aspect is already prepared for > simple static pages, so you don't have to create your own aspect and > recompile. Test it with StaticPage first, then when that works, try > again with your custom aspect. > > Regards, > ~~helix84 > > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
