Re: [Refdb-users] ANN: refdb-0.9.4-pre1 available for testing
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mar...@mh...> - 2003-09-10 20:28:52
|
Hi Marc, I believe this is caused by a subtle typo in the script that screws up the parsing of the command line parameters. Please try replacing the following line in runbib: while getopts ":d:hi:I:N:S:t:u:w:" opt; do with this one (notice the missing colon after "I"): while getopts ":d:hi:IN:S:t:u:w:" opt; do regards, Markus Marc Baaden writes: > runbib -d mainbib -I -N 8 -S "Art.Rapact.Mbfr." -t db31x collab.xml > server error: style spec error0 reference(s) formatted, 0 failed > > mv: cannot stat `.dsl': No such file or directory > make: *** [collab.bib.xml] Error 1 > > and it creates two files > 8.bib.sgml.err > -D.dsl > > Note: I use XML, not SGML, strange, isn't it ? > My original modified version of runbib still works (for XML). > If you want to check against it, look at > http://baaden.nerim.net/pub/mybib.csh > -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |