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 2004/01/30 11:04:35 UTC

cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java

cziegeler    2004/01/30 02:04:35

  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
                        Repeater.java
  Log:
  Make cocoon compilable again - please cross-check the change
  
  Revision  Changes    Path
  1.16      +10 -0     cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Repeater.java
  
  Index: Repeater.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel/Repeater.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Repeater.java	29 Dec 2003 06:14:49 -0000	1.15
  +++ Repeater.java	30 Jan 2004 10:04:35 -0000	1.16
  @@ -380,4 +380,14 @@
               throw new UnsupportedOperationException("Widget " + this.getFullyQualifiedId() + " doesn't handle events.");
           }
       }
  +
  +    /* (non-Javadoc)
  +     * @see org.apache.cocoon.woody.formmodel.ContainerWidget#getChildren()
  +     */
  +    public Iterator getChildren() {
  +        // TODO Auto-generated method stub to make this compile again
  +        return null;
  +    }
  +
  +    
   }
  
  
  

Re: cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java

Posted by Joerg Heinicke <jo...@gmx.de>.
I had a look, it was the Woody v2 stuff. So thanks for fixing, otherwise 
my Cocoon would have been broken today at work after the update :)

Joerg

On 30.01.2004 11:57, Carsten Ziegeler wrote:

> I got the problems when I udpated today.
> 
> Carsten
> 
> 
>>-----Original Message-----
>>From: Joerg Heinicke [mailto:joerg.heinicke@gmx.de]
>>
>>>cziegeler    2004/01/30 02:04:35
>>>
>>>  Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
>>>                        Repeater.java
>>>  Log:
>>>  Make cocoon compilable again - please cross-check the change
>>
>>Uh! I had no problems compiling Cocoon/Woody in the last days.
>>
>>Joerg

RE: cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
I got the problems when I udpated today.

Carsten

> -----Original Message-----
> From: Joerg Heinicke [mailto:joerg.heinicke@gmx.de]
> Sent: Friday, January 30, 2004 11:53 AM
> To: dev@cocoon.apache.org
> Subject: Re: cvs commit:
> cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel
> Repeater.java
> 
> 
> On 30.01.2004 11:04, cziegeler@apache.org wrote:
> 
> > cziegeler    2004/01/30 02:04:35
> > 
> >   Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
> >                         Repeater.java
> >   Log:
> >   Make cocoon compilable again - please cross-check the change
> 
> Uh! I had no problems compiling Cocoon/Woody in the last days.
> 
> Joerg
> 

Re: cvs commit: cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/formmodel Repeater.java

Posted by Joerg Heinicke <jo...@gmx.de>.
On 30.01.2004 11:04, cziegeler@apache.org wrote:

> cziegeler    2004/01/30 02:04:35
> 
>   Modified:    src/blocks/woody/java/org/apache/cocoon/woody/formmodel
>                         Repeater.java
>   Log:
>   Make cocoon compilable again - please cross-check the change

Uh! I had no problems compiling Cocoon/Woody in the last days.

Joerg