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/01/13 18:30:30 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/publishing PublishingEnvironment.java

michi       2004/01/13 09:30:30

  Modified:    src/java/org/apache/lenya/cms/publishing
                        PublishingEnvironment.java
  Log:
  Warning prettified
  
  Revision  Changes    Path
  1.23      +4 -4      cocoon-lenya/src/java/org/apache/lenya/cms/publishing/PublishingEnvironment.java
  
  Index: PublishingEnvironment.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/publishing/PublishingEnvironment.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- PublishingEnvironment.java	23 Jul 2003 13:21:09 -0000	1.22
  +++ PublishingEnvironment.java	13 Jan 2004 17:30:30 -0000	1.23
  @@ -1,5 +1,4 @@
   /*
  -$Id$
   <License>
   
    ============================================================================
  @@ -67,8 +66,9 @@
   /**
    * DOCUMENT ME!
    *
  - * @author ah
  + * @author Andreas Hartmann
    * @author Michael Wechner
  + * @version $Id$
    */
   public class PublishingEnvironment implements Configurable {
       private static Category log = Category.getInstance(PublishingEnvironment.class);
  @@ -124,9 +124,9 @@
               configure(configuration);
           } catch (Exception e) {
               log.warn(
  -                "Did not load publishing configuration from publication.xconf (file is missing). " +
  +                "Did not load publishing configuration from publisher.xconf (No such file or directory: " + configurationFile  + "). " +
                   "That means you can't access all PublishingEnvironment parameters and you should only " +
  -                "use the AntTask.");
  +                "use the AntTask. But don't panic, this file has been DEPRECATED.");
           }
       }
   
  
  
  

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