You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Franz Schwab <fr...@exasol.com> on 2019/08/05 10:28:10 UTC

gw build fails on my local linux machine

Hi,

do you have the same problem running "gw build"?
It is locally on my Ubuntu on WSL (windows subsystem for linux):

> Task :src:dist:javadocAggregate FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':src:dist:javadocAggregate'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/mnt/c/Users/fs/wsl/jmeter/src/dist/build/tmp/javadocAggregate/javadoc.options'

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 22s
67 actionable tasks: 67 executed
fs@HW2412:/mnt/c/Users/fs/wsl/jmeter$

Best regards,
Franz 

Re: gw build fails on my local linux machine

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 05.08.2019 12:28, schrieb Franz Schwab:
> Hi,
> 
> do you have the same problem running "gw build"?
> It is locally on my Ubuntu on WSL (windows subsystem for linux):
> 
>> Task :src:dist:javadocAggregate FAILED
> 
> FAILURE: Build failed with an exception.
> 
> * What went wrong:
> Execution failed for task ':src:dist:javadocAggregate'.
>> Javadoc generation failed. Generated Javadoc options file (useful for 
>> troubleshooting): 
>> '/mnt/c/Users/fs/wsl/jmeter/src/dist/build/tmp/javadocAggregate/javadoc.options'
> 
> * 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.

What happens, when you add --stacktrace to your gradle run? On my linux 
machine javadoc and javadocAggregate tasks ran without problems (no wsl 
though).

Felix

> 
> * Get more help at https://help.gradle.org
> 
> Deprecated Gradle features were used in this build, making it
> incompatible with Gradle 6.0.
> Use '--warning-mode all' to show the individual deprecation warnings.
> See
> https://docs.gradle.org/5.5.1/userguide/command_line_interface.html#sec:command_line_warnings
> 
> BUILD FAILED in 1m 22s
> 67 actionable tasks: 67 executed
> fs@HW2412:/mnt/c/Users/fs/wsl/jmeter$
> 
> Best regards,
> Franz