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. |
Administrator
|
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. > > |
Hello,
Jacques Le Roux <[hidden email]> 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 |
Administrator
|
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 <[hidden email]> 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. >>> >>> |
Free forum by Nabble | Edit this page |