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 correspo

Re: Struts 2 Plugin for Netbeans

2012-04-20 Thread Maurizio Cucchiara
google.com/107903711540963855921 Linkedin    :http://www.linkedin.com/in/mauriziocucchiara Maurizio Cucchiara On 20 April 2012 10:45, Christian Grobmeier wrote: > I have tried Eclipse and Netbeans and finally found out that life is > so freaking easy with IntelliJ and the Struts 2 plugi

Re: Struts 2 Plugin for Netbeans

2012-04-20 Thread Christian Grobmeier
I have tried Eclipse and Netbeans and finally found out that life is so freaking easy with IntelliJ and the Struts 2 plugin. I could not believe it first, because it was the Struts-guys who recommended it to me and I was previously using Eclipse for 10 years or so. My advice: do exactly what

Re: Struts 2 Plugin for Netbeans

2012-04-19 Thread Frans Thamura
as a eclipse user. :) any idea? F On Fri, Apr 20, 2012 at 1:19 AM, Łukasz Lenart wrote: > 2012/4/19 rob stone : > > I am trying to incorporate the Struts 2 plug-in into the Netbeans IDE > > and having problems. The Netbeans version is 7.0.1 which is the latest > > available for Debian. > > Use

Re: Struts 2 Plugin for Netbeans

2012-04-19 Thread Łukasz Lenart
2012/4/19 rob stone : > I am trying to incorporate the Struts 2 plug-in into the Netbeans IDE > and having problems. The Netbeans version is 7.0.1 which is the latest > available for Debian. Use IntelliJ IDEA, give up with NB ;-) Kind regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 3

Struts 2 Plugin for Netbeans

2012-04-19 Thread rob stone
Hello, I am trying to incorporate the Struts 2 plug-in into the Netbeans IDE and having problems. The Netbeans version is 7.0.1 which is the latest available for Debian. One suggested fix was to compile the plug-in source using 7.0.1 to achieve this, but that too failed as obviously I am missing

Re: New Struts 2 plugin

2012-02-05 Thread Łukasz Lenart
I just saw version 1.2.0 ;-) 2012/2/2 Johannes Geppert : > Thank you Łukasz for the Announcement. :-) > > Just released a new Struts2 Bootstrap Plugin Version 1.1.0. This version is > now also available via maven repository. > The  Showcase was extended with an new vertical form layout example. >

Re: New Struts 2 plugin

2012-02-02 Thread Johannes Geppert
- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/New-Struts-2-plugin-tp5451033p5451642.html Sent from the Struts - User mailing list archive at Nabble.com

New Struts 2 plugin

2012-02-02 Thread Łukasz Lenart
Hi, If you missed that out, there is a new Struts 2 plugin which supports Bootstrap and HTML 5 http://www.jgeppert.com/2012/02/new-struts2-bootstrap-plugin-released/ Kudos to Johannes! Kind regards -- Łukasz - To

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Christian Grobmeier
> Struts 2 plugin is only available in Ultimate Edition as it requires > Java EE/Web functionality. OK I have downloaded the package. meanwhil I could find "add framework support". One question: why is the plugin downloading struts itself again instead of using the libs from my

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Christian Grobmeier
Even with the repricing? Will try it out. Have a couple of months left, I think. Using another ide after nearly 10 years feels like relocating to a new city, signing the contract for a new job and programming a different language all at one time. Cheers On Thu, Sep 29, 2011 at 11:44 AM, Maurizio

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Maurizio Cucchiara
Ok, as I suspected: idea is free for apache (and generally for OS developer) committers. Maurizio Cucchiara Il giorno 29/set/2011 11.12, "Christian Grobmeier" ha scritto: Hi, > In the meanwhile that Yann answers your question, may I ask you why are you > so interested on CE... to be honest, UE

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Christian Grobmeier
ition or is is ultimate >> version only? >> >> Cheers >> Christian >> >> On Wed, Sep 28, 2011 at 8:04 PM, Yann Cébron >> wrote: >> > Early Access Preview has started for the next major version of JetBrains >> IntelliJ IDEA, and Struts 2 Plugin alre

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Maurizio Cucchiara
Q.E.D. >Struts 2 plugin is only available in Ultimate Edition as it requires >Java EE/Web functionality. Maurizio Cucchiara - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Maurizio Cucchiara
: > Looks pretty nice. > > Are the changes available in the community edition or is is ultimate > version only? > > Cheers > Christian > > On Wed, Sep 28, 2011 at 8:04 PM, Yann Cébron > wrote: > > Early Access Preview has started for the next major version of Jet

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Yann Cébron
Thanks. Struts 2 plugin is only available in Ultimate Edition as it requires Java EE/Web functionality. Regards, Yann On 29 September 2011 10:50, Christian Grobmeier wrote: > Looks pretty nice. > > Are the changes available in the community edition or is is ultimate > version only

Re: [ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-29 Thread Christian Grobmeier
Looks pretty nice. Are the changes available in the community edition or is is ultimate version only? Cheers Christian On Wed, Sep 28, 2011 at 8:04 PM, Yann Cébron wrote: > Early Access Preview has started for the next major version of JetBrains > IntelliJ IDEA, and Struts 2 Plugin a

[ANN] Struts 2 Plugin for IntelliJ IDEA 11 - Early Access

2011-09-28 Thread Yann Cébron
Early Access Preview has started for the next major version of JetBrains IntelliJ IDEA, and Struts 2 Plugin already has a lot of new features to offer: * OGNL Language support * Action class properties resolving, including refactoring * Smart navigation actions (go from JSP<->

Struts 2 Plugin Repository : Unable to Add News Announcement

2009-08-09 Thread Yohan Liyanage
Hi, I would like to announce a Struts 2 plugin release, but I am unable to 'Add a News' item to the Struts 2 Plugin Repository Wiki at http://cwiki.apache.org/S2PLUGINS/home.html. As instructed, I registered with wiki (username: yohanliyanage), but when I click the 'Add News&#

Struts 2 Plugin Repository Page

2008-09-23 Thread Yohan Liyanage
Hi, I created a plugin for Struts 2 and posted a news in the Struts 2 Plugin Repository Wiki. However, I cannot see my plugin listed in the http://cwiki.apache.org/S2PLUGINS/home.html announcements list. (I can see it in http://cwiki.apache.org/confluence/display/S2PLUGINS/home). I noticed

Re: Struts 2 Plugin

2007-10-12 Thread Don Brown
-W > > > > > > > > On 10/10/07, stanlick <[EMAIL PROTECTED]> wrote: > > > > > > > > > > I am writing a plugin that consists of a new interceptor. I would > > like > > > > its > > > > > struts-plugin.xml

Re: Struts 2 Plugin

2007-10-11 Thread stanlick
t; works > > > out > > > > of the box for packages leveraging the default interceptor > stack. What > > > is > > > > the ethical thing to do as it relates to a plugin modifying the > default > > > > interceptor stack? Overriding the stack does not pass th

Re: Struts 2 Plugin

2007-10-10 Thread Don Brown
On 10/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey Don! I feel as though I know you. Aren't you writing the infamous > Struts 2 in Action book? :) To be fair, I'm operating in more of a reviewer capacity, as the large majority of the work is being written by the excellent author, Ch

Re: Struts 2 Plugin

2007-10-10 Thread Dave Newton
manually. Of course, you'll have > all of this documented > > > > > and users in the second scenario will most > likely know where to look > > > > > to get your plugin

Re: Struts 2 Plugin

2007-10-10 Thread Don Brown
> > > > > like > > > > its > > > > > struts-plugin.xml to append to the defaultStack so the interceptor > > > > > works > > > > out > > > > > of the box for packages leveraging the default interceptor stack. &g

Re: Struts 2 Plugin

2007-10-10 Thread Wes Wannemacher
ruts-plugin.xml to append to the defaultStack so the interceptor works > > > out > > > > of the box for packages leveraging the default interceptor stack. What > > > is > > > > the ethical thing to do as

Re: Struts 2 Plugin

2007-10-10 Thread stanlick
ruts-plugin.xml to append to the defaultStack so the interceptor > works > > > out > > > > of the box for packages leveraging the default interceptor > stack. What > > > is > > > > the ethical thin

Re: Struts 2 Plugin

2007-10-10 Thread Don Brown
interceptor works > > out > > > of the box for packages leveraging the default interceptor stack. What > > is > > > the ethical thing to do as it relates to a plugin modifying the default > > > interceptor stack? Overriding the stack does not pass the tu

Re: Struts 2 Plugin

2007-10-10 Thread stanlick
ncluding a > list of > > modifications you need to make to get the plugin to play! > > > > Scott > > -- > > View this message in context: > http://www.nabble.com/Struts-2-Plugin-tf4603263.html#a13143714 > > Sent from the Struts - User mailing list archive

Re: Struts 2 Plugin

2007-10-10 Thread Wes Wannemacher
cations you need to make to get the plugin to play! > > Scott > -- > View this message in context: > http://www.nabble.com/Struts-2-Plugin-tf4603263.html#a13143714 > Sent from the Struts - User mailing list archive at Nabble.com. > > > --

Struts 2 Plugin

2007-10-10 Thread stanlick
default interceptor stack? Overriding the stack does not pass the tummy test, but in the spirit of plugin drop-n-go, I also feel odd about including a list of modifications you need to make to get the plugin to play! Scott -- View this message in context: http://www.nabble.com/Struts-2-Plugin

[ANN] Struts 2 Plugin Registry

2007-01-11 Thread Don Brown
h and learn about Struts 2 plugins, we created the Struts 2 Plugin Registry: http://cwiki.apache.org/S2PLUGINS/home.html In addition to putting all the plugin docs under one place, this site features a page template [2] to somewhat standardize what to expect when looking for a plugin, and a announce