William L Thomson Jr

Results 65 comments of William L Thomson Jr

Oh wow, it seems eclipse removed several repository mirrors, all the eclipse IDE related repos no longer exist under eclipse github account. I have to see if they moved them...

Looks like I will have to start migrating to eclipse repos, as they do not seem to be mirroring them else where on Github anymore, unsure why. Or if they...

Sorry it has been forever on this, I had hoped to have had it done by now or over the holidays, but life happened. I will try to get this...

The Gentoo community does not want me or my work. I am a former developer and foundation trustee. They have refused to let me return for over a decade. I...

Yes, it is an unfortunate situation that only affects users, not the developers who are preventing progress. Regarding jem and java-config, despite many around Gentoo liking python, java-config is not...

I have not finished packing Maven. I packaged pieces of it that I needed for packaging Gradle from source. Which Gradle uses an older version of Maven, and I got...

Moved comment into new issue referenced below

The main one missing for this is maven-embedder. That has the [MavenCli](https://github.com/apache/maven/tree/master/maven-embedder/src/main/java/org/apache/maven/cli). I have a base maven-embedder, but it needs work. Logback is a pain to package. It has groovy...

Turns out that was due to using [eclipse aether](https://github.com/eclipse/aether-core) instead of the one in [maven-resolver](https://github.com/apache/maven-resolver). Which contains eclipse aether. Inversely I was using [plexus-containers-default](https://github.com/codehaus-plexus/plexus-containers) for maven-embedder and it wanted [sisu-plexus](https://github.com/eclipse/sisu.plexus)....

Getting closer but still no cigar yet. Think I have an extra file in slf4j-api. The failing error is odd. May take some time to get this fully worked out....