Hi Gathub,All libraries in DSpace should be maven projects, and archived as external files.
Maybe you can avoid this problem loooking at your local Maven store and putting the library there; each time you compile the libraries you should indicate the location manually.
Yours, Mireia Ribera Universitat de Barcelona En/na gathub ha escrit:
Please? Can anyone help me with this? gathub wrote:I am trying to add support for indexing PPT files in my DSpace. I saw http://www.mail-archive.com/[email protected]/msg00217.htmlthis 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 alib/ 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 addthis MediaFilter? Thanks
<<attachment: ribera.vcf>>
------------------------------------------------------------------------------ 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
