[izpack-users] Fix for Automatic Installation ProcessPanel
David Ferrero
david.ferrero at zion.com
Mon Jun 12 23:08:12 CEST 2006
FYI:
in the 3.8.0 build.xml I pulled from CVS last week I found this:
<build-panel name="ProcessPanel">
<include name="com/izforge/izpack/panels/
ProcessPanel.java" />
<include name="com/izforge/izpack/panels/
ProcessPanelAutomationPanel.java" />
</build-panel>
ProcessPanelAutomationPanel.java doesn't exist...
I think it should be:
<build-panel name="ProcessPanel">
<include name="com/izforge/izpack/panels/
ProcessPanel.java" />
<include name="com/izforge/izpack/panels/
ProcessPanelAutomationHelper.java" />
</build-panel>
Using CVS log and diff, I pinpointed the error was introduced in
build.xml commit 1.94 back in May 2005.
cvs diff -u -r 1.93 -r 1.94 build.xml
- $Id: build.xml,v 1.93 2005/05/01 21:37:53 mchenryc Exp $
+ $Id: build.xml,v 1.94 2005/05/02 06:17:16 mchenryc Exp $
...
<build-panel name="ProcessPanel">
<include name="com/izforge/izpack/panels/
ProcessPanel.java"/>
+ <include name="com/izforge/izpack/panels/
ProcessPanelAutomationPanel.java"/>
</build-panel>
This was preventing the Automated installer from running my Process
jobs...
Am I the only one doing ProcessPanel in the Automated installer?
Seems like it's been broke over a year now...
Any comments are welcome...
Regards,
David
PS:
Here's my local change as shown below:
cvs diff -u build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/build.xml,v
retrieving revision 1.129
diff -u -u -r1.129 build.xml
--- build.xml 8 Apr 2006 10:34:13 -0000 1.129
+++ build.xml 12 Jun 2006 20:46:00 -0000
@@ -607,7 +607,7 @@
</build-panel>
<build-panel name="ProcessPanel">
<include name="com/izforge/izpack/panels/
ProcessPanel.java" />
- <include name="com/izforge/izpack/panels/
ProcessPanelAutomationPanel.java" />
+ <include name="com/izforge/izpack/panels/
ProcessPanelAutomationHelper.java" />
</build-panel>
<build-panel name="SudoPanel">
<include name="com/izforge/izpack/panels/
SudoPanel.java" />
On Jun 9, 2006, at 3:06 AM, Miraodb wrote:
> Hi David,
>
> I have the process panel in an automated install and it works fine.
> Could you post your config files please. We'll check it out.
>
> Cheers,
> Fabrice
>
> ----- Original Message -----
> From: "David Ferrero" <david.ferrero at zion.com>
> To: <izpack-users at berlios.de>
> Sent: Thursday, June 08, 2006 10:07 PM
> Subject: Re: [izpack-users] automatic installation doesn't run
> process panel
> ?
>
>
>> Hi Folks:
>>
>> I never saw an answer to this problem from January 2005. Does this
>> mean that process panel doesn't run for automated installations? How
>> can this be solved?
>>
>> - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20060612/835c556a/attachment.html
More information about the izpack-users
mailing list