[izpack-users] Post installation script execution issue..
Loïc
lbndev at yahoo.fr
Tue Jan 15 22:30:31 CET 2008
I assume you want to execute
$INSTALL_PATH/executionright.bash
Have you checked the file name (see your original text, the file names are different by the last 's'), comment status & execution stage ?
Like this :
<executable targetfile="$INSTALL_PATH/executionrights.bash"
stage="postinstall" />
Or :
<executable targetfile="$INSTALL_PATH/executionrights.bash" stage="never" />
(and then execute this file using the processpanel and if needed with an explicit call to /bin/bash and the name of the script as an argument)
Hope this helps,
Loïc
Ajay Kumar Gour a écrit :
> <packs>
> <pack name="Base" required="yes">
> <description>Connector Server Executibles</description>
> <file src="Readme.txt" targetdir="$INSTALL_PATH"/>
> <file src="License.txt" targetdir="$INSTALL_PATH"/>
> <file src="executionrights.bash" targetdir="$INSTALL_PATH"/>
> <file src="test.jar" targetdir="$INSTALL_PATH"/>
> <file src="conf" targetdir="$INSTALL_PATH"/>
> <file src="lib" targetdir="$INSTALL_PATH"/>
> <file src="test" targetdir="$INSTALL_PATH"/>
> <parsable targetfile="$INSTALL_PATH/conf/test_config.xml"
> type="xml"/>
> <parsable
> targetfile="$INSTALL_PATH/test/scripts/test_standalone.bash"/>
> <!--executable targetfile="$INSTALL_PATH/executionright.bash"
> stage="never"/-->
>
>
More information about the izpack-users
mailing list