On Sep 2, 2008, at 04;04,31 , Mojca Miklavec wrote:

On Tue, Sep 2, 2008 at 12:50 AM, Alan Bowen wrote:

With this change in all the engines---thanks to Aditya
too---ConTeXt-pdftex.engine and ConTeXt-XeTeX.engine now work as they should
(which is great!)
But running ConTeXt-luatex.engine gets
MtxRun | skipping configuration for
/Applications/ConTeXtMinimals/tex/texmf-local/web2c from
/Applications/ConTeXtMinimals/tex/texmf-cache/luatex-cache/context/3fc847143b06f084e10e73c8fbdf4ae2/trees/3beab8509a03fa29e95f93134a943a7f
MtxRun | loading configuration for
/Applications/ConTeXtMinimals/tex/texmf/web2c from
/Applications/ConTeXtMinimals/tex/texmf-cache/luatex-cache/context/3fc847143b06f084e10e73c8fbdf4ae2/trees/d9ef00871d7b11751a275cffd8a85753
MtxRun | error, no format found with name: cont-en
MtxRun | total runtime: 0.010

Try if this helps:

export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context --make

I have no idea why the formats haven't been built previously though
(or maybe they were flying to some other location).

Mojca

My ConTeXt-luatex.engine now has
!/bin/bash
export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel:$PATH
export TEXMFCACHE=/Applications/ConTeXtMinimals/tex/texmf-cache
context "$1"

and in Terminal I have run 
context --make

When I try to typeset “Hello world!”, absolutely nothing happens—the TeXShop console window opens and stays blank. 

Have I misunderstood you?

Alan

PS  export PATH=/Applications/ConTeXtMinimals/tex/texmf-osx-intel/bin:$PATH
makes no difference. 
The other engines work well. A.