include JRE in bundles + upgrade tycho v4.0.4#42
include JRE in bundles + upgrade tycho v4.0.4#42planger merged 1 commit intoeclipsesource:masterfrom titou10titou10:master
Conversation
planger
left a comment
There was a problem hiding this comment.
Thank you very much for your contribution! Code looks good and the build works just fine!
However, I didn't see where the JRE is now included? After mvn clean install the size of the generated archives didn't seem to have increased and there is no vm specified in the ini file.
Or do I misunderstand how justj should now be packaged alongside the application?
Thank you!
| <artifactId>tycho-buildtimestamp-jgit</artifactId> | ||
| <version>${tycho-extras-version}</version> | ||
| </dependency> | ||
| <!-- |
There was a problem hiding this comment.
Please remove the outcommented code.
| </sourceReferences> | ||
| --> | ||
| <timestampProvider>jgit</timestampProvider> | ||
| --> |
There was a problem hiding this comment.
Let's remove the outcommented code entirely please.
|
oh? Windows: macosx cocoa aarch64: So everything looks fine on my side The JRE is included as a plugin, identical to what you get when you download "Eclipse IDE for Enterprise Java and Web Developers" or "Eclipse IDE for RCP and RAP Developers" (the one I use for RCP/plugin development) Basically what I've done vs your code:
============= Also, thanks for this project and your great work but IMHO, the structure of the project could be simplified:
...but that's another story |
planger
left a comment
There was a problem hiding this comment.
Thanks, hm, strange! I've retested in a container and now it works as advertised. Thank you!
|
Regarding your other suggestions! Yeah, sure, these are good proposals, feel free to open a separate issue and/or a PR. |
|
cool So you could have: then or add ...and remove the |
|
Thanks @titou10titou10! It'd be great, if you could open a PR with that proposal(s). I've finally took some time to add CI so it'll be less work to review and merge things \o/ |
include JRE in bundles + upgrade tycho v4.0.4
I had to comment
"<timestampProvider>jgit</timestampProvider>"incom.eclipsesource.megit.parent\pom.xmlto have it to compilePlease check it