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/10/24 14:31:53 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/bean OldCocoonBean.java

cziegeler    2003/10/24 05:31:53

  Modified:    src/java/org/apache/cocoon/bean OldCocoonBean.java
  Log:
  Adding method - also verbose is not used at all, but otherwise it doesn't compile
  
  Revision  Changes    Path
  1.3       +6 -1      cocoon-2.2/src/java/org/apache/cocoon/bean/OldCocoonBean.java
  
  Index: OldCocoonBean.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/bean/OldCocoonBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- OldCocoonBean.java	17 Oct 2003 22:05:14 -0000	1.2
  +++ OldCocoonBean.java	24 Oct 2003 12:31:53 -0000	1.3
  @@ -102,6 +102,7 @@
       private boolean followLinks = true;
       private boolean precompileOnly = false;
       private boolean confirmExtension = true;
  +    private boolean verbose = false;
       private String defaultFilename = Constants.INDEX_URI;
       private boolean brokenLinkGenerate = false;
       private String brokenLinkExtension = "";
  @@ -173,6 +174,10 @@
           this.brokenLinkGenerate = brokenLinkGenerate;
       }
   
  +    public void setVerbose(boolean verbose) {
  +        this.verbose = verbose;
  +    }
  +    
       public void setBrokenLinkExtension(String brokenLinkExtension) {
           this.brokenLinkExtension = brokenLinkExtension;
       }
  
  
  

Re: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/bean OldCocoonBean.java

Posted by Berin Loritsch <bl...@apache.org>.
Upayavira wrote:

> Upayavira wrote:
> 
>> cziegeler@apache.org wrote:
>>
>>> cziegeler    2003/10/24 05:31:53
>>>
>>>  Modified:    src/java/org/apache/cocoon/bean OldCocoonBean.java
>>>  Log:
>>>  Adding method - also verbose is not used at all, but otherwise it 
>>> doesn't compile
>>>  
>>>  
>>>
>>
>> Feel free to remove all references to 'verbose' in 2.2.
>>
>> Regards, Upayavira
> 
> 
> In fact, you can remove OldCocoonBean entirely, as it is now replaced by 
> BatchProcessingBean.

True.  I just haven't gotten a chance to migrate the Main class yet...


-- 

"They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety."
                 - Benjamin Franklin


Re: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/bean OldCocoonBean.java

Posted by Upayavira <uv...@upaya.co.uk>.
Upayavira wrote:

> cziegeler@apache.org wrote:
>
>> cziegeler    2003/10/24 05:31:53
>>
>>  Modified:    src/java/org/apache/cocoon/bean OldCocoonBean.java
>>  Log:
>>  Adding method - also verbose is not used at all, but otherwise it 
>> doesn't compile
>>  
>>  
>>
>
> Feel free to remove all references to 'verbose' in 2.2.
>
> Regards, Upayavira

In fact, you can remove OldCocoonBean entirely, as it is now replaced by 
BatchProcessingBean.

(It'll be a while before I'll be able to get up to speed on working with 
2.2.)

Regards, Upayavira




RE: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/bean OldCocoonBean.java

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Upayavira wrote:
> 
> cziegeler@apache.org wrote:
> 
> >cziegeler    2003/10/24 05:31:53
> >
> >  Modified:    src/java/org/apache/cocoon/bean OldCocoonBean.java
> >  Log:
> >  Adding method - also verbose is not used at all, but otherwise 
> it doesn't compile
> >  
> >  
> >
> 
> Feel free to remove all references to 'verbose' in 2.2.
> 
Done. Thanks for the info (I really like to delete stuff...)

Carsten

Re: cvs commit: cocoon-2.2/src/java/org/apache/cocoon/bean OldCocoonBean.java

Posted by Upayavira <uv...@upaya.co.uk>.
cziegeler@apache.org wrote:

>cziegeler    2003/10/24 05:31:53
>
>  Modified:    src/java/org/apache/cocoon/bean OldCocoonBean.java
>  Log:
>  Adding method - also verbose is not used at all, but otherwise it doesn't compile
>  
>  
>

Feel free to remove all references to 'verbose' in 2.2.

Regards, Upayavira