Hi Shawn, Shawn Lauzon a écrit :
I figured out that I needed to delete the xerces jar file from our lib directory,
When you say 'our lib directory', you mean the xwiki lib directory, aren't you ?
and after I did that it worked. But this is not at all obvious, and really for something that is stated "Should be used by first-time users.", it'll leave a very bad impression. I would just add it to the Instructions, but I'm not sure if that is good enough. Would it make sense to modify the build script to delete the xerces jar file when creating the Windows exe?
The build script already deletes these 3 files : xercesImpl.jar xml-apis.jar xmlParserAPIs-2.5.jar these files are found in the jetty 5.1.5 distribution, and will clash with XWiki provided jars, so they are removed during the exe construction. what is exactly the name of the jar file you had to remove ? may be a newly added jar file in XWiki lib clashes with a file present in Jetty distribution. regards, Seb.