I have a project which has the directory structure of an OTP release (lib/*/{src,ebin}), but the project is not yet fully OTP'fied. I use ERL_LIBS to specify the location of all application. But now I want to exclude on application from being loaded. What would be the cleanest/easiest way to do this? /Uwe