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:
<context-menu>
...
<ide-action name="clean"/>
<ide-action name="rebuild"/>
<action>
<script>${ant.script}</script>
<label>Start Tomcat</label>
<target>start</target>
</action>
....
</context-menu>
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]