Andrejus Chaliapinas

Results 32 comments of Andrejus Chaliapinas

I'm trying to prepare isolated use case but now facing this strange case: Invoking this way - getting as expected reference to use help ``` $ native-image --features Error: Please...

@oubidar-Abderrahim - I've got a bit closer to my use case, but still not there and more questions coming. Attached is `hellonative20220815.tgz` archive file. Untar it and initially run inside...

@oubidar-Abderrahim - I was able now to prepare isolated use case with exact same error. Initial steps to repro are same as in above comment. Please let me know if...

@olpaw - appreciated your update. May you have any optimistic ETA on such support addition as such is blocking one of our projects? Maybe you could also improve that error...

Thank you for this advice: ``` This makes no sense. It should be: Args=\ --features=org.example.feature.graal.HelloNativeFeature ``` this was on my side after rushing to prepare isolated use case and renaming...

Attaching here current latest code of isolated use case. [hellonative20220818.tgz](https://github.com/oracle/graal/files/9372929/hellonative20220818.tgz) Latest invocation attempted using this command: ``` native-image --verbose --static -H:Name=service --add-opens jersey.client/org.glassfish.jersey.client=org.graalvm.nativeimage.builder -p target/service.jar$(for jar in target/libs/*.jar; do echo...

@olpaw - is this now available inside some 22.2.x Dev build? We'll need to have this as some patch on top of 22.2.0.

@olpaw - in your above part of output: ``` [1/7] Initializing... (2.8s @ 0.21GB) Version info: 'GraalVM dev Java 17 CE' Java version info: '17.0.4+7-jvmci-22.3-b02' C compiler: gcc (redhat, x86_64,...

Verified this issue now with new available dev build: https://github.com/graalvm/graalvm-ce-dev-builds/releases/tag/22.3.0-dev-20220901_0249 and using such command to build native image within `nativemain` folder of provided use case after `mvn clean package` command:...

For multi-envs support case I'd like to call just one single helper method, which could be smart enough to iterate through all combined/merged properties and list me which one came...