[izpack-users] errors creating teste.jar
thyago guimaraes
thyago_guimaraes at yahoo.com.br
Mon Apr 17 15:40:36 CEST 2006
Hi, errors creating install teste.jar
ERROR:
"could not create shortcut instance
java.lang.Exception: error loading library
java.lang.exception: can't locate library"
install.xml
##############
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<installation version="1.0">
<info>
<appname>Teste</appname>
<appversion>Teste 2006-04-16</appversion>
<authors>
<author name="Teste" email="support at yourhost.com" />
</authors>
<url>http:\\www.teste.com.br</url>
</info>
<guiprefs width="800" height="600" resizable="yes">
<laf name="liquid">
<os family="windows" />
</laf>
<modifier key="useFlags" value="yes" />
<modifier key="langDisplayType" value="native" />
</guiprefs>
<locale>
<langpack iso3="por"/>
</locale>
<resources>
<res src="teste.ico" id="installer.langsel.img"/>
<res id="LicencePanel.licence" src="Licence.txt"/>
<res id="InfoPanel.info" src="Readme.txt"/>
<res id="shortcutSpec.xml" src="myshortcutspec.xml" />
</resources>
<panels>
<panel classname="HelloPanel"/>
<panel classname="InfoPanel"/>
<panel classname="LicencePanel"/>
<panel classname="TargetPanel"/>
<panel classname="SummaryPanel"/>
<panel classname="InstallPanel"/>
<panel classname="ShortcutPanel"/>
<panel classname="FinishPanel"/>
</panels>
<listeners>
<listener installer="SummaryLoggerInstallerListener"/>
<listener installer="RegistryInstallerListener" uninstaller="RegistryUninstallerListener">
<os family="windows"/>
</listener>
</listeners>
<packs>
<pack name="Base" required="yes">
<description>The base files</description>
<file src="Readme.txt" targetdir="$INSTALL_PATH"/>
<file src="Licence.txt" targetdir="$INSTALL_PATH"/>
<file src="script.bat" targetdir="$INSTALL_PATH"/>
<parsable targetfile="$INSTALL_PATH/script.bat"/>
</pack>
<pack name="Docs" required="no">
<description>The documentation</description>
<file src="doc" targetdir="$INSTALL_PATH"/>
</pack>
</packs>
</installation>
#####################
And myshortcutspec.xml
#####################
<shortcuts>
<skipIfNotSupported/>
<programGroup defaultName="teste"
location="applications/startMenu"/>
<shortcut os="windows" name="Teste"
target="$INSTALL_PATH\script.bat" commandLine=""
workingDirectory="$INSTALL_PATH\batch\" description="Launch Client"
iconFile="$INSTALL_PATH\teste.ico" iconIndex="0"
initialState="normal"
programGroup="yes" desktop="yes" applications="yes" startMenu="yes" startup="yes">
<createForPack name="Teste"/>
</shortcut>
</shortcuts>
##############
Somebody can help me?
---------------------------------
Yahoo! doce lar. Faça do Yahoo! sua homepage.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20060417/39f23c1d/attachment.html
More information about the izpack-users
mailing list