ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* texexec --purgeall not working
@ 2010-05-23 18:22 Riobard
  2010-05-23 20:14 ` Hans Hagen
  2010-05-23 20:18 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Riobard @ 2010-05-23 18:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: texexec --purgeall not working
  2010-05-23 18:22 texexec --purgeall not working Riobard
@ 2010-05-23 20:14 ` Hans Hagen
  2010-05-23 20:18 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2010-05-23 20:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: texexec --purgeall not working
  2010-05-23 18:22 texexec --purgeall not working Riobard
  2010-05-23 20:14 ` Hans Hagen
@ 2010-05-23 20:18 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2010-05-23 20:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-23 20:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-23 18:22 texexec --purgeall not working Riobard
2010-05-23 20:14 ` Hans Hagen
2010-05-23 20:18 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).