Hi,
I am new to Ant. I am using NetBeans 6 and I want to configure the Ant file to run these commands following my compilation right before NetBeans runs the program:
==========================
===
apt -d sample example/Calculator.java
java -cp sample example.Calculator
==========================
===
Can someone please help?
Thanks,
Pat
Start Free Trial