You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/11/06 17:23:42 UTC

cvs commit: cocoon-2.1/src/blocks/mail/mocks/javax/mail Folder.java

cziegeler    2003/11/06 08:23:42

  Modified:    src/blocks/mail/samples samples.xml
               src/blocks/mail/mocks/javax/mail Folder.java
  Log:
  Applying patch for NoSuchMethodException from kutzi@gmx.de (Christoph Kutzinski)
  Fixing bug 24458
  
  Revision  Changes    Path
  1.2       +3 -2      cocoon-2.1/src/blocks/mail/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/mail/samples/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	17 Apr 2003 20:38:40 -0000	1.1
  +++ samples.xml	6 Nov 2003 16:23:41 -0000	1.2
  @@ -6,7 +6,8 @@
   
     <group name="Sendmail">
        <note>
  -       You need to have SMTP up and running on the server for this.
  +       You need to have SMTP up and running on the server for this and propably
  +       you have to put a mail.jar in your WEB-INF/lib directory.
        </note>
        <sample name="Action documentation" href="/docs/userdocs/actions/sendmail-action.html">
          Documentation for the Sendmail action component.
  
  
  
  1.3       +2 -2      cocoon-2.1/src/blocks/mail/mocks/javax/mail/Folder.java
  
  Index: Folder.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/mail/mocks/javax/mail/Folder.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Folder.java	17 Oct 2003 18:10:31 -0000	1.2
  +++ Folder.java	6 Nov 2003 16:23:41 -0000	1.3
  @@ -53,7 +53,7 @@
           throw new NoSuchMethodError("This is a mock object");
       }
       
  -    public String getURLName() {
  +    public URLName getURLName() {
           throw new NoSuchMethodError("This is a mock object");
       }