[izpack-users] Re: izpack-users digest, Vol 1 #634 - 1 msg
sagar shah
sagarbs at gmail.com
Tue Apr 18 13:26:51 CEST 2006
Hi Thyago,
U have not included the <native>ShellLink.dll</native> tag in ur install.xml.
Include that at the end of your <packs> tag. Try with that. If you are using
Izpack Registry enabled version then please see the
IzPack-install-reg.xmlfile which is under IzPackReg/src/dist-files/
directory.
Bye.
Sagar.
On 4/18/06, izpack-users-request at berlios.de <izpack-users-request at berlios.de>
wrote:
>
> Send izpack-users mailing list submissions to
> izpack-users at lists.berlios.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.berlios.de/mailman/listinfo/izpack-users
> or, via email, send a message with subject or body 'help' to
> izpack-users-request at lists.berlios.de
>
> You can reach the person managing the list at
> izpack-users-admin at lists.berlios.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of izpack-users digest..."
>
>
> Today's Topics:
>
> 1. errors creating teste.jar (thyago guimaraes)
>
> --__--__--
>
> Message: 1
> Date: Mon, 17 Apr 2006 10:40:36 -0300 (ART)
> From: thyago guimaraes <thyago_guimaraes at yahoo.com.br>
> To: izpack-users at berlios.de
> Subject: [izpack-users] errors creating teste.jar
> Reply-To: izpack-users at lists.berlios.de
>
> --0-1523197186-1145281236=:55957
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> 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.
> --0-1523197186-1145281236=:55957
> Content-Type: text/html; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> Hi, errors creating install teste.jar<br>ERROR:<br>"could not create
> shortcut instance<br>java.lang.Exception: error loading library<br>
> java.lang.exception: can't locate library"<br><br><br>install.xml<br>##############<br><?xml
> version="1.0" encoding="iso-8859-1" standalone="yes"
> ?><br><installation version="1.0"><br>
> <info><br>
> <appname>Teste</appname><br>
> <appversion>Teste
> 2006-04-16</appversion><br>
> <authors><br> <author
> name="Teste" email="support at yourhost.com"
> /><br>
> </authors><br>
> <url>http:\\www.teste.com.br</url><br>
> </info><br> <guiprefs width="800" height="600"
> resizable="yes"><br> <laf
> name="liquid"><br> <os
> family="windows" /><br>
> </laf><br> <modifier key="useFlags"
> value="yes" /><br> <modifier
> key="langDisplayType" value="native" /><br>
> </guiprefs><br>
> <locale><br> <langpack
> iso3="por"/><br>
> </locale> <br>
> <resources><br> <res src="teste.ico" id="
> installer.langsel.img"/><br> <res id="
> LicencePanel.licence" src="Licence.txt"/><br> <res
> id="InfoPanel.info" src="Readme.txt"/><br> <res
> id="shortcutSpec.xml" src="myshortcutspec.xml" /><br>
> </resources><br>
> <panels><br> <panel
> classname="HelloPanel"/><br>
> <panel
> classname="InfoPanel"/><br>
> <panel
> classname="LicencePanel"/><br>
> <panel
> classname="TargetPanel"/> <br>
> <panel
> classname="SummaryPanel"/><br>
> <panel
> classname="InstallPanel"/><br>
> <panel
> classname="ShortcutPanel"/><br>
> <panel classname="FinishPanel"/><br>
> </panels><br>
> <listeners><br> <listener
> installer="SummaryLoggerInstallerListener"/><br>
> <listener installer="RegistryInstallerListener"
> uninstaller="RegistryUninstallerListener"><br>
> <os family="windows"/><br>
> </listener><br>
> </listeners><br>
> <packs><br> <pack
> name="Base"
> required="yes"><br>
> <description>The base
> files</description><br>
> <file src="Readme.txt"
> targetdir="$INSTALL_PATH"/><br>
> <file src="Licence.txt"
> targetdir="$INSTALL_PATH"/><br>
> <file src="script.bat"
> targetdir="$INSTALL_PATH"/><br>
> <parsable
> targetfile="$INSTALL_PATH/script.bat"/><br>
> </pack><br> <pack
> name="Docs"
> required="no"><br>
> <description>The
> documentation</description><br>
> <file src="doc"
> targetdir="$INSTALL_PATH"/><br>
> </pack> <br> </packs>
> <br></installation><br>#####################<br><br><br>And
> myshortcutspec.xml<br>#####################<br><shortcuts><br> <skipIfNotSupported/><br> <programGroup
> defaultName="teste" <br>location="applications/startMenu"/><br>
> <shortcut os="windows" name="Teste"<br>
> target="$INSTALL_PATH\script.bat" commandLine=""<br>
> workingDirectory="$INSTALL_PATH\batch\"
> description="Launch Client"<br>
> iconFile="$INSTALL_PATH\teste.ico" iconIndex="0" <br>
> initialState="normal"<br> programGroup="yes" desktop="yes"
> applications="yes" startMenu="yes" startup="yes"><br>
> <createForPack
> name="Teste"/><br> </shortcut><br></shortcuts><br>##############<br><br><br>Somebody
> can help me? <br><p>
> <hr size=1>
> Yahoo! doce lar. <a href="
> http://us.rd.yahoo.com/mail/br/tagline/homepage_set/*http://br.yahoo.com/homepageset.html">Faça
> do Yahoo! sua homepage.</a>
> --0-1523197186-1145281236=:55957--
>
>
> --__--__--
>
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> http://lists.berlios.de/mailman/listinfo/izpack-users
>
>
> End of izpack-users Digest
>
--
Regards,
Sagar Shah.
email : sagarbs at gmail.com
Mob. : 9823231388
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20060418/c7319de0/attachment.html
More information about the izpack-users
mailing list