[tycho-user] Javadoc generation works from command line and jenkins maven job...
Hi,I have a project that useÂtycho-document-bundle-plugin to automate the Javadoc generation.The Javadoc files are correctly created when I execute maven from command line or from a Jenkins Maven...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
Hi Johan,We put a JRE in: Our Software.app/Contents/Resources/jreIn the info.plist we have: <key>Eclipse</key> <array> <string>-vm</string>...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
thxthat could maybe be a very nice solutioni copied it to my local drive, adjusted the download urls to use the api.adoptjdk stuffproblem is under windows i get this when extracting the tar.gz file of...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
just using ant works without an error:<plugin>Â Â <groupId>org.apache.maven.plugins</groupId>ÂÂÂ Â <artifactId>maven-antrun-plugin</artifactId>ÂÂÂ Â...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
i created an update site with a jre12 for windows, linux and osxhttp://developer.servoy.com/p2_repository/jre12/if i add that repo to my pom filesand then add the feature(s) to my product file or...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
On Tue, Apr 30, 2019 at 3:30 PM Johan Compagner <jcompagner@xxxxxxxxxx> wrote:in eclipse it does find it (problem is that the target file i can't include them all then the target file editor...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
yes figure it outi can only do it in the feature.xml of myself, so not in the productand then the feature,xml must be configured the same as the jre features..so it also has to have:Â Â Â Â...
View ArticleRe: [tycho-user] [External Sender] shipping directly a jre with an eclipse...
So Iâve done this, but not yet with OpenJDK (however I will likely need to update our project once funding resumes to switch to OpenJDK)..The challenge with macOS is Gatekeeper. Iâve not checked with...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
thx for this because that brought us on the right track..with the feature way we have it now working on OSXbut we need this as a...
View Article[tycho-user] is the eclipse osx app signing service usable from outside of...
Hi,taking thisÂhttps://www.eclipse.org/cbi/sitedocs/eclipse-macsigner-plugin/sign-mojo.htmlÂÂdo i need to setup an own server? or can something of the (eclipse) cloud being used?(and what does a server...
View ArticleRe: [tycho-user] is the eclipse osx app signing service usable from outside...
Hi,The Eclipse Signing service is only available for Eclipse.org projects when building on Eclipse.org infrastructure.It's maintained by the CBI project and questions about it are better asked on...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
Ok, i have this approach working now for me.Windows and Linux worked quite "out of the box"But i want to say this on the list (and hopefully also it is then found by google) that for OSX you really...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
Thanks for sharing your progress, issues and resolutions Jonah, that's much appreciated and I'm pretty sure it'll be useful for a bunch of other people. As mentioned, a blog post about it would be...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
About .tar.gz, those are supposed to keep the permission flags when packing, see for example your application launcher still being executable after expanding a .tar.gz. So if the permissions are not...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
And can you please try a build on Linux and compare?
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
Yes then it the eclipse executable (in jre/Contents/MacOS) has the X flag setAnd also "java" inÂjre/Contents/Home/bin/But the weird part is the jspawnhelper in jre/Contents/Home/lib hasn't...So now i...
View ArticleRe: [tycho-user] shipping directly a jre with an eclipse product on OSX
thx for forcing me to test this ;)https://github.com/Servoy/servoy-eclipse/commit/2fa801ae85e06a21b5250fc9209491f7ed4fcd34Âi forgot the \Â to make 1 one big line of theÂinstructions.install = ....now...
View Article[tycho-user] P2 repository ignored with Java 11?
Hi all, I am currently migrating a project from Java 8 to Java 11. The Jenkins jobs work based on that in addition to the common target definition there are additional p2 repositories consumed for...
View ArticleRe: [tycho-user] P2 repository ignored with Java 11?
Hi, are you use you donât accidentally use maven 3.6.1 https://bugs.eclipse.org/bugs/show_bug.cgi?id=546463---Gesendet von Boxer | http://getboxer.comAm 27. Mai 2019 um 19:51:13 MESZ schrieb Axel...
View ArticleRe: [tycho-user] P2 repository ignored with Java 11?
Christian, you put it in a nutshell. I forgot that I switched to Maven 3.6.1 in Jenkins administration while reviewing the JDK settings there. Just reverted to Maven 3.6.0 and it all works again. Thank...
View Article