Re: [NAnt-users] how to reduce build file

2009-03-11 Thread Bob Archer
Sure, just create a separate build file with your fileset and include it into your main script. BOb >I have a lot of different copy tasks.many files include in fileset > make my build file become large and not easy to maintain.May I include > fileset file into my buildfile or separate ta

[NAnt-users] how to reduce build file

2009-03-11 Thread netvampire.tw
Dear I have a lot of different copy tasks.many files include in fileset make my build file become large and not easy to maintain.May I include fileset file into my buildfile or separate task into other file? best regards, EdwinTai