|
|
|
@@ -130,7 +130,8 @@ public class DotnetBaseMatchingTask extends MatchingTask { |
|
|
|
*/ |
|
|
|
protected void addFilesToCommand(Hashtable filesToBuild, NetCommand command) { |
|
|
|
int count = filesToBuild.size(); |
|
|
|
log("compiling " + count + " file" + ((count == 1) ? "" : "s")); |
|
|
|
log("compiling " + count + " file" + ((count == 1) ? "" : "s"), |
|
|
|
Project.MSG_VERBOSE); |
|
|
|
Enumeration files = filesToBuild.elements(); |
|
|
|
while (files.hasMoreElements()) { |
|
|
|
File file = (File) files.nextElement(); |
|
|
|
|