[67cat][web] Support for struts2

View: New views
4 Messages — Rating Filter:   Alert me  

[67cat][web] Support for struts2

by Mario Perez Madueno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I tried to plug struts2 support module (https://nbstruts2support.dev.java.net) into nb67rc3 and I got this error message while restarting the IDE

Warning - could not install some modules: Struts2 Support - The module named org.netbeans.modules.editor.deprecated.pre61completion/0 was needed and not found.

Will nb67 provide support for this fw?

Thank you
Mario

Re: [67cat][web] Support for struts2

by Michel Graciano :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This module support was removed. To solve it, the module developer could try to fix it looking at http://www.netbeans.org/servlets/ReadMsg?listName=nbdev&msgNo=44408

I hope it will work for you. Regards

On Wed, Jun 17, 2009 at 6:26 PM, Mario Perez Madueno <mperezma@...> wrote:
Hi, I tried to plug struts2 support module (https://nbstruts2support.dev.java.net) into nb67rc3 and I got this error message while restarting the IDE

Warning - could not install some modules: Struts2 Support - The module named org.netbeans.modules.editor.deprecated.pre61completion/0 was needed and not found.

Will nb67 provide support for this fw?

Thank you
Mario



--
Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.michelgraciano.com
https://genesis.dev.java.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.java.net/

Parent Message unknown RE: Re: [67cat][web] Support for struts2

by Mario Perez Madueno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Michel, thanks for the help! Here's my patch proposal for project.xml support module to work with 67rc3:

Index: nbstruts2support/nbstruts2-support/nbproject/project.xml
--- nbstruts2support/nbstruts2-support/nbproject/project.xml Base (1.12)
+++ nbstruts2support/nbstruts2-support/nbproject/project.xml Locally Modified (Based On 1.12)
@@ -55,7 +55,7 @@
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>1</release-version>
-                        <specification-version>1.9.1</specification-version>
+                        <specification-version>1.13.2</specification-version>
                     </run-dependency>
                 </dependency>
                 <dependency>

Anyway, searching for this issue, I've found this nbm module which also did the trick:

http://www.netbeans.org/issues/show_bug.cgi?id=156766

there is a link to the deprecated module as workarround for org.netbeans.modules.editor.deprecated.pre61completion dependency errors.

Kind regards
Mario

--> Missatge original de Michel Graciano (michel.graciano@...) per a netcat@... enviat el 18/06/2009 20:44:32

#This module support was removed. To solve it, the module
#developer could try to fix it looking at <a
#href="http://www.netbeans.org/servlets/ReadMsg?listName=nbd
#ev&msgNo=44408">http://www.netbeans.org/servlets/ReadMs
#g?listName=nbdev&msgNo=44408</a><br>
#<br>I hope it will work for you. Regards<br><br><div
#class="gmail_quote">On Wed, Jun 17, 2009 at 6:26 PM, Mario
#Perez Madueno <span dir="ltr"><<a
#href="mailto:mperezma@..."
#target="_blank">mperezma@...</a>></span> wrote:<br>
#
#<blockquote class="gmail_quote" style="border-left: 1px
#solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
#padding-left: 1ex;">Hi, I tried to plug struts2 support
#module (<a href="https://nbstruts2support.dev.java.net"
#target="_blank">https://nbstruts2support.dev.java.net</a>)
#into nb67rc3 and I got this error message while restarting
#the IDE<br>
#
#
#<br>
#Warning - could not install some modules: Struts2 Support -
#The module named
#org.netbeans.modules.editor.deprecated.pre61completion/0
#was needed and not found.<br>
#<br>
#Will nb67 provide support for this fw?<br>
#<br>
#Thank you<br>
#<font color="#888888">Mario<br>
#</font></blockquote></div><br><br clear="all"><br>--
#<br>Michel Graciano<br>Summa Technologies do Brasil
#Ltda.<br><a href="http://www.michelgraciano.com"
#target="_blank">http://www.michelgraciano.com</a><br><a
#href="https://genesis.dev.java.net/"
#target="_blank">https://genesis.dev.java.net/</a><br>
#
#<a
#href="http://translatedfiles.netbeans.org/index_pt_BR.html"
#target="_blank">http://translatedfiles.netbeans.org/index_p
#t_BR.html</a><br><a
#href="https://copypastehistory.dev.java.net/"
#target="_blank">https://copypastehistory.dev.java.net/</a><
#br>
#
#



<br><a href='http://www.netbeans.org' target='_blank'><img
src='http://www.netbeans.org/images/visual-guidelines/NB-logo-org-single.jpg'
alt='NetBeans IDE, the only IDE you need!'></a>

Re: Re: [67cat][web] Support for struts2

by Michel Graciano :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Good to know that it works for you. The only advise is that this change will make the nbm incompatible with some old IDE versions.

Regards

On Thu, Jun 18, 2009 at 9:01 PM, Mario Perez Madueno <mperezma@...> wrote:
Hi Michel, thanks for the help! Here's my patch proposal for project.xml support module to work with 67rc3:

Index: nbstruts2support/nbstruts2-support/nbproject/project.xml
--- nbstruts2support/nbstruts2-support/nbproject/project.xml Base (1.12)
+++ nbstruts2support/nbstruts2-support/nbproject/project.xml Locally Modified (Based On 1.12)
@@ -55,7 +55,7 @@
                    <compile-dependency/>
                    <run-dependency>
                        <release-version>1</release-version>
-                        <specification-version>1.9.1</specification-version>
+                        <specification-version>1.13.2</specification-version>
                    </run-dependency>
                </dependency>
                <dependency>

Anyway, searching for this issue, I've found this nbm module which also did the trick:

http://www.netbeans.org/issues/show_bug.cgi?id=156766

there is a link to the deprecated module as workarround for org.netbeans.modules.editor.deprecated.pre61completion dependency errors.

Kind regards
Mario

--> Missatge original de Michel Graciano (michel.graciano@...) per a netcat@... enviat el 18/06/2009 20:44:32

#This module support was removed. To solve it, the module
#developer could try to fix it looking at <a
#href="http://www.netbeans.org/servlets/ReadMsg?listName=nbd
#ev&msgNo=44408
">http://www.netbeans.org/servlets/ReadMs
#g?listName=nbdev&msgNo=44408
</a><br>
#<br>I hope it will work for you. Regards<br><br><div
#class="gmail_quote">On Wed, Jun 17, 2009 at 6:26 PM, Mario
#Perez Madueno <span dir="ltr"><<a
#href="mailto:mperezma@..."
#target="_blank">mperezma@...</a>></span> wrote:<br>
#
#<blockquote class="gmail_quote" style="border-left: 1px
#solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex;
#padding-left: 1ex;">Hi, I tried to plug struts2 support
#module (<a href="https://nbstruts2support.dev.java.net"
#target="_blank">https://nbstruts2support.dev.java.net</a>)
#into nb67rc3 and I got this error message while restarting
#the IDE<br>
#
#
#<br>
#Warning - could not install some modules: Struts2 Support -
#The module named
#org.netbeans.modules.editor.deprecated.pre61completion/0
#was needed and not found.<br>
#<br>
#Will nb67 provide support for this fw?<br>
#<br>
#Thank you<br>
#<font color="#888888">Mario<br>
#</font></blockquote></div><br><br clear="all"><br>--
#<br>Michel Graciano<br>Summa Technologies do Brasil
#Ltda.<br><a href="http://www.michelgraciano.com"
#target="_blank">http://www.michelgraciano.com</a><br><a
#href="https://genesis.dev.java.net/"
#target="_blank">https://genesis.dev.java.net/</a><br>
#
#<a
#href="http://translatedfiles.netbeans.org/index_pt_BR.html"
#target="_blank">http://translatedfiles.netbeans.org/index_p
#t_BR.html
</a><br><a
#href="https://copypastehistory.dev.java.net/"
#target="_blank">https://copypastehistory.dev.java.net/</a><
#br>
#
#



<br><a href='http://www.netbeans.org' target='_blank'><img
src='http://www.netbeans.org/images/visual-guidelines/NB-logo-org-single.jpg'
alt='NetBeans IDE, the only IDE you need!'></a>



--
Michel Graciano
Summa Technologies do Brasil Ltda.
http://www.michelgraciano.com
https://genesis.dev.java.net/
http://translatedfiles.netbeans.org/index_pt_BR.html
https://copypastehistory.dev.java.net/