rash icon indicating copy to clipboard operation
rash copied to clipboard

how to run docx2rash ?

Open VladimirAlexiev opened this issue 7 years ago • 3 comments

Following https://github.com/essepuntato/rash/tree/master/tools/docx2rash I get: ERROR: Resource not found "from-docx.xsl" The file is present in the jar (in xslt/) but cannot be located?

VladimirAlexiev avatar Aug 25 '17 14:08 VladimirAlexiev

Hi @VladimirAlexiev

Thanks for your message, I'll try to check what does not work. Just tried on my local machine (an iMac) and I have a similar problem (I've got a "URI is not hierarchical" message). Funnily enough, it works correctly on another Mac I have and on Linux (Ubuntu 14).

Can I ask you what is the configuration from where you have run the tool (computer, operating system, etc.)?

essepuntato avatar Sep 05 '17 10:09 essepuntato

Windows 7, Cygwin, java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

VladimirAlexiev avatar Sep 07 '17 07:09 VladimirAlexiev

@essepuntato i have the same exact issue. I tried with the command

D:\Download\rash\tools\docx2rash\bin> java -jar docx2rash.jar -i f.docx -o testout/

But the output was ERROR: Resource not found "from-docx.xsl"

Tested on Windows 10 with java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)

MaurizioRicci avatar Feb 18 '19 10:02 MaurizioRicci