Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is partially documented in  httphttps://izpack.org/documentation/panels.html#processpanel  DOES THIS NEED TO BE ADDED TO THE VERSION 5 DOCS?.atlassian.net/wiki/display/IZPACK/Process+Panel  

...

Code Block
languagehtml/xml
titleProcessPanel.Spec.xml
<processing>
  <logfiledir>$INSTALL_PATH</logfiledir>
  <job name="setup">
    <executeclass name="org.callimachusproject.HelloWorld">
		<arg>${someVariable}</arg>
	</executeclass>
  </job>
  <onFail previous="true" next="false" />
  <onSuccess previous="false" next="true" />
</processing>

...