[Dspace-tech] Current locale in DRI

2014-06-10 Thread Ruben
Hi all, I've trying to add current locale info into DRI file keeping this value into session object, and now I've already got (en), but it doesn't works how I want. For example, if I change the current language in the search page, all strings are translated into the new language, but into DRI f

Re: [Dspace-tech] LAC e-theses harvesting of DSpace 3.1

2014-06-10 Thread Graham Faulkner
Thanks for the feedback Terry. In reviewing the LAC guidelines at www.collectionscanada.gc.ca/thesescanada/027007-9200-e.html, it looks like I’ll have to add an tag to the output (Section 2.5) and update the URL (Section 2.7)

[Dspace-tech] ant fresh_install Error

2014-06-10 Thread Eric Martyns
Hi, I am building dspace 3.1, the dspace was successfully built but when i run the command C:\dspace-3.1-src-release\dspace\target\dspace-3.1-build>ant frest_install at first it starts building and then ends up with the message Build Failed and [java] at org.dspace.administer.RegistryLoade

Re: [Dspace-tech] LAC e-theses harvesting of DSpace 3.1

2014-06-10 Thread Terry Brady
I recommend that you start with the stylesheets in dspace/config/oai/metadataFormats Terry On Tue, Jun 10, 2014 at 6:01 AM, Graham Faulkner < graham.faulk...@uwaterloo.ca> wrote: > Thanks for the feedback Terry. > > > > In reviewing the LAC guidelines at > www.collectionscanada.gc.ca/thesescan

Re: [Dspace-tech] LAC e-theses harvesting of DSpace 3.1

2014-06-10 Thread Anthony Petryk
Hi Graham, Try adding the element to [dspace-src]/dspace/config/crosswalks/oai/description.xml. Then rebuild. If you don’t see the changes, clear the oai cache or just change “cache.enable” to false in [dspace-src]/dspace/config/modules/oai.cfg. Note that I’ve only tried this on our develo

[Dspace-tech] XMLUI Mirage customization

2014-06-10 Thread bender
Hi. I'm studying how to modify the homepage of Mirage theme. There's a lot of information, very detailed, on how to do it. But after several days, I'm still stuck trying to change the layout of the site. Specifically I want to remove the navigation bar on the right side (ds-options), but I don't

Re: [Dspace-tech] Discovery Search Display Error XMLUI DSpace 3.2

2014-06-10 Thread Maura Carbone
Hi Terry, We tried to change as you suggested but the sitemaps still were calling incorrectly (they actually seemed to be ignoring the changes we made to the path). We did manage to fix it by explicitly importing the correct file into the sub-themes, so it's working! Still a bit strange but I'm gla

[Dspace-tech] Xmlui messages customization in Dspace 4.1

2014-06-10 Thread Oscar Sanchez Gomez
Hi all, I need to modify the messages_es.xml file from xmlui/i18n, but if I change anything in it, the web interface only appears in English language and the Spanish interface will never display, even if I select the Spanish language preference at top right option in the page. Can any help me o

Re: [Dspace-tech] LAC e-theses harvesting of DSpace 3.1

2014-06-10 Thread Graham Faulkner
Thanks Anthony. That looks like the information I was looking for. Cheers, Graham From: Anthony Petryk [mailto:anthony.pet...@uottawa.ca] Sent: Tuesday, June 10, 2014 11:50 AM To: Graham Faulkner; Terry Brady Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] LAC e-theses harvest

Re: [Dspace-tech] XMLUI Mirage customization (bender)

2014-06-10 Thread bender
Thank you very much Alain. It works! Anyway, it would be very useful understand how the layout is constructed. This is an intersting piece of code from dspace\webapps\xmlui\themes\Mirage\lib\xsl\core\page-structure.xsl "

Re: [Dspace-tech] Xmlui messages customization in Dspace 4.1

2014-06-10 Thread Adan
Hi Oscar It seems to be an error modifiying the messages xml file. Try to edit an easy line from the original file and restart tomcat to verify that you can see the changes in the webpage. You must use an UTF-8 editor as notepad++ to edit this files to avoid encoding problems. regards Adán Ro

Re: [Dspace-tech] ant fresh_install Error

2014-06-10 Thread Adan Roman
Hi Eric Delete all the tables and sequences from the database you are using for dspace and try again regards Hi, I am building dspace 3.1, the dspace was successfully built but when i run the command C:\dspace-3.1-src-release\dspace\target\dspace-3.1-build>ant frest_install at first it starts

Re: [Dspace-tech] Current locale in DRI

2014-06-10 Thread Adan Roman
Hi Ruben It can be the cache. Add a "?aleatoryString" or "&aleatoryString" to the navigator http request to verify this. Regards Hi all, I've trying to add current locale info into DRI file keeping this value into session object, and now I've already got (en), but it doesn't works how I want.

Re: [Dspace-tech] XMLUI Mirage customization (bender)

2014-06-10 Thread bender
Thanks Alain!! Very useful information. 2014-06-10 16:20 GMT-04:00 Alain Tschanz : > You can disable elements of the Navigation bar by adding these templates: > > > > Look at http://yourservername/xmlui/DRI/ to see how I got the code below. > > > > match="dri:list[@id='aspect.viewArtifacts.Na