PeterMmm
PeterMmm

Reputation: 24630

How to run some Ant tasks in PHP project in Netbeans 6.8

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.

Upvotes: 0

Views: 815

Answers (2)

towe75
towe75

Reputation: 1470

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.

Upvotes: 1

Daniel Egeberg
Daniel Egeberg

Reputation: 8382

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

Upvotes: 1

Related Questions