Dirk Fauth

Results 128 comments of Dirk Fauth

The error is gone, but the result is not the same as with running the native-image build using the classpath. Starting the application shows an exception. It doesn't seem to...

@rotty3000 and @tjwatson I noticed that the executable jar examples from the Atomos project talk about assumptions on how the included jars are located. The [Atomos Spring Loader Example](https://github.com/apache/felix-atomos/tree/master/atomos.examples/atomos.examples.springloader) assumes...

Well, I have created an executable jar with bndtools that includes Atomos. So does @rotty3000 on his example for creating a custom runtime image using jlink. Interestingly the custom jre...

@nikhilnanivadekar AFAIK Tycho only requires Java 11 to run. That should not affect the build results. So if you are able to run your build with Java 11 and have...

@nikhilnanivadekar IIRC right now the build is setup like this. 1. Maven build for Eclipse Collections (now containing correct MANIFEST @guw) 2. As part of this Maven build an EBR...

@guw @nikhilnanivadekar the manifest is already generated in the jar build. I did this with my contributions lately. You should see an OSGi manifest now also in the Maven published...

> 1. instead of creating a module in this repo since the builds are all separate would it make sense to create a completely new repo for p2 stuff? That...

I am not sure if you can simply grant me access to the whole Eclipse Collections Jenkins instance. But IIRC you can grant me access on the jobs itself. Not...

Well it consumes artifacts from a maven repository. So if you build the snapshot via mvn install, a follow up build on the same machine should be able to consume...