How to configure and run gradlew successfully?

Hi,
In the last few days my computer had to be upgraded, as the hard disk
failed and was unreadable.

Everything is OK now, but when I attempt to run the *gradlew* script to
build the html files with the Specs, I am getting the following errors,
which I have never seen in the past, before the forced new cloning of the
QTSPEC repository:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'qtspecs'.
> Could not resolve all files for configuration ':classpath'.
   > Could not resolve com.saxonica:Saxon-EE:12.2.
     Required by:
         project :
      > Could not resolve com.saxonica:Saxon-EE:12.2.
         > Could not get resource '
https://repo.maven.apache.org/maven2/com/saxonica/Saxon-EE/12.2/Saxon-EE-12.2.pom
'.
            > Could not GET '
https://repo.maven.apache.org/maven2/com/saxonica/Saxon-EE/12.2/Saxon-EE-12.2.pom
'.
               > repo.maven.apache.org
      > Could not resolve com.saxonica:Saxon-EE:12.2.
         > Could not get resource '
https://dev.saxonica.com/maven/com/saxonica/Saxon-EE/12.2/Saxon-EE-12.2.pom
'.
            > Could not GET '
https://dev.saxonica.com/maven/com/saxonica/Saxon-EE/12.2/Saxon-EE-12.2.pom
'.
               > dev.saxonica.com

* 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

*I will greatly appreciate your help in resolving this problem*.

Seems I don't have a correct (or any) value for the CLASSPATH environment
variable (running under Windows 11), and/or Saxon-EE:12.2.pom - whatever
this might be.

Here is a screenshot:

[image: image.png]

Again, thanks in advance for your help in resolving this problem.

Dimitre

Received on Wednesday, 8 May 2024 23:43:59 UTC