Community
Participate
Working Groups
We need to update the the parent pom [1] to point to the new jetty repo [2]. And we need to update the build.properties[3] of the org.eclipse.sdk feature to indicate the new versions of the jetty bundles (8.1.9). [1] http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-platform-parent/pom.xml [2] http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.9.v20130131 [3] http://git.eclipse.org/c/platform/eclipse.platform.releng.git/tree/features/org.eclipse.sdk/build.properties I will attach patches for these changes. But it will be another day until I can confirm a good local build with them. On my machine it takes > 3 hours to build and it also uses up most of my machines memory so I cannot do a proper build until overnight.
Created attachment 228065 [details] parent pom.xml changes for new jetty 8.1.9 repo URL
Created attachment 228066 [details] org.eclipse.sdk patch to update jetty versions in build.properties
I ran a local build with these changes and it produced the expected SDK with the 8.1.9 jetty bundles. I was able to bring up Eclipse help and did some sniff testing of the functionality. I would like to get this released to get additional testing for M6.
I must have missed this in Git/EGit 101 class ... how am I to apply a patch like these? They don't "apply" using my version of Eclipse. I mean, I could guess what needs to change ... but, I think I'm missing something?
(In reply to comment #4) > I must have missed this in Git/EGit 101 class ... how am I to apply a patch > like these? They don't "apply" using my version of Eclipse. > > I mean, I could guess what needs to change ... but, I think I'm missing > something? These are standard git patches, when applied using git command line the will preserve the author as myself and you as the committer. I do it by using this command: git am < /path/to/patch/file
Thanks for the education. Sorry, you lost author ship for the URL one ... I'd already pasted it in. But, should be in next build. Thanks.