You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Olivier Heintz <ol...@ofbizextra.org> on 2019/03/18 08:46:25 UTC

gradlew generateOfbizDocumentation error

Hello,

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

-----------------
└─$ ./gradlew generateOfbizDocumentation
> Task :generateOfbizDocumentation FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':generateOfbizDocumentation'.
> (LoadError) no such file to load -- asciidoctor

* 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

----------------
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
    id 'org.owasp.dependencycheck' version '3.0.2' apply false

generation works but with a lot of messages.


Re: gradlew generateOfbizDocumentation error

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Mathieu,

At least we could comment it out. So people interested (good luck) would be able to use it.

HTH

Jacques

Le 18/03/2019 à 14:21, Mathieu Lirzin a écrit :
> Hello,
>
> Jacques Le Roux <ja...@les7arts.com> writes:
>
>> A Jira is appropriate
> In the meantime I have investigated, and it seems that revision 1854818
> introduced this issue. When I comment the OWASP plugin line things works
> again.  I don't understand the rationale of this bug but maybe this is
> an argument for removing the OWASP plugin as you suggested on the ML.
>
>> Le 18/03/2019 à 09:46, Olivier Heintz a écrit :
>>> Hello,
>>>
>>> on trunk, last release
>>> gradlew generateOfbizDocumentation
>>> generate an error message :
>>>
>>> -----------------
>>> └─$ ./gradlew generateOfbizDocumentation
>>>> Task :generateOfbizDocumentation FAILED
>>> FAILURE: Build failed with an exception.
>>>
>>> * What went wrong:
>>> Execution failed for task ':generateOfbizDocumentation'.
>>>> (LoadError) no such file to load -- asciidoctor
>>> * 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
>>>
>>> ----------------
>>> 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
>>>       id 'org.owasp.dependencycheck' version '3.0.2' apply false
>>>
>>> generation works but with a lot of messages.
>>>
>>>

Re: gradlew generateOfbizDocumentation error

Posted by Mathieu Lirzin <mt...@apache.org>.
Hello,

Jacques Le Roux <ja...@les7arts.com> writes:

> A Jira is appropriate

In the meantime I have investigated, and it seems that revision 1854818
introduced this issue. When I comment the OWASP plugin line things works
again.  I don't understand the rationale of this bug but maybe this is
an argument for removing the OWASP plugin as you suggested on the ML.

> Le 18/03/2019 à 09:46, Olivier Heintz a écrit :
>> Hello,
>>
>> on trunk, last release
>> gradlew generateOfbizDocumentation
>> generate an error message :
>>
>> -----------------
>> └─$ ./gradlew generateOfbizDocumentation
>>> Task :generateOfbizDocumentation FAILED
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> Execution failed for task ':generateOfbizDocumentation'.
>>> (LoadError) no such file to load -- asciidoctor
>> * 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
>>
>> ----------------
>> 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
>>      id 'org.owasp.dependencycheck' version '3.0.2' apply false
>>
>> generation works but with a lot of messages.
>>
>>
>

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37

Re: gradlew generateOfbizDocumentation error

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Olivier,

A Jira is appropriate

Jacques

Le 18/03/2019 à 09:46, Olivier Heintz a écrit :
> Hello,
>
> on trunk, last release
> gradlew generateOfbizDocumentation
> generate an error message :
>
> -----------------
> └─$ ./gradlew generateOfbizDocumentation
>> Task :generateOfbizDocumentation FAILED
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':generateOfbizDocumentation'.
>> (LoadError) no such file to load -- asciidoctor
> * 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
>
> ----------------
> 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
>      id 'org.owasp.dependencycheck' version '3.0.2' apply false
>
> generation works but with a lot of messages.
>
>