You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2004/11/26 14:58:26 UTC

cvs commit: ant/src/main/org/apache/tools/ant/types XMLCatalog.java

stevel      2004/11/26 05:58:26

  Modified:    src/main/org/apache/tools/ant/types XMLCatalog.java
  Log:
  changed error message to explain what was missing.
  
  Revision  Changes    Path
  1.42      +1 -1      ant/src/main/org/apache/tools/ant/types/XMLCatalog.java
  
  Index: XMLCatalog.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/XMLCatalog.java,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XMLCatalog.java	5 Nov 2004 15:13:32 -0000	1.41
  +++ XMLCatalog.java	26 Nov 2004 13:58:26 -0000	1.42
  @@ -539,7 +539,7 @@
                   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);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org