Re: [Dspace-tech] How install dspace on windows

2008-01-03 Thread Claudia Jürgen
Hi Venkat,

could you give more Details which version of DSpace and prerequired 
software and of course the error giving during installation.

cheers

Claudia


thandu venkat narayana schrieb:
> Dear All,
> 
> Sub:- about ant fresh installation 
> 
> I have installed required softwares for dspace but ant fresh installation is 
> not completing. pl give required suggestions.
> 
> Thanks & Regards
> Venkat
> 
> 
>   Now you can chat without downloading messenger. Go to 
> http://in.messenger.yahoo.com/webmessengerpromo.php
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Debugging XSLT in Manakin

2008-01-03 Thread Scott Phillips

Dorothea,

Sorry for the late reply, catching up on email from the break

I see you've already had your specific problem answered. But I'd like  
to chime in with a bit general advise. When doing development with XSL  
it's a pain to have it running live on the site as you pointed  
out. The errors are confusing and sometimes are pointing you in the  
wrong direction - or just don't give you any hint other than something  
went wrong.

Typically when adding a new XSL feature I've found that it works best  
to download the a specific DRI page. Then in a separate IDE load the  
DRI page along with the XSL and debug it there in an isolated  
environment. We use Oxygen XML which is a low-cost, but not free, xml  
IDE ($48 USD for an academic license). It will allow you to step  
through the XSL one line at a time viewing the input, relevant XSL  
template, and the output all at the same time. Once we have the XSL  
working for one particular page then we load it back into Manakin to  
see if it works. If you find that it doesn't work in another case  
(i.e. on another page) take that DRI page and repeat the processes.

I have to admit that this strategy work a whole lot better with  
Manakin 1.1 where METS documents were included inline. With DSpace 1.5  
these documents are no longer included inside the single DRI page.  
Thus if the page you are dealing with requires references to METS  
documents you'll also need to download those documents as well and  
store them locally as static files. To make sure that the resolving  
works you'll then need to edit the  original DRI page to adjust for  
the locally stored METS documents.

Again, Hope this helps.

Scott--





On Dec 18, 2007, at 3:18 PM, Dorothea Salo wrote:

> If this is completely unworkable, feel free to scoff at me, but...
>
> Is there *any* way that Manakin can be nudged to give more information
> about XSLT problems in a theme? As it is, when I break something
> non-obviously (that is, not a gross XML well-formedness error), all I
> can do is guess wildly what I just broke. Given that every Manakin
> tweak means a Subversion commit, checkout, rebuild... this is
> uncommonly tiresome and time-consuming when things break often. (And I
> break stuff a lot.)
>
> Surely SAX knows where it is when a stylesheet blows up? Can it be
> persuaded to disgorge that information?
>
> Dorothea
>
> -- 
> Dorothea Salo[EMAIL PROTECTED]
> Digital Repository Librarian  AIM: mindsatuw
> University of Wisconsin
> Rm 218, Memorial Library
> (608) 262-5493
>
> -
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: statistics error

2008-01-03 Thread Shali 9846303531
-- Forwarded message --
From: Shali 9846303531 <[EMAIL PROTECTED]>
Date: Jan 3, 2008 10:18 AM
Subject: statistics help
To: dspace-tech@lists.sourceforge.net


Dear sir,

i just configured statistical report on dspace but in statistics on the
month of December  there is no items  achieved but by date browsing we can
see two items achieved on DEC 31 st, anybody please help me to solve this
problem!!!

the two print screens attached

-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science & Technology
Thrissur, Kerala.
Mob:9846303531



-- 
Shali.K.R
Asst.Librarian(Digital)
Vidya Academy of Science & Technology
Thrissur, Kerala.
Mob:9846303531
<><>-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Manakin theme inheritance

2008-01-03 Thread Scott Phillips
Dorothea,

This is a good question, and it's a bit open as too what the best  
practice is in my opinion. I think it is okay for themes to have  
dependencies to other themes as long as that dependency is document  
and enforced (preferably through maven).

One concept that we've been using is to have 'super' or main themes  
each with sub elements. Thus for A&M we have the main TAMU theme that  
actually consists of several themes. The directory structure is:

TAMU/
TAMU/sitemap.xmap
TAMU/lib/
TAMU/style/

The top level theme is called "TAMU" (Texas A&M University) which has  
sub directories containing shared resources ( lib/ for javascript,  
style/ for css). Then inside this super theme exist several 'sub themes'

TAMU/main/ (the main A&M theme)
TAMU/geofolios/ (a collection specific theme)
TAMU/???/ (other themes are possible)

Each of the sub themes have sitemaps.xmaps just like normal but they  
will reference the shared resources one directory up the tree as well  
as those below. So when you install these themes in the xmlui.xconf  
you'll use the theme path of "TAMU/main/" or "TAMU/geofolios/".

As a nice trick you could also just install the "TAMU" theme because  
the top-level sitemap.xmap just forwards to the "main" theme.

Does that make sense?

Scott--




On Dec 27, 2007, at 12:22 PM, Dorothea Salo wrote:

> This is possibly a very stupid question, but is it possible/advisable
> for one Manakin theme to pull in XSLT from another theme?
>
> Use case: I'm zeroing in on being done with my first theme, and it's
> got some utility templates that will be useful to *all* themes. (For
> example: clickable authors and subjects, "current" class on the navbar
> link for the current page, moving community/collection logos into
> headers... and if anybody wants code for any of that, it's all here:
>  >,
> or email me and I'll shoot you the actual stylesheet if you promise
> not to laugh.)
>
> For easier maintainability and future functionality expansion, I'd
> like to pop those templates into their own stylesheet which all (or at
> least most) themes would then inherit. I suppose what I'm asking is
> what the best way is to set that up.
>
> Dorothea
>
> -- 
> Dorothea Salo[EMAIL PROTECTED]
> Digital Repository Librarian  AIM: mindsatuw
> University of Wisconsin
> Rm 218, Memorial Library
> (608) 262-5493
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How install dspace on windows

2008-01-03 Thread Jayan Chirayath Kurian
http://jackeapen.org/Article24.html

this may be of help to you

Jayan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of thandu
venkat narayana
Sent: Friday, January 04, 2008 12:10 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] How install dspace on windows

Dear All,

Sub:- about ant fresh installation 

I have installed required softwares for dspace but ant fresh
installation is not completing. pl give required suggestions.

Thanks & Regards
Venkat


  Now you can chat without downloading messenger. Go to
http://in.messenger.yahoo.com/webmessengerpromo.php


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How install dspace on windows

2008-01-03 Thread thandu venkat narayana
Dear All,

Sub:- about ant fresh installation 

I have installed required softwares for dspace but ant fresh installation is 
not completing. pl give required suggestions.

Thanks & Regards
Venkat


  Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Scott Phillips

Mika + Tim,

I was under the impression that the two xml files had been merged  
together so you only need one supported by either XMLUI or JSPUI? The  
XMLUI only adds an extra tag in it for which presentation class to use.

Tim can you shed any light on this?

Scott--


On Jan 3, 2008, at 8:07 AM, Claudia Juergen wrote:

> Hi Mika,
>
> the configuration files for the submission process are:
>
> [dspace]/config/item-submission-JSPUI.xml
> and
> [dspace]/config/item-submission-XMLUI.xml
>
> As for the metadata elements, they are still configured via the
> input-forms.xml
>
> see [dspace]/docs/submission.html for details
>
> hope that helps
>
> Claudia
>
>> This fixed it. I had copied my old dspace.cfg on top of the old  
>> one. Now
>> it seems to work.
>>
>> I understood that the configurable submission patch was included in  
>> 1.5.
>> How can I use it and customize the submission process? I couldnt find
>> any tools for it in the WebUI?
>>
>> Thanks,
>> Mika
>>
>>
>>
>>> Mika,
>>>
>>> That looks like there was not an filtering of the db properties  
>>> that get
>>> added to the dspace.cfg during the mvn build process.
>>>
>>> just to verify, you ran just 'mvn clean package' prior to the ant  
>>> build?
>>>
>>> -Mark
>>>
>>>
>>
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
>
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> __


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] No Default Item Read Policies

2008-01-03 Thread Bill Kelm
I'm getting the following error message below when trying to add an item 
to a existing collection:

It looks like someone has deleted the default item READ policies for a 
collection, is it possible to re-add those if they have been deleted? I 
tried creating a group with the generic name with the proper form, but 
no luck.

I also tried searching the archives, but it looks like the server is 
down right now.

Thanks,
Bill

Exception:
java.sql.SQLException: Collection 2 has no default item READ policies
at 
org.dspace.content.Item.inheritCollectionDefaultPolicies(Item.java:1891)
at org.dspace.content.InstallItem.installItem(InstallItem.java:156)
at org.dspace.content.InstallItem.installItem(InstallItem.java:73)
at org.dspace.workflow.WorkflowManager.archive(WorkflowManager.java:652)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:606)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:582)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:546)
at org.dspace.workflow.WorkflowManager.doState(WorkflowManager.java:506)
at org.dspace.workflow.WorkflowManager.start(WorkflowManager.java:203)
at 
org.dspace.app.webui.servlet.SubmitServlet.processLicense(SubmitServlet.java:1618)
at 
org.dspace.app.webui.servlet.SubmitServlet.doDSPost(SubmitServlet.java:424)
at 
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.java:147)
at 
org.dspace.app.webui.servlet.DSpaceServlet.doPost(DSpaceServlet.java:105)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.dspace.app.webui.filter.RegisteredOnlyFilter.doFilter(RegisteredOnlyFilter.java:98)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)





-- 
Bill G. Kelm - Systems Librarian
Willamette University Library
900 State Street - Salem, OR 97301
Phone: 503-375-5332   Fax: 503-370-6141



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace-tech Digest, Vol 21, Issue 3

2008-01-03 Thread Yin Latt
Hi Nigel,


1. Do you have different IP address for external and internal firewall?

Here is some info for handle installation
http://www.linuxtraining.org.uk/blogger.html#two

2. When you edit prefix in dspace.cfg, please make sure there is no
extra space or hidden character behind your handle prefix (2139)

3. Checking any java hanging process that was left by your previous
stop/start of your handle server.

Hope this will help.

Cheers,
Yin Yin
Digital Services
University of Auckland Library
Phone +64-9-3737599 Ext 88251

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, 3 January 2008 9:21 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: DSpace-tech Digest, Vol 21, Issue 3

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of DSpace-tech digest..."


Today's Topics:

   1. Re: Handle Server fails to connect on dspace 1.4.1 (Nigel Pegus)
   2. not displaying all three questions on "Submit:Describe this
  Item" (Maike Dulk)


--

Message: 1
Date: Wed, 2 Jan 2008 14:06:45 -0400
From: "Nigel Pegus" <[EMAIL PROTECTED]>
Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace
1.4.1
To: Claudia J?rgen <[EMAIL PROTECTED]>
Cc: dspace-tech@lists.sourceforge.net
Message-ID:

<[EMAIL PROTECTED]>
Content-Type: text/plain;   charset="iso-8859-1"

Hello and Happy New Yr to you too Claudia :)

I edited dspace.cfg but could not get make-handle-config to run so I ran
command dspace/bin/dsrun net.handle.server.SimpleSetup
/dspace/handle-server which was listed in older instructions to create
the handle server config..that worked... then started server with
command dspace/bin/dsrun net.handle.server.Main /dspace/handle-server. I
sent the new sitebndl to CNRI and they updated our records. They are
getting a "cannot connect error" but we have verified the ports 2641 and
8000 are open so we are at somewhat of a standstill on options..

Thanks for your response,
Nigel

-Original Message-
From: Claudia J?rgen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 02, 2008 12:30 PM
To: Nigel Pegus
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace
1.4.1

Hi Nigel,


first a Happy New Year.

So you edited dspace.cfg to include the handle prefix and then ran 
dspace]/bin/make-handle-config and started the handle server with 
[dspace]/bin/start-handle-server.

Did you register the sitebndl.zip with 
http://hdl.handle.net/4263537/5014 after you ran make-handle-config?

Claudia



Nigel Pegus schrieb:
> Hi
> 
> Hello,
> 
> I have confirmed that ports 2641 and 8000 had been opened.. Telnet is
> off on my Linux system but I can connect to the system using ssh and a
> program called putty. I'm assuming the ports are therefore not an
issue.
> Tried running the handle update prefix script also, even though the
> prefix was already correct and we hadn't made any entries prior to
> setting up handle server(I had edited the config file in advance with
> our pre existing prefix from our test server).
> 
> Any more insight will be greatly appreciated
> 
> Thanks for your input
> 
> Nigel
> 
> -Original Message-
> From: Graham Triggs [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 24, 2007 1:16 PM
> To: Nigel Pegus
> Cc: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] Handle Server fails to connect on dspace
> 1.4.1
> 
> Hi,
> 
> Can you telnet to that machine / ports - both from the machine itself,

> from the wider network, and from the even wider internet?
> 
> Then you'll know if there is a firewall / port binding issue, which 
> would be the most obvious / easiest to resolve problem.
> 
> Next, check that you actually have handles with the correct prefix in 
> the database - if you've got old items prior to receiving a prefix,
you 
> have to ensure that they are migrated to the prefix 
> (/dspace/bin/update-handle-prefix).
> 
> G
> 
> Nigel Pegus wrote:
>> Hello all,
>>
>> I am running dspace 1.4.1 on Linux Enterprise AS v3 update6
>>
>> I originally had a problem setting up the handle server with the 
>> provided script, having gotten around that (I ran command 
>> /dspace/bin/dsrun net.handle.server.Main /dspace/handle-server
instead
> 
>> of /dspace/bin/make-handle-config) I am unable to resolve any
handles.
> 
>> I have updated my config.dct with the required entries (see contents 
>> below). I noted that I had to create the storage_type and 
>> storage_class entries 

[Dspace-tech] not displaying all three questions on "Submit:"

2008-01-03 Thread Maike Dulk
Dear Fillipos

that is awesome! I figured it out thanks to your suggestion. There was  
indeed a DC field missing.

thank you!!!

Maike (I'm not a Sir though, but a woman :) )

On 2-Jan-08, at 11:58 PM, Filippos Kolovos wrote:

> -
> Dear Sir,
>
> We may have a solution for your problem:
>
> First of all, if you look into "initial-questions.jsp" in the  
> definition of
> the appearence (or not)
> of one of the questions, say "The multiple titles", you will see  
> that is
> determined by the boolean function
> "inputSet.isDefinedMultTitles()". This inputSet method and the others
> (isDefinedMultTitles(), isDefinedPubBefore(), etc) are defined in the
> DCInputSet.java
> file in the /src/org/dspace/app/webui/util directory.
>
> On their turn, these methods look into the "input-forms.xml" file,  
> located
> in the /config directory to see whether for "that"  
> collection
> the
> admin has specified that its input form will contain a certain  
> dublin core
> element field. For example, for the "multiple titles" question, the  
> function
> returns
> "true", if the admin for that collection has associated a
> "title.alternative" DC element form to go into the submission form  
> for that
> collection.
>
> If you do not wish this check to occur for certain questions, then you
> either have to comment-it out in the DCInputSet.java file, or to  
> define it
> in the input-forms.xml
> for the collection(s) you are interested in.
>
> The "input-forms.xml" file, very briefly, is a way to associate  
> different
> input forms (i.e. with different metadata fields) to different  
> collections.
> However, in the same file, there is a way to just associate every  
> collection
> with a "default" input form, in case there is no need to  
> differentiate.
>
> In either case, especially if you change the "DCInputSet.java" file,  
> you
> will have to re-compile for the changes to take effect.
>
> I hope that we have helped.
>
> P.S.
> We are also running Dspace 1.4.2
>
> Kind Regards,
>
> -Fk


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Mika Stenberg
Thanks for the tip.
The submission system actually works quite nice at the moment!

-Mika
> Hi Mika,
> 
> the configuration files for the submission process are:
> 
> [dspace]/config/item-submission-JSPUI.xml
> and
> [dspace]/config/item-submission-XMLUI.xml
> 
> As for the metadata elements, they are still configured via the
> input-forms.xml
> 
> see [dspace]/docs/submission.html for details
> 
> hope that helps
> 
> Claudia
> 
>> This fixed it. I had copied my old dspace.cfg on top of the old one. Now
>> it seems to work.
>>
>> I understood that the configurable submission patch was included in 1.5.
>> How can I use it and customize the submission process? I couldnt find
>> any tools for it in the WebUI?
>>
>> Thanks,
>> Mika
>>
>>
>>
>>> Mika,
>>>
>>> That looks like there was not an filtering of the db properties that get
>>> added to the dspace.cfg during the mvn build process.
>>>
>>> just to verify, you ran just 'mvn clean package' prior to the ant build?
>>>
>>> -Mark
>>>
>>>
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> DSpace-tech mailing list
>> DSpace-tech@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>>
> 
> 
> 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to configure RSS feeds

2008-01-03 Thread James Rutherford
On Thu, Jan 03, 2008 at 07:52:18AM +, Kush Sharma wrote:
> 1.I have gone through the RSS feeds instructions and I am getting the
> RSS 1.0 and RSS 2.0 buttons in the sidebar but when I click them I get
> an XML output. What I am not sure is : what should I expect when I
> click the rss button. As I had gone through the manual that a list of
> submissions should appear but I am not getting that output.

You need to point your RSS reader at the XML document, not your web
browser (unless you're using a web browser that can read RSS feeds, such
as Opera).

> 2. For accessing RSS feeds the url in the manual is given as
> http://web-address-to-my-dspace/dspace-oai
> but I am getting an Error: Document not Found

Which manual are you using?

> 3. Regarding the dspace-oai How to run the OAI PMH module . I want to
> use the dspace-oai. can someone just tell me what is the function of
> it and how to use it.

See the system documentation:

http://www.dspace.org/index.php?option=com_content&task=view&id=144#oai

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] (no subject)

2008-01-03 Thread Nilani Ganeshwaran
Generator Microsoft Word 11 (filtered medium) Hi

When I try to submit items in dspace, without uploading a file I couldn' t go 
to the next step. Is there any way to solve this problem? Because some of the 
items may have only meta data and no full text to upload.

Regards
Nilani
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Claudia Juergen
Hi Mika,

the configuration files for the submission process are:

[dspace]/config/item-submission-JSPUI.xml
and
[dspace]/config/item-submission-XMLUI.xml

As for the metadata elements, they are still configured via the
input-forms.xml

see [dspace]/docs/submission.html for details

hope that helps

Claudia

> This fixed it. I had copied my old dspace.cfg on top of the old one. Now
> it seems to work.
>
> I understood that the configurable submission patch was included in 1.5.
> How can I use it and customize the submission process? I couldnt find
> any tools for it in the WebUI?
>
> Thanks,
> Mika
>
>
>
>> Mika,
>>
>> That looks like there was not an filtering of the db properties that get
>> added to the dspace.cfg during the mvn build process.
>>
>> just to verify, you ran just 'mvn clean package' prior to the ant build?
>>
>> -Mark
>>
>>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Assetstore keeps the bitstreams after deletion?

2008-01-03 Thread James Rutherford
On Thu, Jan 03, 2008 at 09:57:01AM +, Hlias Stavrakis wrote:
> The item imported and removed successfully but the bitstreams were still
> at their subfolders in the assetstore_test directory.
> 
> Does anyone know if the bitstreams are not removed on a deletion?

Yes, this is correct. Bitstreams that are deleted are simply marked as
deleted in the database. To actually remove the files and database
records, you need to run the cleanup script. See the system
documentation:

http://www.dspace.org/index.php?option=com_content&task=view&id=154#bitstreams

(at the end of that section, just before 'Backup').

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as "HP CONFIDENTIAL".

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.5 customizable submission

2008-01-03 Thread Mika Stenberg
This fixed it. I had copied my old dspace.cfg on top of the old one. Now 
it seems to work.

I understood that the configurable submission patch was included in 1.5. 
How can I use it and customize the submission process? I couldnt find 
any tools for it in the WebUI?

Thanks,
Mika



> Mika,
> 
> That looks like there was not an filtering of the db properties that get 
> added to the dspace.cfg during the mvn build process.
> 
> just to verify, you ran just 'mvn clean package' prior to the ant build?
> 
> -Mark
> 
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Assetstore keeps the bitstreams after deletion?

2008-01-03 Thread Hlias Stavrakis
Hi, 
 I have created a test assetstore directory and declare it in config file as

assetstore.dir.1 = ${dspace.dir}/assetstore_test
assetstore.incoming = 1

I used the import tool to import a test item and remove it.
The item imported and removed successfully but the bitstreams were still
at their subfolders in the assetstore_test directory. 

Does anyone know if the bitstreams are not removed on a deletion?

Any comment will be helpfull,
thank a lot
Ilias Stavrakis -
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech