AW: AW: [izpack-users] AW: Process user input
Klaus Bartz
bartzkau at gmx.net
Fri Mar 10 16:38:14 CET 2006
Hi Klaus,
see context related...
Cheers
Klaus
Am 10.03.2006, 15:18 Uhr, schrieb Klaus <klaus at vommond.de>:
>
>
> -----Ursprüngliche Nachricht-----
> Von: Klaus [mailto:klaus at vommond.de]
> Gesendet: Freitag, 10. März 2006 15:19
> An: 'izpack-users at berlios.de'
> Betreff: AW: AW: [izpack-users] AW: Process user input
>
> Hi Klaus,
>
> Thanks for the quick response. Could you give me a hint, how to comile my
> own Listener? Looking into the build.xml a saw a makro <macrodef
> name="build-installer-listener">..</makro>. Do I only have to change the
> name etc? How do I cal this marko? In the doku stands something about an
> atncall, but every time I try to insert this into the build xml, it won't
> compile.
Uups, docu is not actual; someone has changed the ant script from anttasks
to macros. See line 732ff of build.xml where are the current macro calls
for
the existent custom actions.
For you I think it should be
<build-installer-listener name="MyDingsBumsInstallerListener">
<include
name="src/lib/herbie/install/MyDingsBumsInstallerListener.java" />
</build-installer-listener>
if you have the line
package src.lib.herbie.install;
at beginning of your source file.
You know, the source should then be placed in
%IzHome%\src\lib\src\lib\herbie\install
Not a common package path...
If there are dependencies do not forget to include all source files; e.g.
see
RegistryInstallerListener
>
> My Listerner is in the package src/lib/herbie/install
>
<snip>
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/
More information about the izpack-users
mailing list