I am using <zip> and <zipfileset> for zipping the files
File system contains file name abc.txtand if my ant script contains file name Abc.txt the script does not pick up this file instead complains file Abc.txt not found
Any idea how I can over come this?
Perhaps you can use the
casesensitiveattribute of FileSet and by extension ZipFileSet to meet your requirement. This istrueby default.