Description:
Starting with MTA version 7.2.0, the default execution mode is containerless. In containerless mode, MTA expects all of the files from the downloaded compressed MTA distribution to be present in a directory named .kantra in the user’s home directory.
However, the existing MTA plugin documentation does not include instructions on creating the .kantra directory and populating it with the required files. As a result, if the `.kantra` directory is missing or incomplete, the analysis will fail.
Steps to Reproduce:
- Install the MTA plugin (v7.2.0 or higher) for your IDE (e.g., IntelliJ, Eclipse).
- Download and extract the MTA 7.2.0 distribution.
- Attempt to run an analysis with the plugin.
Actual Results:
The analysis fails with an error that is not explained in the MTA plugin documentation (missing `.kantra` configuration).
Expected Results:
Documentation should instruct the user to:
- Create a directory named .kantra in their home directory.
- Copy (or move) all the files from the extracted mta-7.2.0 (or corresponding version) directory into the ~/.kantra directory.
- Confirm that the plugin’s analysis completes successfully.