I could not get the latest cvs to build.

I had to cast (Enumeration) below
/org/apache/jetspeed/services/registry/RegistryUtils.java about line
113.

            //parameters
            //Enumeration en = parent.getParameterNames();
            Enumeration en = (Enumeration)parent.getParameterNames();

To get it to build.

Jeff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to