hi martin On 1/9/06, Martin Perez <[EMAIL PROTECTED]> wrote: > 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. >
I commited that textfilter but I don't have time to fix it right now, if this issue is still open I'll take a look at it tonight. Sorry for the loss of time. btw, it seems www.textmining.org site is no longer available, it is hacked!?. I think it will be impossible for new users who haven't downloaded the textminig binaries to build the textfilters project, probably we should remove the textminig dependency, WDYT? br, edgar > 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 > >