Re: [Dspace-tech] Mirage theme Font on IE

2011-07-19 Thread helix84
On Mon, Jul 18, 2011 at 13:20, Lewatle Phaladi lewatle.phal...@wits.ac.za wrote: I have resolved the problem. Hi Lewatle, would you mind sharing with us how you resolved the problem in case anyone has a similiar problem in the future? Regards, ~~helix84

Re: [Dspace-tech] Mirage theme Font on IE

2011-07-19 Thread Lewatle Phaladi
Hi helix84 and Team In page-structure file I have removed the word mirage and leave empty space then save, when I reload my browser on IE8 the xmlui pages on mirage theme showed with big fond size, then I typed a word to replace mirage pages showed with normal size, if I remember well is in

Re: [Dspace-tech] Help with a SQL query - DSpace 1.5.1

2011-07-19 Thread Thornton, Susan M. (LARC-B702)[LITES]
Brilliant and easy idea. I'll use this to create my result set, then load in into a temporary table, then join it to the metadatavalue and handle tables to create the map file. Thanks very much!! Sue Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research

Re: [Dspace-tech] Database Connection Timeout

2011-07-19 Thread Peter Dietz
Hi George, Have you found any semi-resolution to Timeout waiting for idle object? Our logs have too many lines: ERROR org.dspace.app.xmlui.aspect.general.AuthenticatedSelector @ Error selecting based on authentication status: Cannot get a connection, pool error Timeout waiting for idle object

[Dspace-tech] mvn clean build error

2011-07-19 Thread Joshua Gomez
I tried rebuilding DSpace and got the following error. Is there an easy fix for this? dspace@gwdspace:~/dspace-1.7.1-src-release/dspace$ mvn clean build [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DSpace Addon Modules [INFO] DSpace XML-UI (Manakin) :: Web Application

Re: [Dspace-tech] mvn clean build error

2011-07-19 Thread Brian Freels-Stendel
Hi Joshua, I think you're after 'mvn clean package'. B-- On 7/19/2011 at 3:10 PM, in message 4e25ba84.a555.001...@library.gwu.edu, Joshua Gomez jngo...@library.gwu.edu wrote: I tried rebuilding DSpace and got the following error. Is there an easy fix for this?

Re: [Dspace-tech] mvn clean build error

2011-07-19 Thread helix84
On Tue, Jul 19, 2011 at 23:10, Joshua Gomez jngo...@library.gwu.edu wrote: I tried rebuilding DSpace and got the following error. Is there an easy fix for this? [INFO] Invalid task 'build': you must specify a valid lifecycle phase, or a As it correctly says, there is no such target as build.