not everyone knows how...
On windows (w/o cygwin):
Start->Search->Files Or Folders
set the dir to your POI source dir
set the text string to "creating "

on unix (or windows w/cygwin):
cd to your poi source dir
find . -name *.java -exec grep -H '"creating "' '{}' ';'

Don't forget the -H or it won't give you the file name.
however I suspect this is a result of logging being turned on... I'd think if
we'd have left that on as a sys.out someone would have reported it by now... I could be wrong, but I'd guess............

-Andy


[EMAIL PROTECTED] wrote:

uh...yeah doing a global search for "creating " and then commenting out that
one line
would sure be a huge hassle. Almost as much as writing that email you just
sent ;)

-Chris





Jim Cobban <[EMAIL PROTECTED]> on 01/08/2003 12:10:26 PM

Please respond to POI Users List <[EMAIL PROTECTED]>; Please
respond to Jim Cobban <[EMAIL PROTECTED]>

To: POI Users List <[EMAIL PROTECTED]>
cc:
Subject: Re: Problem running HSSF eventmodel on multiple spreadsheets



----- Original Message -----
From: "Vikas Pathak" <[EMAIL PROTECTED]>
Subject: Re: Problem running HSSF eventmodel on multiple spreadsheets



Use the latest version jakarta-poi-1.8.0-dev-20020919.jar.It will work

fine.

I tried using that version, my program gets nowhere because System.out is
flooded with messages of the form:

creating 253
creating 253
creating 189
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 189
creating 253
creating 253
creating 253
creating 253
creating 189
creating 253
creating 189
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 189
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 253
creating 189
...

I did not issue those messages, and I'll be damned if I am going to search
through all of the source code to find out who is issuing them. But so much
time is spent generating those messages that the work I have asked POI to do
never gets done.


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>








--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>





--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to