20.09.27 23:48 작성
·
621
답변 4
0
0
2020. 09. 29. 01:44
음.. 실행해 봤으나 제 강의와 달리 그래들을 쓰고 계셔서 정확히 어떤 설정이 필요한지는 잘 모르겠으나 제가 빌드했을 때는 LoadError는 발생하질 않네요.
> Task :asciidoctor
io/console on JRuby shells out to stty for most operations
asciidoctor: WARNING: index.adoc: line 68: include file not found: /Users/keesun/Desktop/restapi/build/generated-snippets/errors/response-fields.adoc
asciidoctor: WARNING: index.adoc: line 72: include file not found: /Users/keesun/Desktop/restapi/build/generated-snippets/errors/http-response.adoc
Snippet response-body not found at ../../../build/generated-snippets/index/response-body.adoc for operation index
Snippet http-response not found at ../../../build/generated-snippets/index/http-response.adoc for operation index
Snippet links not found at ../../../build/generated-snippets/index/links.adoc for operation index
이런 경고 메시지가 보이기는 하지만 이건 index.html에서 참조하려는 Snippet들이 없어서 그런거니까 무사히셔도 괜찮습니다. 재현이 되지 않고 메이븐 설정이 아니라서 제가 도움을 드리기 어렵겠네요.
0
0