[Dspace-tech] xmlui.conf definition

2012-05-08 Thread emilio lorenzo
Hello all in Xmlui.conf. which definition would be suitable to apply an specific theme to the home page and another theme to the rest of Dspace? I mean, I am trying something simple like this (without success, i must admit..): theme name=Reference Theme regex=

[Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Masha Watts
Dear All, I'm getting following error during the maven build. It says *[Missing header]*. But when I go to individual java files, those contains the default license text. Failed to execute goal com.mycila.maven-license-plugin:maven-license-plugin:1.9.0:check (check-headers) on project

Re: [Dspace-tech] xmlui.conf definition

2012-05-08 Thread Saqib Ilyas
I am not sure which regex matches the home page (regex=index.jsp might not work), but if you can figure that out, I guess you could use the inversion operator in regex, i.e., if the item does not match this pattern. On Tue, May 8, 2012 at 12:31 PM, emilio lorenzo elore...@arvo.es wrote: Hello

Re: [Dspace-tech] xmlui.conf definition

2012-05-08 Thread Hilton Gibson
Try the following from the 1.7.2 docs. themes theme name=Theme 1 handle=123456789/23 path=theme1// theme name=Theme 2 regex=community-listpath=theme2// theme name=Reference Theme regex=.* path=Reference// /themes] On 8 May 2012 09:31, emilio lorenzo

[Dspace-tech] Execute Java Class Problem

2012-05-08 Thread Daniel Shin
Hi Claudia, Thanks for reply. Well, I had add the class in the launcher.xml file and tried to test, but it doesn't work. The same error message appears. Let me know what i done exactly. First, i created a directory in [dspace-src]/dspace-api/src/main/java/org/dspace/ named test and created a

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Tim Donohue
Hi Masha, Maven usually will also report the exact files which it found to not have a proper header. Was there any additional information provided when you ran Maven? If you scroll up in your Maven response, you should find some information similar to this reported: [INFO] ---

Re: [Dspace-tech] handle server init script anybody?

2012-05-08 Thread helix84
On Tue, May 8, 2012 at 11:13 PM, Christian Völker c.voel...@gmx.net wrote: If youd ask me what exactly I did in the old script, well basically I called start-handle-server as the tomcat unix user when run with start as argument. As the official way to stop the handle server is to find out the

Re: [Dspace-tech] Error during maven build. [Missing header]

2012-05-08 Thread Mark Diggory
Masha and Tim, Another thought. The license goal shouldn't be getting executed during the package phase of our regular build process. Are you executing some other mvn goal or phase such as install or deploy? Mark On Tue, May 8, 2012 at 7:12 AM, Tim Donohue tdono...@duraspace.org wrote: Hi

[Dspace-tech] Current Postgres JDBC Driver

2012-05-08 Thread Christian Völker
Hello, in the DSpace source tree, there is a rather old build of the Postgres JDBC driver included. It is build number 408, where even the legacy version for Postgres 8.1 offered on postgresql.org is build number 415. Even this is an unsupported, archived version. DSpace requires Postgres

Re: [Dspace-tech] Current Postgres JDBC Driver

2012-05-08 Thread Mark Diggory
Christian, You may change the version number in the dependencyManagerment section of the dspace parent pom. https://github.com/DSpace/DSpace/blob/dspace-1.8.2/pom.xml#L755 Best Mark On Tue, May 8, 2012 at 5:20 PM, Christian Völker c.voel...@gmx.net wrote: Hello, in the DSpace source tree,