-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include JRE in bundles + upgrade tycho v4.0.4 #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!
@@ -115,20 +121,22 @@ | |||
<artifactId>tycho-buildtimestamp-jgit</artifactId> | |||
<version>${tycho-extras-version}</version> | |||
</dependency> | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the outcommented code.
<timestampProvider>jgit</timestampProvider> | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.xml
to have it to compilePlease check it