Browse Source

changed error message to explain what was missing.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277082 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
4ea37cc30e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/XMLCatalog.java

+ 1
- 1
src/main/org/apache/tools/ant/types/XMLCatalog.java View File

@@ -539,7 +539,7 @@ public class XMLCatalog extends DataType
catalogResolver = new InternalResolver();
if (getCatalogPath() != null
&& getCatalogPath().list().length != 0) {
log("Warning: catalogpath listing external catalogs"
log("Warning: XML resolver not found; external catalogs"
+ " will be ignored", Project.MSG_WARN);
}
log("Failed to load Apache resolver: " + ex, Project.MSG_DEBUG);


Loading…
Cancel
Save