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?

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");

Reply via email to