Re: Copying the contents of all the files in one directory to a single file
Hi, Please read the manual, http://ant.apache.org/manual/CoreTasks/concat.html Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Copying the contents of all the files in one directory to a single file
Actually i need to copy the contents of all the javascript files which reside in scripts directory into one common.js file in the same directory.. Like appending all the files into common.js.. The same way i need to do all the .css files also to a common.css file.. Can anyone suggest a way to ac