Re: [Dspace-tech] OAI Interface

2010-09-09 Thread Lewatle Phaladi
Hi Tim I have tested it using this URL http://wiredspace.wits.ac.za/oai/request?verb=Identify the results I get is more or less the same as the results I get from http://demo.dspace.org/oai/request?verb=Identify does that mean OAI setup is done well and other sites can harvest to my dspace ?

[Dspace-tech] Build Failed on ant fresh_install

2010-09-09 Thread Mudit Shukla
> Hi All, > > I'm installing the same for my institute. Need your help on below issue - > Thanks in advance. > > _*Platform used > > *_1. Win XP SP2 > 2. Dspace : 1.6.2 src release > 3. Apache maven 2.2.1 > 4. Apache ant 1.8.1 > 5. JDK 1.6.0_21 > 6. Postgre 8.4 > > > *_Issue Faced_* > > *_ > _* >

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Mark H. Wood
Well, I'm an idiot: it appears that I was looking at an older revision of the manual. Later ones are much expanded and quite clear. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Balance your desire for bells and whistles with the reality that only a little more than 2 percent of wo

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Tim Donohue
Good points by both Brian & Mark W. I'd agree, default embargo fields might be better placed in a separate schema altogether, so we can avoid polluting our default 'dc' schema further. I also agree with Mark's points that we should stop making up new 'dc' fields and work to migrate ones we've

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Mark H. Wood
Yes, a *complete* working configuration (commented out as needed) would be a good idea. The embargo facility is very flexible, which is good, but that means that it takes more than plugging in a couple of tokens to make it work, which can be a bit obscure. But the documentation should then point

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Mark H. Wood
On Thu, Sep 09, 2010 at 10:22:36AM -0600, Brian Freels-Stendel wrote: > I have a small concern about the metadata fields that might be employed, > though. In my search to figure out how to do it, I ran across a message from > someone that suggested using a schema other than DC, so that they woul

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Hilton Gibson
Hi All This is what we did. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Embargo Cheers hg On 09/09/2010 18:08, Tim Donohue wrote: > Hi Richard, > > What I mean by preconfigure is the following: > > (1) Pre-create embargo metadata fields which DSpace will use by default, > and pre-con

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Brian Freels-Stendel
Hi there, I heartily agree that this functionality was difficult to get going, and that making it easier would be a good thing. I have a small concern about the metadata fields that might be employed, though. In my search to figure out how to do it, I ran across a message from someone that su

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Tim Donohue
Hi Richard, What I mean by preconfigure is the following: (1) Pre-create embargo metadata fields which DSpace will use by default, and pre-configure them in dspace.cfg as the default settings. (People can always change these fields as needed -- and although there is no DC profile/standard for

[Dspace-tech] Fwd: Re: How to actually get an item embargoed?

2010-09-09 Thread Tim Donohue
forwarding on Jeff Trimble's response -- which he accidentally only sent to me... Original Message Subject: Re: [Dspace-tech] How to actually get an item embargoed? Date: Thu, 09 Sep 2010 11:55:41 -0400 From: Jeffrey Trimble To: Tim Donohue It is always easier to UNable somet

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Richard Rodgers
Hi Tim: Just a remark below: Richard On Sep 9, 2010, at 11:29 AM, Tim Donohue wrote: > I'd actually go one further and say: > > (1) We should update the manual to make clearer (like Mark suggests) > > AND > > (2) We should work to ship 1.7 with a default embargo already setup > (i.e. pre-co

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Tim Donohue
I'd actually go one further and say: (1) We should update the manual to make clearer (like Mark suggests) AND (2) We should work to ship 1.7 with a default embargo already setup (i.e. pre-configured) -- so that all you need to do is update input-forms.xml and uncomment the pre-configured emb

Re: [Dspace-tech] OAI Interface

2010-09-09 Thread Tim Donohue
Lewatle, Just to be clear -- the "OAI HARVESTING CONFIGURATIONS" in dspace.cfg are only used if you want DSpace to harvest an external OAI-PHM or OAI-ORE interface. So, you only set these configurations if want to do OAI-ORE based Collection Harvesting (in which case you need to setup a DSpa

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Richard Rodgers
On Sep 9, 2010, at 9:41 AM, Mark H. Wood wrote: > On Wed, Sep 08, 2010 at 06:18:18PM -0400, Richard Rodgers wrote: >> If you look at the class DefaultEmbargoSetter (in org.dspace.embargo) the >> method >> 'parseTerms' creates the lift date out of what EmbargoManager passes it >> (which is the c

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Mark H. Wood
I worked over the Javadoc in the embargo package, to improve my understanding and (I hope) to fill in the overall process and requirements a bit. Committed revision 5342. The new package comments might serve as an appropriate starting point for expanding the manual in this area. -- Mark H. Wood

Re: [Dspace-tech] How to actually get an item embargoed?

2010-09-09 Thread Mark H. Wood
On Wed, Sep 08, 2010 at 06:18:18PM -0400, Richard Rodgers wrote: > If you look at the class DefaultEmbargoSetter (in org.dspace.embargo) the > method > 'parseTerms' creates the lift date out of what EmbargoManager passes it > (which is the contents > of the metadata field configured for the 'term

Re: [Dspace-tech] Where is Messages_es.properties in dspace 1.6.2 (for jspui)? (dspace spanish language)

2010-09-09 Thread Claudia Jürgen
Hola Pedro, the language packs are dependencies (dspace-api-lang and dspace-xmlui-lang) and pulled during the mvn build process from the maven repository. Either you extract them from the jar's or you can get them from: http://scm.dspace.org/svn/repo/modules/dspace-api-lang/ http://scm.dspace.o

[Dspace-tech] Where is Messages_es.properties in dspace 1.6.2 (for jspui)? (dspace spanish language)

2010-09-09 Thread Pedro Sebastián
i can't find original "Messages_es.properties" in dspace 1.6.2. I seach "Comunidades en DSpace" (spanish translation of "Communities in DSpace") to change to "Comunidades del Repositorio XXX" (spanish translation of "XXX Reposity Communities ") in the following dspace 1.6.2 directories: Search

[Dspace-tech] Separate sets of Search fields for different collections

2010-09-09 Thread Renata Dyer
I am thinking of creating a new collection with new metadata. This metadata is completely different to what I have now in another existing collection. I am wondering what kind of impact this could have on changing search fields - can I limit the search fields configuration to one collection? And h

Re: [Dspace-tech] Dspace Statistics

2010-09-09 Thread Claudia Jürgen
Hello Baseer, this is configurable via the dspace.cfg parameter: statistics.item.authorization.admin Hope that helps Claudia Jürgen Am 08.09.2010 19:46, schrieb Khan, Baseer: > Hello Bram, > Thank you for the reply, > I had a question here we upgraded to version 1.6.2 manakin but the statistic