William L Thomson Jr

Results 65 comments of William L Thomson Jr

Having fun chasing my tail on slf4j loggers. The obvious fix to the above is removing the 2nd logger. The maven one is obviously needed. When I drop the slf4j-simple...

Committed and pushed an initial dev-java/maven meta ebuild that provides mvn cli. It is non-functional at this time. The same errors as seen above. I have to look into that...

Thanks, I am aware of the issues and have taken them upstream on the [maven development mailing list](https://www.mail-archive.com/[email protected]/msg117406.html). While the topic is Modello from issue #48. The present issue there,...

I replaced all usage of aether with maven-resolver and, unfortunately, no change. I am still experiencing the same issue reported to upstream. Seems plexus/modello usage is a mystery to most...

Issue remains with 9.0 release, no change since first packaged. Binaries from upstream work. Unsure as to the cause.

The problem with the current/default is the path. As seen in the above screenshot the launcher by default seems to assume ```JAVA_HOME=/usr```. Which is obviously incorrect. Need to get pass...

![shot-2019-05-24_21-14-17](https://user-images.githubusercontent.com/12835340/81606528-41bacb80-93a1-11ea-87fe-26d5183647b7.jpg)

It may be possible to use ant to generate the Java files from xml. Providing, anything that ant needs to download is already in the env to respect the sandbox.

No I have not tried to use that, and not sure I can use that for building maven. I would need to package that from source and build that. I...