Yeah, that's my mistake. I recently switched from eclipse to intellij and
didn't correctly configure my compatibility warnings. We'll just have to do
the usual try {UTF-8} and ignore the encoding exception.

On Fri, Aug 22, 2008 at 5:59 AM, Ian Boston <[EMAIL PROTECTED]> wrote:

> I think getBytes(charset) is a JDK 16 feature and later
> earlier it was getBytes(string)
>
> [INFO] Compilation failure
>
> /x1/home/ieb/shindig/trunk/java/gadgets/src/main/java/org/apache/shindig/gadgets/http/HttpResponse.java:[124,23]
> cannot find symbol
> symbol  : method getBytes(java.nio.charset.Charset)
> location: class java.lang.String
>
>
> I could go and fix by the commit was recent that there may be a fix in the
> pipeline.
>
> r687932 I think ?
> Ian
>
>

Reply via email to