Using javax.swing.SwingWorker puts all the cloning work on an async thread. This means that when a PatchingFailedException is thrown by FileSystem.Copy, it isn't reported - infact, it looks like SwingWorker just goes ahead and calls 'done()'.
I *think* the solution to this is to introduce a method, reportException() to MultiInstall.java, and call it by a special argument to publish().
[5.1] SwingWorker stops exceptions being reported
Started by Orions_Stardom, Feb 11 2007 06:43 PM
1 reply to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











