I found the problem.
It was related to an exception that I throw myself in GebConfig.groovy, if
some parameter are not provided, which might happen as a result of not
doing a clean build.
I was confused because it did not print the message of that root exception,
which would've helped greatly.
I only got to read it when I remote debugged the process, and inspect the
throwable in this line:
ConfigurationLoader.groovy, line 304 - 306:
} catch (Throwable e) {
throw new UnableToLoadException(source, slurper.environment, e)
}
Is there a generic way to make Java/Gradle/Whatever print the message of
"e" also?
I tried exceptionFormat = 'full' in the Gradle Test task, but it didn't do
anything for me.
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/962a50a9-69d3-48f7-a7e1-06f8736e9b6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.