Re: java.nio.BufferOverflowException in junit task

2005-10-26 Thread Tim Meals
Mikael -- Try running with LANG=en_US.UTF-8, if possible. Other languages might work as well, or try a different JDK. I came across the BufferOverflowException when working with large ZIP files. Some Googling turned up a closed bug with the Sun JVM. Setting LANG is a workaround, or upgrad

RE: java.nio.BufferOverflowException in junit task

2005-10-26 Thread Remo Liechti
Hi Are you sure that this error does not happen in the junit test or even in the junit framework? You may can check this while running these junit tests in Eclipse. If the error still occures, it is a junit problem. If not, it is a Ant problem. Remo > -Original Message- > From: Mikael P