While compiling java source files, it will scan recursively for the source 
files in a given directory. If we don\'t want to compile subfolders, we have to 
specifically mention them by using <exclude> task.
But as the numbers of subfolders are large, it will be difficult to mention 
them exclusively.Is there any attribute or element in <javac> task to 
compile only the files in a folder not in thesubdirectories?

Reply via email to