William L Thomson Jr

Results 65 comments of William L Thomson Jr

Yes please, inverted PDF to match dark themes, my eyes... :see_no_evil:

Thank you for your consideration of the request! If Google Auto is not a sufficient replacement, then [Immutables](https://immutables.github.io/) is likely not either, as they are similar. Both, are different from...

It looks like the problem is more on the Jaxen side than dom4j. However, dom4j is using parts of jaxen, that are specific to dom4j. I removed the [dom4j](https://github.com/jaxen-xpath/jaxen/tree/v1.2.0/src/java/main/org/jaxen/dom4j) folder...

For the time being I grabbed the 2 classes from jaxen, and put them into dom4j. That seems to make most sense, since you cannot use those classes without both...

I see why this failed and it is odd. Pulling current sources and compiling them I run into an opposite error, thus the patches. Gradle only shows a dep of...

The real problem with Gentoo Java and has been for years. People do not want to get out of others way who code in and actually use Java on Gentoo....

Likely need to create a gradle meta package that pulls in all others. Move the cli gradle script from gradle-launcher to the gradle meta package. That package should be similar...

Gradle cli is now in dev-util/gradle. The cli does not function due to issues with symlinked jars and jars residing outside of gradle base directory. Gradle expects jars to be...

Better output, seems to point to main issue ``` $ gradle --debug 14:53:38.881 [DEBUG] [org.gradle.internal.nativeintegration.services.NativeServices] Native-platform is not available. 14:53:38.976 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized native services in: /home/wlt/.gradle/native FAILURE: Build failed...

Need the following, requires modifications to jansi and native-platform packages. ``` ~/.gradle/native/29/linux-amd64/libnative-platform.so ~/.gradle/native/jansi/1.17.1/linux64/libjansi.so ``` Both .so files need be in the jars, not system installed, can experiment with system installed....