Hi, Not sure if it is just me, but the --purgeall option of texexec no longer works in ConTeXt minimals. *.tmp/tui/tuo files are left intact after compiling. No `CtxTools | removed` lines are output in the log. However, the version in TeX Live 2009 works file. Any idea why? - Rio
On 23-5-2010 8:22, Riobard wrote:
Hi,
Not sure if it is just me, but the --purgeall option of texexec no longer works in ConTeXt minimals. *.tmp/tui/tuo files are left intact after compiling. No `CtxTools | removed` lines are output in the log. However, the version in TeX Live 2009 works file. Any idea why?
because we removed a bunch of stubs can you locate tex.rb and patch: (around line 2055): # Kpse.runscript('ctxtools',rawbase,'--purge') if getvariable('purge') # Kpse.runscript('ctxtools',rawbase,'--purge --all') if getvariable('purgeall') runcommand(["context","--purge"]) and see if that works? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 23-5-2010 8:22, Riobard wrote:
Hi,
Not sure if it is just me, but the --purgeall option of texexec no longer works in ConTeXt minimals. *.tmp/tui/tuo files are left intact after compiling. No `CtxTools | removed` lines are output in the log. However, the version in TeX Live 2009 works file. Any idea why?
or maybe: runcommand('mtxrun','--script','ctxtools',rawbase,'--purge') if getvariable('purge') runcommand('mtxrun','--script','ctxtools',rawbase,'--purge --all') if getvariable('purgeall') i'm a bit puzzled as normaly Kpse.runscript should figure it out Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Riobard