Re: [Dspace-tech] First release of the DSpace CRIS module for DSpace 3

2013-08-29 Thread LifeH2O
I am using Netbeans, I also tried command line mvn install, mvn package, mvn clean install Reactor Summary: DSpace Parent Project . SUCCESS [2.532s] DSpace Services Framework :: API and Implementation SUCCESS [2.006s] DSpace Kernel :: API and Implementation

Re: [Dspace-tech] First release of the DSpace CRIS module for DSpace 3

2013-08-29 Thread Andrea Bollini
Looking to your reactor summary I not found the DSpace-CRIS projects. Have you checkout the dspace-cris submodue? i.e. git module init git module update Have you make any customizations to your pom.xml files? Andrea Il 29/08/2013 09:09, LifeH2O ha scritto: I am using Netbeans, I also tried

Re: [Dspace-tech] First release of the DSpace CRIS module for DSpace 3

2013-08-29 Thread l.pascare...@cineca.it
Il 29/08/2013 12:01, Andrea Bollini: git module init git module update Errata corrige :-) git submodule init git submodule update I hope this help. Regards. Luigi Andrea --

Re: [Dspace-tech] LDAP config - DS-1576?

2013-08-29 Thread Schuster, David
Sorry for the late reply. After investigating what I found was I had not given the a policy to each group for the submitter All is working! Moving forward rapidly! David Schuster Texas Woman's University Director of Library Information Technology Technical Support PO Box 425528 Denton TX

[Dspace-tech] solr stats query

2013-08-29 Thread Jose Blanco
I would like to create a solr query that would tell me how many bitstreams were downloaded from my repository in a particular month. I would want the query NOT to include the spider downloads. So say, how many bitstreams were downloaded from my repository in August, not including things

Re: [Dspace-tech] solr stats query

2013-08-29 Thread Terry Brady
Jose, The following code illustrates the options that Georgetown has provided for filtering our statistics. The code builds up a query string that might help with your issue. The following file demonstrates how I constructed date range queries and queries for original bitstream downloads.

Re: [Dspace-tech] solr stats query

2013-08-29 Thread Jose Blanco
From looking at your code and not really knowing what the URL is suppose to look like, I created this URL which gave me an error:

Re: [Dspace-tech] solr stats query

2013-08-29 Thread Terry Brady
Jose, Try the following https://localhost/solr/statistics/select?indent=onfl=*,scorerows=10q=type:0+AND+bundleName:ORIGINAL+AND+time:[NOW-6MONTHS+TO+NOW] If you do not need faceted results, the query is a bit easier to construct. Terry On Thu, Aug 29, 2013 at 3:43 PM, Jose Blanco

[Dspace-tech] Dspace alias subdomain problem in mobile version

2013-08-29 Thread suzon
Dear all, I am working in creating mobile version of our existing dspace library site. I have changed the root from xmlui to site root and also changed the port from 8080 to 80. But I could not make a alias subdomain for existing dspace directory as mentioned in readme.txt file in mobile theme

[Dspace-tech] problem of add expanding and collapsing interface to community-list

2013-08-29 Thread ggxky
Hi all, i am using Dspace 3.0 and i want to add expanding and collapsing interface to community-list(XMLUI). i was following this tutorial link:https://wiki.duraspace.org/display/DSPACE/Add+expanding+and+collapsing+interface+to+community-list+hierarchy+%28Manakin%29 but i am stuck in this step