You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/03/02 17:43:58 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/authoring DefaultCreator.java

michi       2004/03/02 08:43:58

  Modified:    src/java/org/apache/lenya/cms/authoring DefaultCreator.java
  Log:
  better hint added
  
  Revision  Changes    Path
  1.28      +2 -2      cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultCreator.java
  
  Index: DefaultCreator.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/authoring/DefaultCreator.java,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- DefaultCreator.java	1 Mar 2004 16:18:27 -0000	1.27
  +++ DefaultCreator.java	2 Mar 2004 16:43:58 -0000	1.28
  @@ -148,7 +148,7 @@
   
           File sampleFile = new File(doctypeSample);
           if (!sampleFile.exists()) {
  -            log.error("No such sample file: " + sampleFile);
  +            log.error("No such sample file: " + sampleFile + " Have you configured the sample within doctypes.xconf?");
               throw new FileNotFoundException("" + sampleFile);
           }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org