Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] patch swt


Hi Philipp,

This patch was made against swt's HEAD content from mid-January, so applying it to the 3.3 codebase does not work.  Your best bet is to get a newer eclipse/swt that has the change, such as 3.4M5.  If this is not possible then the only other thing you can try is to read the changes in the patch and apply them in your 3.3 codebase.  This process is definitely prone to error, but since the patch is not too large it may be possible.  This would require getting the R3_3 version of the org.eclipse.swt project from cvs ( http://www.eclipse.org/swt/cvs.php ), making/testing the changes, then putting the updated Spinner*.class files into your 3.3 jar.

Grant




"Huebner, Philipp" <Philipp.Huebner@xxxxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

03/12/2008 06:11 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] patch swt





Hello,

Im trying to patch SWT 3.3. to fix this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=91317 ...
I have never patched a java library and do not know exactly how to do this.

Is there any workaround to do this in Eclipse...I have found the team->patch wizard and imported the swt sources into a eclipse project, but the wizard cant find the right file...

thx
Philipp Hübner

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top