Jerome Haltom

Results 491 comments of Jerome Haltom

I would suggest there's really no reason to package a net9 version of the tool is there? IKVM itself doesn't even have a .NET 9 build.

I really wish NuGet would move to a better compression format than Zip.

It does cache results. Can you tell me the exact series of MavenReferences you are using? Or maybe some way for me to reproduce it?

It should work, and whatever is causing it to not work should be fixed. So, in that sense, it's "supported". But I do not know what is actually wrong, and...

So the dependency is to this: https://repo1.maven.org/maven2/org/expath/http/client/http-client/1.5.2/http-client-1.5.2.pom I am not totally sure what this mean in Maven-land. A POM with no actual jars, no dependencies, only a `` entry. It...

Microsoft.Diagnostics.NETCore.Client is an implementation of a client for the event pipes. Good starting point. I'm unsure if this is a dependency appropriate for the core of IKVM, however. Need to...

We probably should think through how we can make it a bit easier to specify things like IVKM.java, IKVM.Runtime and the BCL with these tools though. And whether any information...

An example of how to use MAVEN_OPTS: `set MAVEN_OPTS=-Duser.home=D:\home\userFoo\bin\maven.config.directory` However, Dev Home just sets it to D:\home\userFoo\bin, etc.

But I also think probably M2_HOME or MAVEN_HOME are the correct variables to be used.

Well, it's the location of the local Maven user directory. Which is usually not the install directory. It's where the settings.xml file would live. Which by default puts the local...