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

Commit e6684b1

Browse files
sishidasghung
authored andcommitted
Updating workaround (#91)
* Updating workaround Signed-off-by: Sarah Ishida <sishida@us.ibm.com> * Edits to text Signed-off-by: Sarah Ishida <sishida@us.ibm.com> * Updating text based on feedback Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
1 parent 4efe902 commit e6684b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_documentations/troubleshooting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ These steps reproduce the issue:
336336
5. In the **Output folder** field, copy and paste a path or edit the path directly.
337337
6. Click **Finish**. The OpenAPI generator fails if the folder doesn't already exist.
338338

339-
**Workaround:** Manually create the output folder before you start the OpenAPI generator wizard. After you create the folder, you can start the wizard again.
339+
**Workaround:**
340+
- Manually create the output folder before you start the OpenAPI generator wizard. In the wizard, you can manually edit the **Output folder** text field. Ensure that the path points to a valid folder in the project.
341+
- Or you can use the **Browse...** button to select the folder that you want to use. The **Output folder** field is updated with the path.
340342

341343
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, if you are working with an existing Java or Maven project, 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.

0 commit comments

Comments
 (0)