[izpack-devel] Automation fixes
    Miraodb 
    miraodb at hotmail.com
       
    Thu Jun 15 14:20:08 CEST 2006
    
    
  
Thanks oliver,
I'll test and apply the patch once checked.
Fabrice.
----- Original Message ----- 
From: "Oliver Kiddle" <okiddle at yahoo.co.uk>
To: <izpack-devel at lists.berlios.de>
Sent: Thursday, June 15, 2006 2:06 PM
Subject: [izpack-devel] Automation fixes
> With the latest code from subversion, I get a compile error for the
> ProcessPanelAutomationHelper. It looks like it was introduced with the
> recent automation fixes. I've attached a patch to fix the problem.
>
> Oliver
>
> Send instant messages to your online friends http://uk.messenger.yahoo.com
----------------------------------------------------------------------------
----
> Index: src/lib/com/izforge/izpack/panels/ProcessPanelAutomationHelper.java
> ===================================================================
> --- src/lib/com/izforge/izpack/panels/ProcessPanelAutomationHelper.java
(revision 1444)
> +++ src/lib/com/izforge/izpack/panels/ProcessPanelAutomationHelper.java
(working copy)
> @@ -72,7 +72,7 @@
>
>              worker.run();
>
> -            return this.worker.getResult();
> +            return worker.getResult();
>          }
>          catch (IOException e)
>          {
>
    
    
More information about the izpack-devel
mailing list