Re: #include like facility
Posted By:
Erik_Hatcher
Posted On:
Tuesday, June 25, 2002 07:28 PM
There is a task in Ant 1.5 that would do the trick.
Re: #include like facility
Posted By:
Roseanne_Zhang
Posted On:
Tuesday, June 25, 2002 05:02 PM
Write a small customized ant task will easily accomplish your goal. Remember, ant tasks are just a Java program with an excute() method. It is a lot easier than you write a shell script. It will be platform independent and a lot easier to maintain too.