You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Olivier Heintz (JIRA)" <ji...@apache.org> on 2019/03/21 13:42:00 UTC

[jira] [Created] (OFBIZ-10869) gradlew generateOfbizDocumentation error

Olivier Heintz created OFBIZ-10869:
--------------------------------------

             Summary: gradlew generateOfbizDocumentation error
                 Key: OFBIZ-10869
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10869
             Project: OFBiz
          Issue Type: Bug
    Affects Versions: Trunk
            Reporter: Olivier Heintz


on trunk, last release
{{gradlew generateOfbizDocumentation}}
generate an error message :

{code:bash}
└─$ ./gradlew generateOfbizDocumentation
{quote}Task :generateOfbizDocumentation FAILED{quote}
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':generateOfbizDocumentation'.
{quote}(LoadError) no such file to load -- asciidoctor{quote}
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at 
[https://help.gradle.org|https://help.gradle.org/]

{code}

on 
* svn release 1854593 generation seems correct
* with 1854595 generation works but with a lot of messages
* with 1854818 generation failed

on trunk , if I remove line
{code:bash}
    id 'org.owasp.dependencycheck' version '3.0.2' apply false
{code}

generation works but with a lot of messages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)