Hi
Martin Perez wrote:
I haven't
found a better alternative to extract text from word files.
I've just realized that the textmining jar file is on ibiblio, so I
think there's no problem to use it even when its site is down
br,
edgar
Kind regards,
Martin
On 1/9/06, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
Hi Martin,
I think your proposal makes sense. If noone objects, I will remove the
dependency to commons-logging.
regards
marcel
Martin Perez wrote:
Hi.
I was getting an exception on my application and it really took me a
very
long time to figure what was happening. MsPowerPointTextFilter is
requiring
commons-logging to work, and I did not had that .jar file on my
classpath.
The constructor, needs that library to work, and so if you don't have
that
library an InvocationTargetException is thrown.
My proposal is to remove that commons-logging dependency. I don't know
why
that text filter is doing logging (only one message to print an error),
and
why requires logging, when all the other filters are throwing up a
RepositoryException with embedded information.
Kind regards,
Martin