On 8/19/01 12:49 PM, "Sanders" <[EMAIL PROTECTED]> wrote:

> Did you try 1 & 3 successfully.  If 1 & 2 work, and 1 & 3 work, and 1,2
> & 3 don't work, I would begin to wonder if it is not a bug in Digester.
> Can you test that?

1 & 2 work
1 & 3 work 
1 & 2 & 3 don't work

 
> Scott
> 
>>>> (1)
>>>> addObjectCreate("module", moduleClass);
>>>> addSetProperties("module");
>>>> addCallMethod("module/description", "setDescription", 0);
>>>> 
>>>> (2)
>>>> addCallMethod("module/cvs", "setRepositoryName", 1);
>>>> addCallParam("modules/cvs", 0, "repository");
> 
>>>> (3)
>>>> addCallMethod("module/cvs", "setCvsdir", 1);
>>>> addCallParam("modules/cvs", 0, "dir");

-- 

jvz.

Jason van Zyl

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons


Reply via email to