The current structure of the Erlware installed directory is:

erlware/
application_package erts_packages release_packages bin

this will be changing to:

erlware/
packages release_packages bin

erts packages will not reside under

packages/<erts-vsn>/<erts-package>
as in
packages/5.6.3/erts-5.6.3

and application packages under

packages/<erts-vsn>/lib/<application-package>
as in
packages/5.6.3/lib/mnesia-3.4.5

This change is a major rev and is totally backwards incompatible with
previous Erlware installs.  This change is being made to better support
precompiled C packages that expect erts to sit under lib. This will require
release package owners to update their bin scripts to find erlexec in the
new location.

Cheers,
Martin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlware-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlware-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to