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]
- Re: RegistryUtils.java does not compile? Jeff Marshall
- Re: RegistryUtils.java does not compile? Rapha�l Luta
