When running adop prepare, the html folder is continuously created with nested subfolders inside $OA
When running adop prepare, the html folder gets nested repeatedly under the $OA_HTML directory (e.g., $OA_HTML/html/html/html), and this duplication appears in both the RUN and PATCH file systems after a cutover.
Even if I manually delete the nested html folder in the RUN and PATCH file systems and run prepare again, it keeps getting recreated.
This causes a huge delay during patching because of the nested folders compiled by the JSP compiler.
Is there a way to resolve this issue?