Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How to build SWT jars from sources?

Hi Thomas,

Hannes is helping from the background while on holiday  :-)

The short answer is run mvn clean verify, building all the SWT jars with ant is not supported anymore.

HTH
Jonah

~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Fri, 23 Feb 2024 at 03:17, Thomas Singer <ts-swt@xxxxxxxxxxx> wrote:
Hi Jonas,

Thanks for answering. The linked comment writes about building the
native fragments which is not what I want. I need to build the SWT jars
which until recently used the prebuilt native fragments from
org.eclipse.swt.binaries.

--
Best regards,
Thomas Singer


On Thu, 22-Feb-24 17:48, Jonah Graham wrote:
> Hi Thomas,
>
> Please see
> https://github.com/eclipse-platform/eclipse.platform.swt/issues/513#issuecomment-1899423505
> for the answer.
>
> Hannes, who has done the great work on refactoring and improving the build
> flows in this areas, asked if I can respond to your email because he
> doesn't currently have full access to his email.
>
> Thanks
> Jonah
>
>
> ~~~
> Jonah Graham (he/him)
> Kichwa Coders
> www.kichwacoders.com
>
>
> On Thu, 22 Feb 2024 at 09:08, Thomas Singer via platform-dev <
> platform-dev@xxxxxxxxxxx> wrote:
>
>> Until now we were using ANT to build SWT jars from sources:
>>
>> <ant dir="${eclipse.platform.swt.binaries}/bundles/binaries-parent">
>>      <property name="ws" value="@{ws}"/>
>>      <property name="os" value="@{os}"/>
>>      <property name="arch" value="@{arch}"/>
>> </ant>
>>
>> It looks like the binaries repository content somehow has been moved
>> into the main SWT sources repository, but also the structure changed. Is
>> there some documentation how to build it now using ANT?
>>
>> Thanks in advance.
>> Tom
>> _______________________________________________
>> platform-dev mailing list
>> platform-dev@xxxxxxxxxxx
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/platform-dev
>>
>

Back to the top