Y, that does for me, too. Huh. "mvn install" throws the exception.
-----Original Message----- From: Dominik Stadler [mailto:[email protected]] Sent: Thursday, January 07, 2016 2:33 PM To: POI Developers List <[email protected]> Subject: Re: help with 3.14-beta1 bundling within Tika Hi, How do you reproduce this? "mvn package" works for me on Windows. Dominik. On Thu, Jan 7, 2016 at 4:29 PM, Allison, Timothy B. <[email protected]> wrote: > Or, I should say...this is the branch that I'm using to work on this. > Tika-bundle is still having problems. :) > > -----Original Message----- > From: Allison, Timothy B. [mailto:[email protected]] > Sent: Wednesday, January 06, 2016 1:29 PM > To: POI Developers List <[email protected]> > Subject: RE: help with 3.14-beta1 bundling within Tika > > Working here: > > https://github.com/tballison/tika/tree/poi-3_14_beta1 > > > > -----Original Message----- > From: Allison, Timothy B. [mailto:[email protected]] > Sent: Wednesday, January 06, 2016 1:24 PM > To: POI Developers List <[email protected]> > Cc: [email protected] > Subject: RE: help with 3.14-beta1 bundling within Tika > > No problem at all! > > No luck with that modification. Hmm...still getting: > > > Unresolved constraint in bundle org.apache.tika.bundle [17]: Unable to > resolve 17.0: missing requirement [17.0] osgi.wiring.package; > (osgi.wiring.package=com.microsoft.schemas.office.powerpoint) > > > For kicks, I tried com.microsoft.schemas.*, but that, of course, was a > non-starter. > > Bob, any recommendations? > > -----Original Message----- > From: Andreas Beeker [mailto:[email protected]] > Sent: Wednesday, January 06, 2016 12:29 PM > To: POI Developers List <[email protected]> > Subject: Re: help with 3.14-beta1 bundling within Tika > > Hi Tim, > > sorry for dropping on that issue ... I've seen the Jira-Issue but > somehow forgot about it. > I've renamed the vendor specific packages with #58617, so they fit > better to the visio resources. > > Please try adding the following to tika-bundle\pom.xml: > schemasMicrosoftComOfficePowerpoint;resolution:=optional, > schemasMicrosoftComOfficeWord;resolution:=optional, > + com.microsoft.schemas;resolution:=optional, > > These should catch all schema files. > I guess, the above is recursive, otherwise you would need to add all > the sub-packages (...vml, ...office.excel, ...office.office, etc.) I > haven't tested it myself, as the full tika build wasn't working on my > machine and I haven't put effort in fixing it. > > Andi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] > >
