I am trying to add support for indexing PPT files in my DSpace.  I saw 
http://www.mail-archive.com/[email protected]/msg00217.html
this thread  which provided a class to implement it, which uses the Apache
Jakarta POI project to read the PPT files.  I added the PPTFilter.java file
to my src/ directory to rebuild the application.  However, when I run 'mvn
package', it throws the following error message:

/home/dspace/dspace-1.5.2-release/dspace/modules/jspui/src/main/java/org/dspace/app/mediafilter/PPTFilter.java:[6,36]
package org.apache.poi.hslf.extractor does not exist

/home/dspace/dspace-1.5.2-release/dspace/modules/jspui/src/main/java/org/dspace/app/mediafilter/PPTFilter.java:[35,35]
cannot find symbol
symbol  : class PowerPointExtractor
location: class org.dspace.app.mediafilter.PPTFilter

The thread mentioned that I needed to add the POI jar files to my lib/
directory, but I am not sure where that is exactly.  I tried creating a lib/
in my [dspace-src] and putting them there, but I still get the error.  Could
anyone tell me exactly where I would need to put these files to add this
MediaFilter?

Thanks
-- 
View this message in context: 
http://www.nabble.com/Trying-to-add-PowerPoint-media-filter-tp25776487p25776487.html
Sent from the DSpace - Devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to