[izpack-devel] standalone-compiler.jar - no access to ProcessPanel class

Marius Nicolae mariusn007 at gmail.com
Wed Jul 4 12:03:02 CEST 2007


Hi,

I am using standalone-compiler.jar and ant to build my installer. I
have a ProcessPanel that executes a class passing it some parameters.
The class has a run method that receives an AbstractUIProcessHandler
and the list of parameters. I would like to display some information
on the ProcessPanel so I am using
AbstractUIProcessHandler.logOutput().

The problem is that I would like to have acces to the langpack in
order to internationalize my messages. The actual handler is of the
type com.izforge.izpack.panels.ProcessPanel (which implements
AbstractUIProcessHandler). Now, if I could convert the handler to
com.izforge.izpack.panels.ProcessPanel then the problem would be
solved because from here I would acces parent.langpack.getString

The problem is that ProcessPanel is located inside
bin/panels/ProcessPanel.jar which is located under
standalone-compiler.jar. Is there any way to have acces to
com.izforge.izpack.panels.ProcessPanel ?

Best regards,
Marius Nicolae



More information about the izpack-devel mailing list