[erlang-questions] Excludes from ERL_LIBS
Richard Carlsson
carlsson.richard@REDACTED
Tue Sep 4 17:54:27 CEST 2012
On 2012-09-04 17:38, Uwe Dauernheim wrote:
> 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?
You could create a separate directory containing only links to the
actual application directories, and make ERL_LIBS point to that. Then
just remove those links that you don't want for now.
/Richard
More information about the erlang-questions
mailing list