Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 72e6582

Browse files
committed
Removing space OpenAPI Troubleshooting
1 parent bd622fe commit 72e6582

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/_documentations/troubleshooting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following sections contain workarounds for issues that you might encounter w
2828
* [OpenShift Do (odo) with Codewind](#openshift-do-(odo)-with-codewind)
2929
* [OKD and OpenShift](#okd-and-openshift)
3030
* [Codewind and Tekton pipelines](#codewind-and-tekton-pipelines)
31-
* [Open API Tools for Eclipse Codewind](#openapi-tools)
31+
* [OpenAPI Tools for Eclipse Codewind](#openapi-tools)
3232
* [Setting Codewind server log levels](#setting-codewind-server-log-levels)
3333
* [Collecting log files and environment data](#collecting-log-files-and-environment-data)
3434
* [Restoring lost debug connections](#restoring-lost-debug-connections)
@@ -757,10 +757,10 @@ These steps reproduce the issue:
757757
4. Now, access the Tekton dashboard URL from the Codewind palette.
758758
759759
***
760-
# Open API Tools for Eclipse Codewind
760+
# OpenAPI Tools for Eclipse Codewind
761761
762762
<!--
763-
Action/Topic: Open API Tools for Eclipse Codewind
763+
Action/Topic: OpenAPI Tools for Eclipse Codewind
764764
Issue type: bug/info
765765
Issue link: https://github.com/eclipse/codewind/issues/275
766766
Version: 2019-06 (4.12.0)
@@ -782,10 +782,10 @@ For the VS Code extension, manually create the output folder before you start th
782782
783783
For post-client or post-server stub generation, use a separate output folder for code generation. Depending on the language and the generator type, the OpenAPI generator generates both source code files and build-related files. Some refactoring might be necessary. For example, move the generated source code to the proper source folder that already exists in the project. However, if your project is empty, the target output folder can be the root of the project, and you don’t need to do as much refactoring and merging.
784784
785-
For Eclipse, for Java-based code generators, the Open API wizards provide additional support to configure the project. It is recommended that the project's root folder is selected as the output folder of the generator so that `.java` files will be generated into the existing `src/main/java` and `src/test/java` folders. The wizard's default value of the output folder is the project's root folder. The wizard also performs some automatic configuration, including `pom.xml` file merging, and necessary updates to the project's classpath.
785+
For Eclipse, for Java-based code generators, the OpenAPI wizards provide additional support to configure the project. It is recommended that the project's root folder is selected as the output folder of the generator so that `.java` files will be generated into the existing `src/main/java` and `src/test/java` folders. The wizard's default value of the output folder is the project's root folder. The wizard also performs some automatic configuration, including `pom.xml` file merging, and necessary updates to the project's classpath.
786786
787787
<!--
788-
Action/Topic: Plugin execution validation error in the pom.xml file for Open API tools
788+
Action/Topic: Plugin execution validation error in the pom.xml file for OpenAPI Tools for Eclipse Codewind
789789
Issue type: bug
790790
Issue link: https://github.com/eclipse/codewind/issues/650
791791
0.5.0: New issue

0 commit comments

Comments
 (0)