Appendix A. Reference Material
A.1. RHAMT Issue Icon Legend
In the Issue Explorer and file editors, RHAMT issues use an icon to indicate their severity level and status. The following table describes the meaning of the various icons.
Icon | Description |
---|---|
The issue is mandatory to fix for a successful migration. | |
The issue is optional to fix for migration. | |
The issue may potentially be an issue during migration. | |
The issue has been resolved. | |
The issue is stale because the code marked as an issue has been modified since the last time that RHAMT was run on the project. | |
A quick fix is available for this issue, which is mandatory to fix for a successful migration. | |
A quick fix is available for this issue, which is optional to fix for migration. | |
A quick fix is available for this issue, which may potentially be an issue during migration. |
A.2. Install JBoss Tools into Eclipse
The IDE Plugin depends on JBoss Tools, and therefore these dependencies must be installed for RHAMT to function successfully. The following instructions detail installing JBoss Tools on an Eclipse installation.
If you are using Red Hat CodeReady Studio, and not Eclipse, you do not need to install JBoss Tools separately.
Install JBoss Tools
-
From the menu bar, select Help
Eclipse Marketplace. -
In the Find field, enter
JBoss Tools
and press Enter to search for the project. - Scroll down until you see JBoss Tools in the list and press Install next to this project.
- Review the selected features and press Confirm. It is recommended to accept the defaults to install the required dependencies for RHAMT.
-
Ensure that the first radio button,
Keep my installation the same and modify the items being installed to be compatible
, is selected. - Review the selected packages and click Confirm.
- Accept the terms of the license agreement and click Finish.
- Click Install anyway to accept the certificates.
- Click Select all to trust all of the specified certificates, and then click Accept selected.
- Restart Eclipse for the changes to take effect.
Revised on 2020-03-19 14:02:46 UTC