[Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread euler
Dear all, After merging my local master branch from upstream dspace master, I can't run ant update successfully. I can't find the previous directory dspace-installer where I'm supposed to run ant update. Is there some setting/configuration that I have to pass when doing mvn package? Thanks in

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Hilton Gibson
Hi Euler Which DSpace version are you using? Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Rebuild_DSpace Take note of the comments in red. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Hilton Gibson
Ok. Perhaps the core developers can help you, this is beyond me. Sorry. *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 19 September 2014

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Nemiz, Elvi
Dear Hilton, I am using the dspace master branch (DSpace 5.0-SNAPSHOT). After fetching from DSpace upstream, I saw that there are 6 commits. After merging and running mvn (mvn package build was successful though), I can't find the dspace-installer directory which I'm supposed to run ant update.

Re: [Dspace-tech] Special characters/diacritics in indexes

2014-09-19 Thread aroman
Hi Joseph The author seems to have the right data, discovery indexed it well, it is the second author in the left facet. http://researchrepository.ucd.ie/discover try runing /dspace/bin/dspace index-update -f to force reindexing whith the tomcat stopped. regards Adán Román Ruiz ARVO

[Dspace-tech] Problems with create-administrator command during install‏

2014-09-19 Thread ʚïɞ . . . liss . . . εïз
I just installed dspace 4.2 and I can see good in the explorer (...:8080/jspui it's ok) but with the dspace create-administrator I get this error .../dspace/bin# dspace create-administrator

Re: [Dspace-tech] empty tables in JSPUI admin ui

2014-09-19 Thread IdeaFix
Hi. You can try dspace stat-initial and dspace stat-report-initial. -Original Message- From: dspace-tech-requ...@lists.sourceforge.net [mailto:dspace-tech-requ...@lists.sourceforge.net] Sent: Friday, September 19, 2014 8:16 PM To: dspace-tech@lists.sourceforge.net Subject: DSpace-tech

[Dspace-tech] Help - Dsrun command not found

2014-09-19 Thread Naveen Srinivasan
HI , Main issue is ,In the Repository ,When I click Administrative section --Statistics page ,i am getting the below message *There are currently no reports available for this service. Please check back later.* So i am setting up the cron jobs to get the stat reports, but I am not able to run

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread Tim Donohue
Elvi, All you should need to do is rebuild DSpace: mvn clean package This recreates the [src]/dspace/target/dspace-installer/ directory. After that, just run ant update from that folder. - Tim On 9/19/2014 2:29 AM, Nemiz, Elvi wrote: Dear Hilton, I am using the dspace master branch

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
Hi Jose, Perhaps a similar idea is the citation cover-page project I had worked on at OSU https://github.com/osulibraries/DSpace/wiki/Citation-Cover-Page. We don't modify the original PDF at all, upon download/dissemination, it generates a pdf that adds that extra page and serves it. Due to

Re: [Dspace-tech] Problems with create-administrator command during install‏

2014-09-19 Thread Tim Donohue
Try running: ./dspace create-administrator It's possible that the ../dspace/bin/ directory is just not in your PATH, so it may not be seeing the dspace script in that directory. - Tim On 9/19/2014 9:25 AM, ʚïɞ...liss ...εïз wrote: I just installed dspace 4.2 and I can see good in the

Re: [Dspace-tech] Help - Dsrun command not found

2014-09-19 Thread Tim Donohue
Try running: ./dsrun [command] It's possible that the /dspace/bin/ directory is just not in your PATH, so it may not be seeing the dsrun script in that directory. By running ./dsrun it lets your system know to look in your current directory. - Tim On 9/19/2014 10:24 AM, Naveen Srinivasan

Re: [Dspace-tech] embargo bug? second attempt

2014-09-19 Thread Tim Donohue
Hi Bill, This sounds like a bug to me, but I haven't had a chance to dig into it further. I'd recommend going ahead and creating a new ticket to describe the problem in our issue tracker: https://jira.duraspace.org/browse/DS/ Once we have it tracked in the issue tracker, hopefully we can

Re: [Dspace-tech] Problems with create-administrator command

2014-09-19 Thread ʚïɞ . . . liss . . . εïз
Ed, thank you very much!!! -- Slashdot TV. Video for Nerds. Stuff that Matters.

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Jose Blanco
Sorry about that. I hit send before finishing the email. What I wanted to say is that I can't find: dspace/config/modules/disseminate-citation.cfg in dspace 4.2 On Fri, Sep 19, 2014 at 1:31 PM, Jose Blanco blan...@umich.edu wrote: Peter, Thank you for helping me out with this. I can't find:

Re: [Dspace-tech] trying to find pdf file from upload.

2014-09-19 Thread Peter Dietz
Jose, That feature hasn't been contributed, and is currently only in OSU's codebase (1.8.x currently): That config file: https://github.com/osulibraries/DSpace/blob/osukb/dspace/config/modules/disseminate-citation.cfg The main class that generates the PDF is:

Re: [Dspace-tech] Can't run ant update after merging from upstream master

2014-09-19 Thread euler
Dear all, Below is the output of my mvn clean package. I'm using Intellij in my testing and I also tried just using the command line. The result is still the same, there is no dspace-installer directory generated. [INFO] Scanning for projects... [INFO]

[Dspace-tech] Help required in ldap settings

2014-09-19 Thread Satish Kumar
Hello everybody, I require help in configuring ldap settings, i am using DSpace 4.2, my configurations are as given below. 1) I can login using username, what i required is login by userprinicpalname. 2) Should i created a admin account, or can i assign a ldap user as admin.