Hi, first of all thanks for this first release of Webdav-sync.

Has anybody successfully run it on Windows XP (SP2)?
I use Apache 2.0.59 and JRE 1.6.0_05-b13.

I tried:

java - jar webdav_sync1_0b1.jar http://www.mydomain.com/upload/prueba/ g:\misdocs\prueba

But get the following exception:

Exception in thread "main" java.lang.RuntimeException: org.xml.sax.SAXParseExcep
tion: White spaces are required between publicId and systemId.
        at be.re.webdav.Util.getPreconditionMessage(Util.java:96)
        at be.re.webdav.Util.throwPrecondition(Util.java:528)
        at be.re.webdav.Util.throwException(Util.java:496)
        at be.re.webdav.cmd.Sync.getTree(Sync.java:158)
        at be.re.webdav.cmd.Sync.sync(Sync.java:313)
        at be.re.webdav.cmd.Sync.main(Sync.java:212)
Caused by: org.xml.sax.SAXParseException: White spaces are required between publ
icId and systemId.
        at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown So
urce)
        at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unk
nown Source)
        at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
        at be.re.webdav.Client$Response.createDocument(Client.java:2019)
        at be.re.webdav.Util.getPreconditionMessage(Util.java:86)
        ... 5 more