Hi Jeremy,

Sorry for the late reply.

El 20/02/2019 a las 14:41, [email protected] escribió:

[...]
Now down to the difficult bit, I am trying to follow Antonio's very clear guide 
to install a local test suite. But, it fails:

MBP-High-Sierra:netbeans.apache.org jeremycavanagh$ ./gradlew clean buildSite 
run --stacktrace
:buildSrc:compileJava NO-SOURCE
:buildSrc:compileGroovy UP-TO-DATE

It seems gradle is running properly.

On the command line, please run

        java -version

to know the java version you're using, and

        git status

to know which git branch you're using. And let us know what those commands say.

[...]
:buildSrc:classes UP-TO-DATE

FAILURE: Build failed with an exception.


Here is a summary of the stacktrace:


* What went wrong:
Execution failed for task ':bake'.
java.lang.ExceptionInInitializerError (no error message)
..
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':bake'.
..
Caused by: java.lang.ExceptionInInitializerError
..
Caused by: java.lang.IllegalArgumentException: Invalid key

This is weird. Can't tell what this means. Have you modified any asciidoc file? Maybe you have a wrong key in the document metadata.

For instance:

= Title
:wrong key here: value

Remember that keys should not have spaces (just dashes).


Have I done something wrong?


Don't think so.

Cheers,
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to