Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev

Hi Jonah (and Hannes),

Thanks. I've already written my own ANT build script.

--
Best regards,
Thomas Singer


On 2024-02-23 17:30, Jonah Graham wrote:

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  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@eclipse.org> wrote:


Until now we were using ANT to build SWT jars from sources:


  
  
  


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@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev








___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Jonah Graham via platform-dev
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  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@eclipse.org> wrote:
> >
> >> Until now we were using ANT to build SWT jars from sources:
> >>
> >> 
> >>  
> >>  
> >>  
> >> 
> >>
> >> 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@eclipse.org
> >> To unsubscribe from this list, visit
> >> https://www.eclipse.org/mailman/listinfo/platform-dev
> >>
> >
>
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Ed Merks via platform-dev

Yes, that seems like the most focused place

https://github.com/eclipse-platform/eclipse.platform.swt/discussions

Unfortunately Hannes just started vacation, so help might be in short 
supply.


I imagine you just need to clone SWT including the LFS parts of the 
repository and redirect your scripts to that folder location. Good luck!


On 23.02.2024 14:31, Thomas Singer via platform-dev wrote:

What would be the SWT discussion list?

How to build the SWT jars using ANT?


___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev

What would be the SWT discussion list?

How to build the SWT jars using ANT?

--
Best regards,
Thomas Singer


On 2024-02-23 13:35, Ed Merks via platform-dev wrote:

It's probably better to ask on one of the discussions list.

The binaries are in the SWT repository 
https://github.com/eclipse-platform/eclipse.platform.swt/tree/master/binaries but you need to enable the LFS support for those be be checkout out as they are in the workspace with the Oomph setup:



On 23.02.2024 09:17, Thomas Singer via platform-dev 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.




___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Ed Merks via platform-dev

It's probably better to ask on one of the discussions list.

The binaries are in the SWT repository 
https://github.com/eclipse-platform/eclipse.platform.swt/tree/master/binaries 
but you need to enable the LFS support for those be be checkout out as 
they are in the workspace with the Oomph setup:



On 23.02.2024 09:17, Thomas Singer via platform-dev 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.
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


[platform-dev] Eclipse and Equinox 4.31 (2024-03) RC1 is available

2024-02-23 Thread Rahul Mohanan via platform-dev
Hello Everyone,

We are pleased to announce that 2024-03 RC1 is available for download and 
updates.

Eclipse downloads:

https://download.eclipse.org/eclipse/downloads/drops4/S-4.31RC1-202402211800/

New and Noteworthy:
https://www.eclipse.org/eclipse/news/4.31/

Update existing (non-production) installs:
https://download.eclipse.org/eclipse/updates/4.31-I-builds/

Specific repository good for building against:

https://download.eclipse.org/eclipse/updates/4.31-I-builds/I20240221-1800/

Equinox specific downloads:

https://download.eclipse.org/equinox/drops/S-4.31RC1-202402211800/

Thank you to everyone who made this checkpoint possible.

Thanks and Regards,

Rahul Mohanan
Eclipse SDK Team
___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev


Re: [platform-dev] How to build SWT jars from sources?

2024-02-23 Thread Thomas Singer via platform-dev

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@eclipse.org> wrote:


Until now we were using ANT to build SWT jars from sources:


 
 
 


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@eclipse.org
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev




___
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev