Hello George,

Am 26.03.2010 20:02, schrieb George Stanley Kozak:
setting these parameters and getting the embargo working?  Also, when
I try to run /dspace/bin/dspace embargo-lifter -c, I get the error:
"Command not found: embargo-lifter".

The embargo-lifter is not part of the command launcher in 1.6.0, so if you are using 1.6.0 you got to update your [dspace-src]/dspace/config/launcher.xml adding

<command>
  <name>embargo-lifter</name>
<description>Embargo manager tool used to check, list and lift embargoes</description>
  <step>
    <class>org.dspace.embargo.EmbargoManager</class>
  </step>
</command>

or downloading revision 4806 from trunk

Hope that helps

Claudia Jürgen

<<attachment: Claudia_Juergen.vcf>>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to