Re: [platform-dev] Building platform.swt locally

2021-05-09 Thread Sravan K Lakkimsetti
071, India From: Gayan Perera Sent: 09 May 2021 22:58 To: Eclipse platform general developers list. Subject: [EXTERNAL] Re: [platform-dev] Building platform.swt locally Hi all, I found it here https://www.eclipse.org/swt/faq.php#howbuildjar and used the Ant build target for now. Let me k

Re: [platform-dev] Building platform.swt locally

2021-05-09 Thread Gayan Perera
Hi all, I found it here https://www.eclipse.org/swt/faq.php#howbuildjar and used the Ant build target for now. Let me know if this can be done using maven as well. Best regards, Gayan. On Sun, May 9, 2021 at 12:31 PM Gayan Perera wrote: > Hi all, > I'm working on https://bugs.eclipse.org/bugs/s

[platform-dev] Building platform.swt locally

2021-05-09 Thread Gayan Perera
Hi all, I'm working on https://bugs.eclipse.org/bugs/show_bug.cgi?id=573016 and just want to make a local build of org.eclipse.swt and get the jar file to patch my eclipse installation. I have a bash script which can create a patch jar which will only contain the classes in the commit. So i can man