DO NOT REPLY [Bug 30053] New: - java.lang.ArrayIndexOutOfBoundsException when reading a certain word file

2004-07-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 30053] - java.lang.ArrayIndexOutOfBoundsException when reading a certain word file

2004-07-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30053. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Getting lots of /tmp/*.xls on Brutus

2004-07-12 Thread Rainer Klute
Am So, den 11.07.2004 schrieb [EMAIL PROTECTED] um 8:23: It is deliberately this way. You need to delete the unit tests after running the test target. They are left there because how the heck could yo= u test if the files where valid otherwise? You could compare the generated files with

Re: Getting lots of /tmp/*.xls on Brutus

2004-07-12 Thread Adam R. B. Jack
Did my suggestion of : http://java.sun.com/j2se/1.3/docs/api/java/io/File.html#createTempFile(java.lang.String,%20java.lang.String,%20java.io.File) Make it to this list? If you could pass a third parameter of './tmp' or './test/tmp' or something, then Gump would automatically clean up. Also,