Developing Tomcat in NB
Dear Tomcat developers, I would like to let you now that we have recently ported Tomcat 6.0.13 environment into NetBeans IDE. You may wish to check it out: http://wiki.netbeans.org/wiki/view/NetbeansedTomcat If you are new to NB please go to netbeans.org for all information, tutorials and fun stuff. Now you can completely build, debug, profile Tomcat inside NB IDE and have access to all nifty features NB IDE provides to make developer's more productive and happy. You productivity may get a serious boost and you will learn a new stuff as well :-) I would greatly appreciate any feedback you may have about my project and any ideas on how to make it more useful for Tomcat community. Daria Titova NB Engineer. -- View this message in context: http://www.nabble.com/Developing-Tomcat-in-NB-tf3878243.html#a10989703 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Developing Tomcat in NB
Here is the link: http://www.netbeans.org/kb/articles/freeform-import.html#Chapter4 For customizing project's context menu you can do steps, which are described in section "Mapping Non-Standard Targets to IDE Actions", or manually edit your project.xml file to look like the following: ... ${ant.script} Start Tomcat start For more information on how to work with Ant script see Advanced Free-Form Project Configuration tutorial http://www.netbeans.org/kb/articles/freeform-config.html Johnny Kewl wrote: > > Hi Daria, > Could you point me at the documentation for NB6 that shows one how to > integrate the ant script with the project menu's... as you have done, > thanks > > -- View this message in context: http://www.nabble.com/Developing-Tomcat-in-NB-tf3878243.html#a11026091 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Developing Tomcat in NB
Here is the link: http://www.netbeans.org/kb/articles/freeform-import.html#Chapter4 For customizing project's context menu you can do steps, which are described in section "Mapping Non-Standard Targets to IDE Actions", or manually edit your project.xml file to look like the following: ... ${ant.script} Start Tomcat start For more information on how to work with Ant script see Advanced Free-Form Project Configuration tutorial http://www.netbeans.org/kb/articles/freeform-config.html Johnny Kewl wrote: > > Hi Daria, > Could you point me at the documentation for NB6 that shows one how to > integrate the ant script with the project menu's... as you have done, > thanks > > -- View this message in context: http://www.nabble.com/Developing-Tomcat-in-NB-tf3878243.html#a11026090 Sent from the Tomcat - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]