-
Notifications
You must be signed in to change notification settings - Fork 0
Updating WALA
Raffi Khatchadourian edited this page Feb 14, 2024
·
4 revisions
WALA doesn't come with Ariadne (ML). Instead, we use the JARs from the WALA IDE plug-in. They are located in the lib/
directory of WALA IDE.
The problem is that both WALA IDE and Ariadne use WALA. If we have both dependencies provide their own WALA, we get conflicts (multiple dependency versions). If we try to use the WALA from Ariadne in WALA IDE, it can't find it. But, Ariadne, for some reason, can find the WALA dependency when it is provided by WALA IDE.
The problem might be related to WALA IDE not being independent of WALA, while Ariadne is independent of WALA. There has been discussion about moving WALA IDE to its own project.
If you want to create a new release of WALA, please follow these directions.