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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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)