Re: Tomcat 7 build is broken on a local PC

2013-09-12 Thread Mark Thomas
On 12/09/2013 09:00, Mark Thomas wrote: > On 12/09/2013 08:55, Violeta Georgieva wrote: >> Hi, >> >> Although I can see that the central build is OK, I cannot build tomcat 7 >> trunk. >> >> The new class org.apache.tomcat.util.buf.Utf8Encoder >> uses java.nio.charset.StandardCharsets which is avail

Re: Tomcat 7 build is broken on a local PC

2013-09-12 Thread Mark Thomas
On 12/09/2013 08:55, Violeta Georgieva wrote: > Hi, > > Although I can see that the central build is OK, I cannot build tomcat 7 > trunk. > > The new class org.apache.tomcat.util.buf.Utf8Encoder > uses java.nio.charset.StandardCharsets which is available only in java 7. > > Do you have such prob

Tomcat 7 build is broken on a local PC

2013-09-12 Thread Violeta Georgieva
Hi, Although I can see that the central build is OK, I cannot build tomcat 7 trunk. The new class org.apache.tomcat.util.buf.Utf8Encoder uses java.nio.charset.StandardCharsets which is available only in java 7. Do you have such problems? Thanks Violeta