1.

How To Use Ant To Run Commandline Command? How To Get Perl Script Running Result?

Answer»

Use exec ant task.
Don't FORGET ant is pure Java. That is why ant is so useful, powerful and versatile. If you want ant RECEIVE unix command and RESULT, you must think Unix. So does in MS-Windows. Ant just HELPS you to automate the process.

Use exec ant task.
Don't forget ant is pure Java. That is why ant is so useful, powerful and versatile. If you want ant receive unix command and result, you must think Unix. So does in MS-Windows. Ant just helps you to automate the process.



Discussion

No Comment Found