Bonjour,
j'utilise ant pour créer une archive TAR, j'ai l'erreur suivante pour des grosses archive

java.io.IOException: request to write '8192' bytes exceeds size in header of '1073742336' bytes
La méthode write de TarOutputStream lève l'exception,
This method is aware of the current entry and will throw an exception if you attempt to write bytes past the length specified for the current entry
Comment puis-je faire pour contourner le probleme , modifer la taille du current entry ???
Merci de votre aide