The skip-list is implemented in 1.5.2 as a Java List<String>, and the handle of an object under consideration is checked using List.contains(String), which should find a match anywhere in the list regardless of entry order.
I'm slightly suspicious that 'less' might be doing something unwanted.
Does your script work better using 'cat' instead? (Also, your actual
script must be using backticks (`) rather than single-quotes (') or it
wouldn't be reading the file at all.)
I don't know whether the Commons CLI option parser can handle
whitespace within a comma-list of option values, but it wouldn't hurt
to make absolutely certain that there is no whitespace anywhere in
your skip-list file (including newlines, other than at the very end --
they'd be turned into spaces by the backtick operator).
--
Mark H. Wood, Lead System Programmer [email protected]
Friends don't let friends publish revisable-form documents.
pgpoSeYZ3JCbW.pgp
Description: PGP signature
------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

