Gump Issue: POI

2003-10-17 Thread Adam R. B. Jack
Folks, FYI, I hope this helps. regards Adam --- 1) [REL_2_BRANCH] http://gump.dotnot.org/jakarta-poi/jakarta-poi.html Error Failed with reason missing build outputs Error Missing Output: /var/gump/jakarta-poi/build/di

Getting lots of /tmp/*.xls on Brutus

2004-07-08 Thread Adam R. B. Jack
My local (work) Gump that builds a really small subset of the Gump stack (and then my code) started dying w/ lack of disk space. We found that we were getting a full /tmp, and then I saw that Brutus has a similar issue. [EMAIL PROTECTED]:~$ wc /tmp/*.xls -bash: /usr/bin/wc: Argument list too long

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

2004-07-09 Thread Adam R. B. Jack
> In any case, the files > are created in the system temp directory, using the java > File.createTempFile method call. I dont know if that is something that > can be controlled by setting environment variables. Does JDK 1.3+ cover POI users? http://java.sun.com/j2se/1.3/docs/api/java/io/File.htm

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, woul