tags:

views:

26

answers:

2

I wanted to run some Ant scripts from a build.xml in my PHP project. This post and link talk about a Ant plugin but i cannot find it in NB 6.8.

Update & Closed

The only way i found to get the Run Target contextual menu is to copy a build.xml from a Java project.

+1  A: 

The Ant module (if not installed by default) can be retrieved using Tools > Plugins > Available Plugins.

Daniel Egeberg
+1  A: 

The Ant module is propably already included in your installation (if you choose java, j2ee or "all"). Write a build.xml File and try to open it (dont edit but expand the tree) in the File view instead of the project view.

tweber