[izpack-users] Post installation script execution issue..
Ajay Kumar Gour
ajay.g at s7solutions.com
Wed Jan 16 06:19:52 CET 2008
Hi Loic,
Thanks for the response. I got it working by introducing <parsable>
element before <executable> element.
-Ajay
On Tue, 15 Jan 2008 22:30:31 +0100, Loïc <lbndev at yahoo.fr> wrote:
> 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"/-->
>>
>>
>
>
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
More information about the izpack-users
mailing list