The GUI hangs at the end of sync (MacOS Leopard).
I have compiled (using Ant and Java 1.6) from CVS source and I got this runtime error:
Sep 16, 2009 11:56:51 AM org.apache.commons.vfs.VfsLog info
INFO: Using "/var/folders/fJ/fJ7+kySjE7SBcb4B2OtQIU+++TI/-Tmp-/vfs_cache" as temporary files store.
Starting JFileSync User Interface...
Exception in thread "Thread-3" java.lang.OutOfMemoryError: Java heap space
at com.sun.org.apache.xerces.internal.dom.AttributeMap.setNamedItem(AttributeMap.java:153)
at com.sun.org.apache.xerces.internal.dom.ElementImpl.setAttribute(ElementImpl.java:530)
at jfs.conf.JFSHistoryXML.store(JFSHistoryXML.java:144)
at jfs.conf.JFSHistory.store(JFSHistory.java:132)
at jfs.conf.JFSHistory.update(JFSHistory.java:273)
at jfs.conf.JFSHistoryManager.updateHistories(JFSHistoryManager.java:232)
at jfs.sync.JFSSynchronization.synchronize(JFSSynchronization.java:270)
at jfs.gui.JFSProgressView$2.run(JFSProgressView.java:424)