Skip to content

Commit 484db0d

Browse files
authored
Merge pull request #162 from migtools/update-reports-section
[WIP] Updated section on reviewing an analysis report + notes for a dicsonnected env
2 parents 441ee69 + 97980fd commit 484db0d

9 files changed

+106
-333
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
:_newdoc-version: 2.18.5
2+
:_template-generated: 2025-06-16
3+
:_mod-docs-content-type: ASSEMBLY
4+
5+
ifdef::context[:parent-context-of-reviewing-analysis-reports: {context}]
6+
7+
ifndef::context[]
8+
[id="reviewing-analysis-reports"]
9+
endif::[]
10+
ifdef::context[]
11+
[id="reviewing-analysis-reports_{context}"]
12+
endif::[]
13+
= Reviewing an analysis report
14+
15+
:context: reviewing-analysis-reports
16+
17+
After analyzing an application, you can access an analysis report to check the details of the application migration effort.
18+
19+
include::topics/proc_accessing-analysis-report.adoc[leveloffset=+1]
20+
21+
include::topics/ref_analysis-report-sections.adoc[leveloffset=+1]
22+
23+
////
24+
[role="_additional-resources"]
25+
== Additional resources
26+
27+
* link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide]
28+
* xref:some-module_{context}[]
29+
////
30+
31+
ifdef::parent-context-of-reviewing-analysis-reports[:context: {parent-context-of-reviewing-analysis-reports}]
32+
ifndef::parent-context-of-reviewing-analysis-reports[:!context:]
33+

assemblies/cli-guide/topics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../topics/

docs/cli-guide/assemblies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../assemblies/

docs/cli-guide/master.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ include::topics/mta-cli-transform.adoc[leveloffset=+3]
8080
// Available OpenRewrite recipes
8181
include::topics/available-openrewrite-recipes.adoc[leveloffset=+4]
8282

83-
// Access the Report
84-
include::topics/access-report.adoc[leveloffset=+2]
85-
8683
// Multi-language application analysis
8784
include::topics/mta-cli-analyze-multi-lang-apps.adoc[leveloffset=+2]
8885

@@ -93,7 +90,7 @@ include::topics/mta-cli-analyze-selected-provider.adoc[leveloffset=+3]
9390
include::topics/mta-cli-analyze-unsupported-provider.adoc[leveloffset=+3]
9491

9592
// Review the Reports
96-
include::topics/mta-review-reports.adoc[leveloffset=+1]
93+
include::assemblies/cli-guide/assembly_reviewing-analysis-reports.adoc[leveloffset=+1]
9794

9895
// Export the Report in CSV Format
9996
// include::topics/csv-export.adoc[leveloffset=+1]
@@ -119,7 +116,7 @@ include::topics/mta-optimize-performance.adoc[leveloffset=+1]
119116
// Configure {ProductShortName} to Exclude Files and Packages
120117
// include::topics/mta-exclude-files-and-packages.adoc[leveloffset=+2]
121118

122-
[appendix]
119+
[appendix]
123120
== Reference material
124121

125122
// {ProductShortName} Command-line Arguments

docs/topics/access-report.adoc

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/topics/installing-mta-disconnected-environment.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66
[id="installing-mta-disconnected-environment_{context}"]
77
= Installing {ProductShortName} on a disconnected environment
88

9-
Starting from {ProductShortName} 7.2.0, you can run the application analysis for Java applications in the containerless mode.
9+
When your system is in a disconnected environment, you can install the {ProductFullName} command-line interface (CLI) by performing the following actions:
10+
11+
. Download the {ProductShortName} CLI images by using an external computer.
12+
. Copy the downloaded images to the system you want to install the {ProductShortName} CLI on.
13+
14+
IMPORTANT: The following procedure applies only to container mode.
15+
16+
17+
NOTE: The analysis output in the disconnected environment usually results in less incidents because a dependency analysis does not run accurately without access to Maven.
1018

11-
IMPORTANT: The containerless mode is set by default and is used automatically if all requirements are met. For more information, see xref:running-the-containerless-mta-cli_cli-guide[Running the containerless CLI].
1219

13-
However, if you want to analyze applications in languages other than Java or, for example, use xref:mta-cli-transform_cli-guide[transformation commands], you still need to use containers.
1420

1521

1622
On a connected device, first download and save the {ProductShortName} binary. Then download and save the Podman images, the {ProductShortName} CLI image and the provider image that you need.

0 commit comments

Comments
 (0)