Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread TSon
I am adding the stacktrace - Java stacktrace [hide] java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1943) at java.lang.String.substring(String.java:1916) at

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread helix84
Try this solution: http://dspace.2283337.n4.nabble.com/Problem-with-Feedback-Link-td4184938.html Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Feedback Form Error after changing DNS entry

2012-11-22 Thread TSon
Hi Everyone, (DSpace 1.8.2) I just set up the DNS entry for my DSpace installation so that mydspace.xyz points to the server 192.168.x.xx after making the entry I can type in the browser mydspace.xyz and my dspace home page comes up without a problem. However when I click on the feedback form

[Dspace-tech] How do I import an MS Word file into DSpace using SWORD?

2012-11-22 Thread Magnus Norberg
Does anyone know where I can read more about this? Thanks! /Magnus, Sweden -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread Sonia R Thompson
Helix84, My setting seem correct but I still I get the error. Here are my current settings: # DSpace host name - should match base URL. Do not include port number dspace.hostname = myspace.xyz # DSpace base host URL. Include port number etc. dspace.baseUrl = http://myspace.xyz:8080 #

Re: [Dspace-tech] How do I import an MS Word file into DSpace using SWORD?

2012-11-22 Thread helix84
On Thu, Nov 22, 2012 at 2:31 PM, Magnus Norberg mango_pa...@hotmail.com wrote: Does anyone know where I can read more about this? Hi Magnus, here's a good starting place: http://blog.stuartlewis.com/2009/07/04/direct-from-ms-word-to-dspace-via-sword/ Regards, ~~helix84 Compulsory reading:

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread helix84
Is that the actual contents of your dspace.cfg? How is dspace.xyz defined in your hosts file (/etc/hosts)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] PDF text extra spaces

2012-11-22 Thread Mark Ehle
Folks - Is there a way to get the pdf text extractor to not put spaces between the letters of words? When I save the text using Adobe reader, it looks correct, but in dspace the text looks like this: === Citizens don't believe America will go to

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread Sonia R Thompson
Hello helix84, Yes it is the actual contents of the dspace.cfg - I just made changes to the actual hostname for publication but formatting is the same. I cannot seem to find the hosts file. I searched the whole of /var/data/dspace/ but no luck. Is it a file I am supposed to create? Thanks

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread helix84
No, it's a file that should be present by default on every system in /etc/hosts. It's not part of DSpace per se. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Feedback Form Error

2012-11-22 Thread helix84
On Thu, Nov 22, 2012 at 4:33 PM, Sonia R Thompson sthomp...@caribbeancourtofjustice.org wrote: Ok, good I found it. Here are the contents: 127.0.0.1 localhost #START HOSTNAME 192.168.x.xx MYSpaceMYSpace.local #END HOSTNAME Should I add the DNS name I created for

Re: [Dspace-tech] PDF text extra spaces

2012-11-22 Thread helix84
On Thu, Nov 22, 2012 at 3:46 PM, Mark Ehle marke...@gmail.com wrote: Folks - Is there a way to get the pdf text extractor to not put spaces between the letters of words? When I save the text using Adobe reader, it looks correct, but in dspace the text looks like this: That's usually what you

Re: [Dspace-tech] PDF text extra spaces

2012-11-22 Thread helix84
Actually, you might try changing the default PDFBox PDF filter and using the alternative XPDF: https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-XPDFFilter Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] PDF text extra spaces

2012-11-22 Thread helix84
On Thu, Nov 22, 2012 at 5:09 PM, helix84 heli...@centrum.sk wrote: Actually, you might try changing the default PDFBox PDF filter and using the alternative XPDF: https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-XPDFFilter And you can test whether that would work with

[Dspace-tech] Modifications to DSPACE-JSPUI code being ignored on partial rebuilds

2012-11-22 Thread Darren Arsenault
Hi all, I am using DSpace 1.8.0 and JSPUI in my instance. I am having an issue with some modified code being ignored after a partial rebuild of DSpace. I altered the ItemTag.java class in the dspace-jspui directory. I added code that displays URL information as an actual link, as opposed to

Re: [Dspace-tech] Modifications to DSPACE-JSPUI code being ignored on partial rebuilds

2012-11-22 Thread helix84
Hi Darren, quick build serves to rebuild things like overlays, which reside in [dspace-source]/dspace/modules. I almost never use it, so I'm not sure, but I don't think it rebuilds the JSPUI jars. ItemTag is located in

Re: [Dspace-tech] Modifications to DSPACE-JSPUI code being ignored on partial rebuilds

2012-11-22 Thread Darren Arsenault
Hi Ivan, That did the trick! Thank you very much! I place all of my modified JSPs in [dspace-source]/dspace/modules/..., but I did not realize that we could add new directories—containing the modified API code—that would then overlay the originals as well. I've done quite a few full builds

[Dspace-tech] Interested in a simplified build?

2012-11-22 Thread Steve Swinsburg
Hi all, Is anyone interested in a simplified build for DSpace? Currently you need to build via Maven, then deploy via Ant, from a different directory. This wastes a lot of time. So I wrote an Ant script to bootstrap the build and deployment into one command which allows chaining. It's just one

Re: [Dspace-tech] Interested in a simplified build?

2012-11-22 Thread helix84
Hi Steve, I'm sure this is a convenient feature for you. I just wanted to note that the other developers were generally aiming to eliminate ant for deployment and complete the transition to Maven, so I guess it would make sense to try that instead (if it's possible). Regards, ~~helix84

[Dspace-tech] XOAI patch fail

2012-11-22 Thread Alain Tschanz
I'm trying to add the XOAI add-on (lyncode-XOAI-DSpace-Addon-1.8.2-7b462ba) to my 1.8.2 DSpace install, but keep getting an error message when I run the patch script: ./install.sh ../dspace-1.8.2-src-release patching file dspace/config/launcher.xml patching file dspace/modules/pom.xml

Re: [Dspace-tech] XOAI patch fail

2012-11-22 Thread helix84
It's failing because of difference in EOL in solr.xml. I fixed the xoai.diff file to account for that, find it attached. The rest patches successfully. Regards, ~~helix84 On Fri, Nov 23, 2012 at 1:52 AM, Alain Tschanz atsch...@njstatelib.org wrote: I’m trying to add the XOAI add-on

Re: [Dspace-tech] Interested in a simplified build?

2012-11-22 Thread Steve Swinsburg
Hi, Yes, consolidating build tech would be a good step forward. Right now we are using 1.8 so had to work with what we have. It may be possible to do everything with the Maven Antrun plugin, though you are still going to need Ant build scripts to run the more complex things like populating the

[Dspace-tech] Meta-tags for Google scholar

2012-11-22 Thread Nemiz, Elvi
Dear all, I would like to ask how to include other meta tags used in Google Scholar e.g. citation_inbook_title and citation_conference_title. I edited our google-metadata.properties for Google scholar mapping adding google.citation_inbook_title = dc.relation.ispartof and

Re: [Dspace-tech] Interested in a simplified build?

2012-11-22 Thread Pottinger, Hardy J.
Hey, Steve, this sounds a bit like DS-921 (https://jira.duraspace.org/browse/DS-921). I agree with the notion that Maven is probably the tool we want to use for building and deploying, but I do find the idea of an instant dev environment, container and all, pretty appealing. --Hardy Sent from

[Dspace-tech] New Submission don't populate automatically,

2012-11-22 Thread Umair Kayani
Hi All, I am facing a problem with my DSpace 3.0 Rc3 testing that is whenever I try to add new item in a collection my submission is not listed in discover menu neither my browse menu show anything automatically. Infact my browse menu return me No Entries in the index message. Though I achieved