[Dspace-devel] Deferred constraint and make authoritation system configurable

2009-09-22 Thread Andrea Bollini
Hi all, I'm working on http://jira.dspace.org/jira/browse/DS-270 I'm pretty near to a solution but I need to take a decision about how manage the deletion of subcommunity/collection. The goal is to make configurable if a local admin (community/collection) is allowed to remove his subcommunities,

Re: [Dspace-devel] [DSpace-JIRA] Created: (DS-319) Replace '/dspace/bin/dsrun org.dspace.browse.ItemCounter' with /dspace/bin/itemcounter

2009-09-22 Thread Mark H. Wood
I think we need to work out the sense of the community on changes like this one. We seem to have one faction building scripts for another faction to take out. Do we intend to have convenience scripts (and deal with platform dependencies) or not? I understand the desire to avoid unnecessary

Re: [Dspace-devel] [DSpace-JIRA] Created: (DS-319) Replace '/dspace/bin/dsrun org.dspace.browse.ItemCounter' with /dspace/bin/itemcounter

2009-09-22 Thread Bradley McLean
Mark H. Wood wrote: I understand the desire to avoid unnecessary platform dependencies, but I appreciate having the scripts -- those class names are s long and hard to remember. When I have need of a commandline tool from DSpace for which there is no script, I tend to write my own script

[Dspace-devel] [DSpace-JIRA] Commented: (DS-296) DspaceFeedGenerator not serializable?!

2009-09-22 Thread JIRA
[ http://jira.dspace.org/jira/browse/DS-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=10642#action_10642 ] Flávio Botelho commented on DS-296: --- Maybe this exception happenning at shutdown helps out finding why

Re: [Dspace-devel] [DSpace-JIRA] Created: (DS-319) Replace '/dspace/bin/dsrun org.dspace.browse.ItemCounter' with /dspace/bin/itemcounter

2009-09-22 Thread Jeffrey Trimble
I'm going to throw my $.03 into this. It seems that it would be a better set of tools to have all command line scripts be menued when possible. Now, that sounds a little advanced, but it is the 21st century. Many DSpace administrators out there aren't Unix Administrators, and have a

[Dspace-devel] [DSpace-JIRA] Created: (DS-320) java.util.NoSuchElementException: Timeout waiting for idle objec

2009-09-22 Thread JIRA
java.util.NoSuchElementException: Timeout waiting for idle objec Key: DS-320 URL: http://jira.dspace.org/jira/browse/DS-320 Project: DSpace 1.x Issue Type: Bug

[Dspace-devel] [DSpace-JIRA] Closed: (DS-274) Typo in XSL breaks rendering of dri:xref with class

2009-09-22 Thread Mark Wood (JIRA)
[ http://jira.dspace.org/jira/browse/DS-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Wood closed DS-274. Typo in XSL breaks rendering of dri:xref with class ---

Re: [Dspace-devel] [DSpace-JIRA] Created: (DS-319) Replace '/dspace/bin/dsrun org.dspace.browse.ItemCounter' with /dspace/bin/itemcounter

2009-09-22 Thread Stuart Lewis
As a first attempt, I've created a DSpace shell. See: http://jira.dspace.org/jira/browse/DS-321 I'd be interested in your comments. Please could this be discussed in the developers meeting today/tomorrow (depending upon when you read this). Cheers, Stuart Lewis IT Innovations Analyst and

Re: [Dspace-devel] [DSpace-JIRA] Created: (DS-319) Replace '/dspace/bin/dsrun org.dspace.browse.ItemCounter' with /dspace/bin/itemcounter

2009-09-22 Thread Larry Stone
One of the main uses of the the commands in [dspace]/bin is to run them from a shell script, or cron, or even a shell script under cron -- that's why it is important they return a proper Unix-y command status to signal success or failure, for example. Mostly they follow the --help