Page 1 of 1

docx4all feedback

PostPosted: Fri Jan 31, 2014 7:46 pm
by kostek
I fail to start it from browser.
So, I download all jar from http://dev.plutext.org/docx4all/application/launch.jnlp to lib folder
and start it with command line
java -Xms128m -Xmx1024m -Xss1024K -classpath ".;lib\*;" org.docx4all.ui.main.WordMLEditor

It started and i can edit document
when I click Open it hangs and no response
only two rows in log:
WebdavFileNameParser: tester@public0902:tester
WebdavFileNameParser: tester%40public0902:tester

Is it bug? Do I need some additional environment variables?
win7. jdk 1.6.24

Re: docx4all feedback

PostPosted: Mon Feb 10, 2014 11:18 am
by jason
Sorry for the delay in replying...

By default it'll store/retrieve files to/from a WebDAV server.

You can change that in WordMLEditor.properties, see line 58 at

https://github.com/plutext/docx4all/blo ... properties

I've just put the source code on GitHub.

It needs to be shown some love .. a start would be to use current docx4j 3.0.1, instead of 2.7.1

The code uses vfsjfilechooser for WebDav operations; these days I'd probably use:

<dependency>
<groupId>com.github.lookfirst</groupId>
<artifactId>sardine</artifactId>
<version>5.0</version>
</dependency>