[Dspace-tech] Usage?

2007-01-26 Thread Brian Helstien
Is anyone using Dspace as an institutional software storage/distribution site? Specifically, we're thinking about putting a number of required site licensed software packages into a pw protected community and then having users come to download the required package. TIA Brian A. Helstien, SISD,

Re: [Dspace-tech] Multiple Metadata Schema w/ Batch import

2007-01-26 Thread Brad Teale
There is some code which looks like it would use a schema tag. However, this code is not written correctly since the code behind it uses addDC() instead of a proper call to addMetadata(). The addDC method is used through the ItemImport object, and I haven't had time to rework this code yet. I wa

Re: [Dspace-tech] Multiple Metadata Schema w/ Batch import

2007-01-26 Thread Don Gourley
As I recall (I don't have access to the code right now) ItemImport as of 1.4 does support 'schema' as an attribute of, I think, the element. There is a problem mixing schemas because it just checks the attribute for the first dcvalue, but that shouldn't affect you if you are going to use your ow

[Dspace-tech] Moving items to a new community structure.

2007-01-26 Thread nina joseph
Hi dsapce-tech, We have already put around 100 files into dspace. But now we realized that our community structure has to be changed. If we create a new community structure with new collections and new authorizations, is there a way to put the existing files into new collections without goi

Re: [Dspace-tech] Metadata fields only visible during workflow?

2007-01-26 Thread Michael White
Richard, OK - I'm a numpty - just realised you said at the bottom of your response that you didn't know if this was in v1.3.2, but there was a patch available if not (I initially read your comment as applying to my second question rather than my first!). I'm guessing that, as it didn't work, it i

Re: [Dspace-tech] Lucene issue

2007-01-26 Thread LeVan,Ralph
I doubt that it is "randomly" eating those last characters. The stemmer is removing the endings of words to get back to a common stem. So, if your document has the word "dogs", it will generate the term "dog". Similarly, "dogged" and "dogging" will probably stem back to dog as well. Somet

Re: [Dspace-tech] Metadata fields only visible during workflow?

2007-01-26 Thread Michael White
Hi Richard, I just tried this with a quick test, but to no avail - the field still appeared on the input form during submission. This is the XML for the field I just tried to "hide": citation journaltitle false Journal Title onebox Ent

Re: [Dspace-tech] Metadata fields only visible during workflow?

2007-01-26 Thread Michael White
Many thanks Richard, Very useful! I did revisit the input-forms.xml configuration documentation before I emailed the list (http://www.dspace.org/technology/system-docs/submission.html), but don't recall seeing the attribute listed . . . Cheers, Mike Michael White eLearning Developer Centre fo

Re: [Dspace-tech] Metadata fields only visible during workflow?

2007-01-26 Thread Richard Jones
Hi Michael, > I can't see a way to do this out of the box, but thought I'd ask anyway > (because my colleagues in bibliographic services have asked me!). > > Is it possible to define metadata elements that are not visible on the > input forms to ordinary punters during submission, but are visi

[Dspace-tech] Metadata fields only visible during workflow?

2007-01-26 Thread Michael White
Hi there, I can't see a way to do this out of the box, but thought I'd ask anyway (because my colleagues in bibliographic services have asked me!). Is it possible to define metadata elements that are not visible on the input forms to ordinary punters during submission, but are visible during th

[Dspace-tech] Lucene issue

2007-01-26 Thread Afonso Comba de Araujo Neto
Hi, I'm studying Dspace and I just confirmed that the org.apache.lucene.analysis.PorterStemFilter filter of Lucene (which is present in the latest source of DSAnalyzer.java) is randomly eating the last character of some of the indexed words. If I remove it, everything indexes fine. What's

Re: [Dspace-tech] [Dspace-general] problem with the rebuilding of Dspace 1.4 onSolaris 10

2007-01-26 Thread Stuart Lewis [sdl]
Hi Rudolph, Are you trying to upgrade your current installation, or blow away all your current data and start again? Assuming you are just trying to upgrade your current installation, having applied a patch, you need to use the 'update' ant target, rather than 'fresh_install'. The typical syntax