Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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 know if this can be done using maven as well.

Best regards,
Gayan.

On Sun, May 9, 2021 at 12:31 PM Gayan Perera <gayanper@xxxxxxxxx> wrote:
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 manually replace the installation jar with the modified classes. I have been doing this for jdt modules.

But when try to build swt project, i cannot get the jar file which contains the compiled classes. Is there a special set of steps i need to run to get the jar file ?

Best regards,
Gayan.

Back to the top