Re: Intellij Struts 2 Plugin for 6.x DTD

2024-03-29 Thread Lukasz Lenart
I finally managed to figure out what was wrong and now the very first PR is ready https://github.com/apache/struts-intellij-plugin/pull/1 - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail

Re: Intellij Struts 2 Plugin for 6.x DTD

2024-03-11 Thread Lukasz Lenart
I started working on IP Clearance procedure and prepared a simple GH Actions workflow (among other things), yet some tests are failing and I wonder if this can be related to my changes https://github.com/apache/struts-intellij-plugin/pull/1 Running locally I get: [ 1623] WARN - #c.i.o.v.n.p.l

Re: Intellij Struts 2 Plugin for 6.x DTD

2024-02-26 Thread Burton Rhodes
y fork is here [1], but I would suggest you probably start from original repository. [1] https://github.com/burtonrhodes/intellij-obsolete-plugins Thanks, Burton -- Original Message -- From "Lukasz Lenart" To "Struts Users Mailing List" Date 2/26/2024 1:25:18 A

Re: Intellij Struts 2 Plugin for 6.x DTD

2024-02-25 Thread Lukasz Lenart
Finally all is set, the code has been donated & imported and also the plugin has been transferred under ASF org https://plugins.jetbrains.com/organizations/apache Time to get familiar with the code base :D Cheers Lukasz wt., 6 lut 2024 o 10:24 Lukasz Lenart napisał(a): > > Code has been donated

Re: Intellij Struts 2 Plugin for 6.x DTD

2024-02-06 Thread Lukasz Lenart
Code has been donated to ASF, I created a new repo [1], yet I have to import the code [2] [1] https://github.com/apache/struts-intellij-plugin [2] https://github.com/JetBrains/intellij-obsolete-plugins/tree/master/struts2 Cheers Lukasz sob., 30 gru 2023 o 10:57 Lukasz Lenart napisał(a): > > pt

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-12-30 Thread Lukasz Lenart
pt., 22 gru 2023 o 14:49 Burton Rhodes napisał(a): > > Lukasz, > It appears the Struts 2 Intellij Plugin needs to be updated after > upgrading to Intellij 2023.3. I am happy to help bump the version > numbers, but I'm not sure where the Struts repository is for this > plugin. I know you were goi

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-12-22 Thread Burton Rhodes
Can you point me in the right direction so I can create a PR? Thanks, Burton -- Original Message -- From "Burton Rhodes" To "Struts Users Mailing List" ; "Struts Users Mailing List" Date 8/26/2023 7:06:23 AM Subject Re: Intellij Struts 2 Plugin for 6.

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-09-04 Thread Burton Rhodes
Great. This is definitely the best solution moving forward. -- Original Message -- From "Lukasz Lenart" To "Struts Users Mailing List" Date 9/3/2023 4:57:44 AM Subject Re: Intellij Struts 2 Plugin for 6.x DTD Just to keep you in the loop - we are in touch with

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-09-03 Thread Lukasz Lenart
g List" > Date 8/26/2023 7:41:52 AM > Subject Re: Intellij Struts 2 Plugin for 6.x DTD > > >sob., 26 sie 2023 o 14:09 Burton Rhodes napisał(a): > >> Curious... with a separate repository, how would you submit a PR to > >> intellij with an updated version? Do you

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-08-26 Thread Burton Rhodes
Nice. Sounds good. -- Original Message -- From "Lukasz Lenart" To "Struts Users Mailing List" Date 8/26/2023 7:41:52 AM Subject Re: Intellij Struts 2 Plugin for 6.x DTD sob., 26 sie 2023 o 14:09 Burton Rhodes napisał(a): Curious... with a separate repos

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-08-26 Thread Lukasz Lenart
sob., 26 sie 2023 o 14:09 Burton Rhodes napisał(a): > Curious... with a separate repository, how would you submit a PR to intellij > with an updated version? Do you think they review/accept a version from > another repository or would you have to copy code over to the > "intellij-obsolete-plugi

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-08-26 Thread Burton Rhodes
e 8/26/2023 3:13:33 AM Subject Re: Intellij Struts 2 Plugin for 6.x DTD Finally circling back to this :) Thanks a lot Burton for all the explanations, I was planning to setup a new ASF repository struts-idea and copy your code into it. I wonder if I can drop all other plugins and just have the S

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-08-26 Thread Lukasz Lenart
Finally circling back to this :) Thanks a lot Burton for all the explanations, I was planning to setup a new ASF repository struts-idea and copy your code into it. I wonder if I can drop all other plugins and just have the Struts plugin. As far as I know the plugin uses Apache 2.0 license so we ca

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-07-30 Thread Burton Rhodes
Lukasz, Many thanks. I think putting this under the Struts umbrella is a good idea. Feel free to copy or fork my code here: https://github.com/burtonrhodes/intellij-obsolete-plugins Yann Cebron at Intellij didn't like my package refactor in my original update, so in order to remove all the noise

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-07-29 Thread Lukasz Lenart
czw., 13 lip 2023 o 19:11 Burton Rhodes napisał(a): > > Apologies for the additional email, but I believe this latest version is > working properly: > https://github.com/burtonrhodes/intellij-obsolete-plugins/releases/tag/v2023.2.2 > > I welcome any feedback. Thanks a lot Burton for taking care o

Re: Intellij Struts 2 Plugin for 6.x DTD

2023-07-13 Thread Burton Rhodes
s Users Mailing List" Date 7/13/2023 9:06:40 AM Subject Intellij Struts 2 Plugin for 6.x DTD I have attempted to update the Intellij Struts 2 plugin to work with the new 6.0 DTD xml structure. This is my first dive into Intellij plugins, and to be honest, I'm not sure everything is

Intellij Struts 2 Plugin for 6.x DTD

2023-07-13 Thread Burton Rhodes
I have attempted to update the Intellij Struts 2 plugin to work with the new 6.0 DTD xml structure. This is my first dive into Intellij plugins, and to be honest, I'm not sure everything is working exactly as it is supposed to. That said, the links from Action classes to the corresponding strut