<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello all,<br>
    <br>
    Having a bit of trouble getting some objects classified using the
    preservation toolkit in EP 3.3.6<br>
    <br>
    The allow_droid_classification_control appears to be ignored
    (according to the screen and some grepping) so there is no button to
    press.<br>
    <br>
    <meta charset="utf-8">
    <span class="php-comment" style="color: rgb(170, 119, 0);
      font-family: monospace; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; "># Option to enable interface
      buttons to manually start classification scans, normally this
      process would just be controlled by a cron job.</span><br
      style="color: rgb(255, 0, 0); font-family: monospace; font-size:
      13px; font-style: normal; font-variant: normal; font-weight:
      normal; letter-spacing: normal; line-height: normal; orphans: 2;
      text-align: -webkit-auto; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
    <span class="php-variable" style="color: black; font-weight: bold;
      font-family: monospace; font-size: 13px; font-style: normal;
      font-variant: normal; letter-spacing: normal; line-height: normal;
      orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">$c</span><span
      class="php-operator" style="color: blue; font-family: monospace;
      font-size: 13px; font-style: normal; font-variant: normal;
      font-weight: normal; letter-spacing: normal; line-height: normal;
      orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">-&gt;</span><span
      class="php-punctuation syntax-error" style="color: blue;
      font-family: monospace; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">{</span><span
      class="php-string-double-quoted syntax-error" style="color:
      rgb(170, 34, 34); font-weight: bold; font-family: monospace;
      font-size: 13px; font-style: normal; font-variant: normal;
      letter-spacing: normal; line-height: normal; orphans: 2;
      text-align: -webkit-auto; text-indent: 0px; text-transform: none;
      white-space: normal; widows: 2; word-spacing: 0px;
      -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">"allow_droid_classification_control"</span><span
      class="php-punctuation syntax-error" style="color: blue;
      font-family: monospace; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">}<span
        class="Apple-converted-space">&nbsp;</span></span><span
      class="php-operator syntax-error" style="color: blue; font-family:
      monospace; font-size: 13px; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">=<span
        class="Apple-converted-space">&nbsp;</span></span><span
      class="php-atom syntax-error" style="color: rgb(34, 136, 17);
      font-family: monospace; font-size: 13px; font-style: normal;
      font-variant: normal; font-weight: normal; letter-spacing: normal;
      line-height: normal; orphans: 2; text-align: -webkit-auto;
      text-indent: 0px; text-transform: none; white-space: normal;
      widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">1</span><span
      class="php-punctuation" style="color: blue; font-family:
      monospace; font-size: 13px; font-style: normal; font-variant:
      normal; font-weight: normal; letter-spacing: normal; line-height:
      normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px;
      text-transform: none; white-space: normal; widows: 2;
      word-spacing: 0px; -webkit-text-size-adjust: auto;
      -webkit-text-stroke-width: 0px; ">;</span><br>
    <br>
    I was wondering what the mentioned cron would look like? The bazaar
    package does not drop any scripts in bin to run, so is there a neat
    new way to trigger events via cron? It doesn't appear to be
    happening automatically.<br>
    <br>
    ---<br>
    <br>
    Also FYI I had to patch the Droid epm.
    lib/plugins/EPrints/Plugin/Screen/EPMC/Droid.pm There is a move() in
    there that was copying just the DROID directory from tmp and none of
    the java-y bits within. This may be the way RHEL behaves with
    File::Copy::move (Maybe debian invokes it in a more mv-like way)<br>
    <br>
    I fixed it by using File::Copy::Recursive::rmove<br>
    <br>
    There may be a less awkward method, but that worked for me.<br>
    <br>
    Cheers,<br>
    <br>
    Rory<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Rory McNicholl
Senior developer
Digital Archives &amp; Repositories Team
University of London Computer Centre
Senate House
Malet Street
London
WC1E 7HU

t: +44 (0)20 7863 1344
e: <a class="moz-txt-link-abbreviated" href="mailto:r.mcnicholl@ulcc.ac.uk">r.mcnicholl@ulcc.ac.uk</a>
w: <a class="moz-txt-link-freetext" href="http://www.ulcc.ac.uk/">http://www.ulcc.ac.uk/</a>
b: <a class="moz-txt-link-freetext" href="http://dablog.ulcc.ac.uk/">http://dablog.ulcc.ac.uk/</a>

The University of London is an exempt charity in England and Wales and a charity registered in Scotland (reg. no. SC041194)
</pre>
  </body>
</html>