Re: [platform-dev] How do I build eclipse with my changes?

2023-08-25 Thread Christopher Genly via platform-dev
Building Eclipse is a big task: OK I'll avoid it.

Are you referring to this 
comment?:
 Yes

That helps.  Thanks!


From: Jonah Graham 
Sent: Friday, August 25, 2023 12:14 PM
To: Eclipse platform general developers list. 
Cc: Christopher Genly 
Subject: Re: [platform-dev] How do I build eclipse with my changes?

Hi Christopher,

Building Eclipse is a big task (long running + perhaps some non-trivial 
prerequisites) - perhaps you can explain what parts of Eclipse you are trying 
to build. Once your PR gets merged then normal build processes will do it. 
While developing I recommend doing everything in the Eclipse development 
environment.

> Christoph Läubrich explained on Jul 7, 2023

Are you referring to this 
comment?
 In it the discussion seems to address the issue that you should add to the 
target platform. Alternatively you can simply open additional projects in your 
workspace covering all the interdependent projects you are working on. e.g. 
provision an Eclipse SDK development environment and then add the projects from 
your company into that workspace.

Hope that helped - and if not, please ask followup questions.
Jonah



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


On Fri, 25 Aug 2023 at 15:05, Christopher Genly via platform-dev 
mailto:platform-dev@eclipse.org>> wrote:
I have the eclipse development environment produced by oomph.   As described 
here: https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning
I can launch a new eclipse from the development eclipse, but there are problems 
installing software into the development eclipse.  Christoph Läubrich explained 
on Jul 7, 2023 that this is a known problem in eclipse.platform.debug.
So, instead, I'd like to build eclipse with my changes, and then run that.  How 
do I do that?

Thanks
___
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 do I build eclipse with my changes?

2023-08-25 Thread Jonah Graham via platform-dev
Hi Christopher,

Building Eclipse is a big task (long running + perhaps some non-trivial
prerequisites) - perhaps you can explain what parts of Eclipse you are
trying to build. Once your PR gets merged then normal build processes will
do it. While developing I recommend doing everything in the Eclipse
development environment.

> Christoph Läubrich explained on Jul 7, 2023

Are you referring to this comment
?
In it the discussion seems to address the issue that you should add to the
target platform. Alternatively you can simply open additional projects in
your workspace covering all the interdependent projects you are working on.
e.g. provision an Eclipse SDK development environment and then add the
projects from your company into that workspace.

Hope that helped - and if not, please ask followup questions.
Jonah



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


On Fri, 25 Aug 2023 at 15:05, Christopher Genly via platform-dev <
platform-dev@eclipse.org> wrote:

> I have the eclipse development environment produced by oomph.   As
> described here: https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning
> I can launch a new eclipse from the development eclipse, but there are
> problems installing software into the development eclipse.  Christoph
> Läubrich explained on Jul 7, 2023 that this is a known problem in
> eclipse.platform.debug.
> So, instead, I'd like to build eclipse with my changes, and then run
> that.  How do I do that?
>
> Thanks
> ___
> 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] What does this mean: The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?

2023-08-25 Thread Christopher Genly via platform-dev
Thank you.

From: Jonah Graham 
Sent: Friday, August 25, 2023 12:05 PM
To: Eclipse platform general developers list. 
Cc: Christopher Genly 
Subject: Re: [platform-dev] What does this mean: The nested job 'message-check' 
is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?

Hi Christopher,

It looks like the workflow 
(https://github.com/chgenly/eclipse.platform/blob/master/.github/workflows/ci.yml)
 has some assumptions that the pushes to master are on Eclipse's own version, 
rather than your fork.

You can simply ignore the error, but if you can reproduce the error, then 
filing a bug on 
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues 
would be helpful!

When you create the Pull Request back to Eclipse the workflows should run as 
expected.

Jonah

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


On Fri, 25 Aug 2023 at 14:58, Christopher Genly via platform-dev 
mailto:platform-dev@eclipse.org>> wrote:
I just pushed a change to my branch.  This error is reported:


Invalid workflow file: .github/workflows/ci.yml#L16 

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3): Error 
calling workflow 
'eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master'.
 The nested job 'message-check' is requesting 'pull-requests: read', but is 
only allowed 'pull-requests: none'.

This is from:

https://github.com/chgenly/eclipse.platform/actions/runs/5979137511

What does it mean and how do I fix it?

This is where my fork is:

https://github.com/chgenly/eclipse.platform

___
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] What does this mean: The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?

2023-08-25 Thread Jonah Graham via platform-dev
Hi Christopher,

It looks like the workflow (
https://github.com/chgenly/eclipse.platform/blob/master/.github/workflows/ci.yml)
has some assumptions that the pushes to master are on Eclipse's own
version, rather than your fork.

You can simply ignore the error, but if you can reproduce the error, then
filing a bug on
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues
would be helpful!

When you create the Pull Request back to Eclipse the workflows should run
as expected.

Jonah

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


On Fri, 25 Aug 2023 at 14:58, Christopher Genly via platform-dev <
platform-dev@eclipse.org> wrote:

> I just pushed a change to my branch.  This error is reported:
>
>
> 
> *Invalid workflow file: *.github/workflows/ci.yml#L16
> 
> The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3):
> Error calling workflow
> 'eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master'.
> The nested job 'message-check' is requesting 'pull-requests: read', but is
> only allowed 'pull-requests: none'.
>
> This is from:
>
> https://github.com/chgenly/eclipse.platform/actions/runs/5979137511
>
> What does it mean and how do I fix it?
>
> This is where my fork is:
>
> https://github.com/chgenly/eclipse.platform
>
> ___
> 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


[platform-dev] How do I build eclipse with my changes?

2023-08-25 Thread Christopher Genly via platform-dev
I have the eclipse development environment produced by oomph.   As described 
here: https://wiki.eclipse.org/Eclipse_Platform_SDK_Provisioning
I can launch a new eclipse from the development eclipse, but there are problems 
installing software into the development eclipse.  Christoph Läubrich explained 
on Jul 7, 2023 that this is a known problem in eclipse.platform.debug.
So, instead, I'd like to build eclipse with my changes, and then run that.  How 
do I do that?

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


[platform-dev] What does this mean: The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?

2023-08-25 Thread Christopher Genly via platform-dev
I just pushed a change to my branch.  This error is reported:


Invalid workflow file: .github/workflows/ci.yml#L16 

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3): Error 
calling workflow 
'eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master'.
 The nested job 'message-check' is requesting 'pull-requests: read', but is 
only allowed 'pull-requests: none'.

This is from:

https://github.com/chgenly/eclipse.platform/actions/runs/5979137511

What does it mean and how do I fix it?

This is where my fork is:

https://github.com/chgenly/eclipse.platform

___
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.29 (2023-09) RC1 is available

2023-08-25 Thread Rahul Mohanan via platform-dev
Hello Everyone,

We are pleased to announce that 2023-09 RC1 is available for download and 
updates.

Eclipse downloads:

https://download.eclipse.org/eclipse/downloads/drops4/S-4.29RC1-202308240400/

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

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

Specific repository good for building against:

https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230824-0400/

Equinox specific downloads:

https://download.eclipse.org/equinox/drops/S-4.29RC1-202308240400/


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