Dirk Fauth
Dirk Fauth
What setup do you have? Which IDE? What steps do you perform to raise the issue you have? Maybe I can reproduce it somehow and find a better solution.
And why do you call `mvn clean install` and not just `mvn clean verify`?
Have you tried the verify approach? Craig P. Motlin ***@***.***> schrieb am Do., 8. Aug. 2024, 16:36: > And why do you call mvn clean install and not just mvn...
Hm, it looks like some issue with the generated jpms stuff. Maybe intellij uses the module.info to determine the test build module path. Need to investigate in that area. There...
I can find several entries related to issues with intellij https://stackoverflow.com/questions/20137020/why-does-intellij-give-me-package-doesnt-exist-error https://intellij-support.jetbrains.com/hc/en-us/community/posts/12200628643346-Recompiled-failed-java-package-does-not-exist https://youtrack.jetbrains.com/issue/IDEA-291860/Package-xxx-is-declared-in-the-unnamed-module-but-module-yyy-does-not-read-it To narrow down the issue, could you try to change the scope of the bnd annotations from...
@motlin I tried different IDEs to see if it is a general issue: 1. Eclipse IDE - Fresh checkout from GitHub `git clone https://github.com/eclipse/eclipse-collections.git` - Perform a build as explained...
@motlin Which XML file should be parsed by the IDEs? At the end it is your project. I just gave my comment and advice. I really think it is an...
@EliasHeydrich @donraab I created the following repository to test the different deployments with my PR. https://github.com/fipro78/ec-consumer-test It worked then, so if nothing has changed in the area of my PR...
@nikhilnanivadekar have you updated the eclipse collections version in the target file? Looks like it is still pointing to a snapshot version.
@nikhilnanivadekar IIRC I changed the p2 repo build, so it is only necessary to run that for the deployment. This simplified the build scripts for the development itself. So the...