|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
/* |
|
|
|
* The Apache Software License, Version 1.1 |
|
|
|
* |
|
|
|
* Copyright (c) 2001-2003 The Apache Software Foundation. All rights |
|
|
|
* Copyright (c) 2001-2004 The Apache Software Foundation. All rights |
|
|
|
* reserved. |
|
|
|
* |
|
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
|
@@ -469,6 +469,7 @@ public class JspC extends MatchingTask { |
|
|
|
|
|
|
|
log("Compiling " + compileList.size() + " source file" |
|
|
|
+ (compileList.size() == 1 ? "" : "s") |
|
|
|
+ " to " |
|
|
|
+ dest); |
|
|
|
doCompilation(compiler); |
|
|
|
|
|
|
|
|