[xmlhammer-user] A couple of bugs
Brought to you by:
edankert
From: Miguel <mla...@we...> - 2008-03-04 12:07:01
|
Hi Edwin, Your tool has come very handy for validating a set of documents. I wanted to notify two bugs I have found: - I could not make the application work on Linux. If you run it from the command line "java -jar xmlhammer-1.0-rc-3.jar" or "java -Xmx64M -Djava.endorsed.dirs=lib -jar xmlhammer-1.0-rc-3.jar, it only shows this output (no windows): $ log4j:WARN No appenders could be found for logger (org.xmlhammer.gui.XMLHammer). $ log4j:WARN Please initialize the log4j system properly and stays like that. That happens with the IBM JDK [1.5] and SUN JDK [1.6]. - XMLHammer crashes (loop) when a project is saved with a filename without extension. It does not work later unless the .xmlhammer folder (located in Users/YourUser) is deleted. - XML files must be saved with Windows lineendings (CR+LF) to be detected properly. Greets. |