I'm attempting to use the BiBTeX template archived at:
http://article.gmane.org/gmane.comp.tex.context/1501/match=testbib
without success -- I'm not even generating a .aux file.
The ora.bib database I'm using can be found at
http://www.math.utah.edu/pub/tex/bib/ora.html
Here is my testbib.ctx file:
%% testbib.tex
\usemodule[bib]
\setuppublications[database={ora}]
\starttext
If you have never coded Java before you may want to read through
{\em Learning Java}\cite[Niemeyer:2000:LJ]
\completepublications
\stoptext
%%EOF
and my log file:
This is pdfeTeXk, Version 3.14159-1.10a-RC3-2.1 (Web2c 7.4.1) (format=cont-en 2003.1.29) 2 FEB 2003 14:45
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**&cont-en testBiB.ctx
(./testBiB.ctx{c:/Local/TeX/texmf-var/pdftex/config/pdftex.cfg}
ConTeXt ver: 2003.1.28 fmt: 2003.1.29 int: english mes: english
language : language en is active
system : cont-new loaded
(c:/Local/TeX/texmf-local/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex!
system (E-TEX) : [line 726] \ifcsname
)
system : cont-old loaded
(c:/Local/TeX/texmf-local/tex/context/base/cont-old.tex
loading : Context Old Macros
)
system : cont-fil loaded
(c:/Local/TeX/texmf-local/tex/context/base/cont-fil.tex
loading : Context File Synonyms
)
system : cont-sys loaded
(c:/Local/TeX/texmf-local/tex/context/user/cont-sys.tex)
bodyfont : 12pt rm is loaded
language : patterns 2:2-en-2 4:2-de-2 5:2-fr-2 6:2-es-2 7:2-it-2 8:2-nl-2
loaded
specials : tex,postscript,rokicki loaded
\openout2 = `testBiB.tui'.
system : testBiB.top loaded
(./testBiB.top
specials : loading definition file tpd
(c:/Local/TeX/texmf-local/tex/context/base/spec-tpd.tex
specials : loading definition file fdf
(c:/Local/TeX/texmf-local/tex/context/base/spec-fdf.tex
system (E-TEX) : [line 1815] \ifcsname
)
specials : fdf loaded
)
specials : fdf,tpd loaded
)
\openout0 = `testBiB-mpgraph.mp'.
\openout0 = `testBiB-mprun.mp'.
\openout0 = `mpgraph.mp'.
\openout0 = `mprun.mp'.
pdftex : using map file: original-context-symbol.map
pdftex : using map file: pl0-ams-cmr.map
pdftex : using map file: original-vogel-symbol.map
system : macros of module bib loaded
(c:/Local/TeX/texmf-local/tex/context/user/m-bib.tex
problems : set k!author to author overloads auteur
system : macros of module list loaded
(c:/Local/TeX/texmf-local/tex/context/user/m-list.tex)
publications : loading formatting style from bibl-apa
(c:/Local/TeX/texmf-local/tex/context/user/bibl-apa.tex)) (./testBiB.tuo)
(./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo)
(./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo)
(./testBiB.tuo) (./testBiB.tuo) (./testBiB.tuo)
publications : file testBiB.bbl not found, don't forget to run bibtex
systems : begin file testBiB at line 5
publications : warning: cite argument Niemeyer:2000:LJ is unknown on 27
[1.1{c:/Local/TeX/texmf-var/dvips/config/pdftex.map}{c:/Local/TeX/texmf-local/p
dftex/config/original-context-symbol.map}{c:/Local/TeX/texmf-local/pdftex/confi
g/pl0-ams-cmr.map}{c:/Local/TeX/texmf-local/pdftex/config/original-vogel-symbol
.map}]
systems : end file testBiB at line 11
)
Here is how much of TeX's memory you used:
1246 strings out of 33640
18478 string characters out of 750646
4413713 words of memory out of 5529685
30958 multiletter control sequences out of 10000+50000
10284 words of font info for 34 fonts, out of 500000 for 1000
56 hyphenation exceptions out of 1000
44i,16n,47p,182b,244s stack positions out of 5000i,500n,5000p,200000b,40000s
10 PDF objects out of 300000
0 named destinations out of 131072
0 words of extra memory for PDF output out of 65536
Output written on testBiB.pdf (1 page, 12412 bytes).
The version of m-bib I'm using is:
%D \module
%D [ file=m-bib,
%D version=20001.6.25,
%D title=\CONTEXT\ Publication Module,
%D subtitle=Publications,
%D author={Taco Hoekwater},
%D date=\currentdate,
%D copyright={PRAGMA / Taco Hoekwater}]