[izpack-users] Messages for AntActions are not displayed
    Stefan Wachter 
    Stefan.Wachter at gmx.de
       
    Tue Jun 20 12:19:20 CEST 2006
    
    
  
Hi all,
I have a setup with AntActions for various packs. There are messages 
defined for the AntActions but they are not displayed. This is what I 
have done (following the hints given in 
http://article.gmane.org/gmane.comp.java.izpack.user/269/match=antaction+messageid):
1. Define a the resource:
    <res id="CustomActionsLang.xml_deu" 
src="<somepath>/customActionsLang-deu.xml"/>
with the content:
    <langpack>
      <str id="AntAction.unpacking" txt="entpacke Daten (kann einige 
Minuten dauern)"/>
    </langpack>
2. Refer to that message in the AntAction:
            <antcall
              order="afterpack"
              verbose="no"
              buildfile="$INSTALL_PATH/izpack-buildfile.xml"
              logfile="$INSTALL_PATH/setup/ant-log.txt"
              messageid="AntAction.unpacking"
              >
              ...
            </antcall>
Can someone help me?
Regards,
--Stefan
    
    
More information about the izpack-users
mailing list