commons-codec version incompatiblity

2004-06-15 Thread Ryan Bloom
I am trying to get xmlrpc building, and I am running into problems with commons-codec 1.2. Basically, the problem is in calling Base64.encode and .decode. Essentially, the code 1.1 release had two encode and decode methods, one that accepted a byte[] and the other accepted an Object. In

Re: commons-codec version incompatiblity

2004-06-15 Thread Jochen Wiedmann
On Di, 2004-06-15 at 19:01, Ryan Bloom wrote: So, I have one option (which kind of sucks), I can cast the byte[] to an Object in the calls to encode/decode to retain compatibility between codec 1.1 and 1.2. Let it suck. :-) If you do that change, it will prevent a lot of hazzle and