How do I test my self built SWT bugfix plugin libraries in an Eclipse Php installation ? #858
-
In regards to attempting to fix #851. When I build with maven via the same command as in the github hook the files are installed to this location on my pc:
and I can see the following files:
Which contains the *.jar files I assume I somehow can replace in an existing eclipse installation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Trying to create a new complete installation with different bundles is not easy. Basically, for something as deep as SWT, it would involve rebuilding the whole IDE. |
Beta Was this translation helpful? Give feedback.
-
A raw more detailed list of the steps: Prerequisites:
Steps 1, 2 and 3 are only need to be done the first time around. The test loop:
|
Beta Was this translation helpful? Give feedback.
-
The build automated PR way: Prerequisites:
Creating the draft PR:
Notice: something like the first commit from #890 is needed for the build to Succeed.
|
Beta Was this translation helpful? Give feedback.
An afterthought:
#881 (comment)