[izpack-users] MacOSX - Linking JavaApplicationStub

Olivier Delrieu pub at delrieu.org
Sun Jan 6 18:25:05 CET 2008


Thanks Loic. It works now.

Loïc wrote:
> Hi,
>
> Maybe you can try without the single quotes in the 3rd argument :
>
> <executable targetfile="/bin/ln" stage="postinstall" 
> keep="true">                         
>    <args>
>        <arg value="-s"/>
>        <arg 
> value="/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub"/>
>        <arg 
> value="$INSTALL_PATH/Taxonomy3.app/Contents/MacOS/JavaApplicationStub"/>
>    </args>
> </executable>
>
> If it still doesn't work, run your installer with "java -DTrace=true 
> -jar yourinstaller.jar" and check the output on the console (post it 
> here if you want).
>
> Good luck,
>
> Loïc
>
> Olivier Delrieu a écrit :
>> Thanks Julien, but this does not work either. Same error.
>>
>> <executable targetfile="/bin/ln" stage="postinstall" 
>> keep="true">                         
>>    <args>
>>        <arg value="-s"/>
>>        <arg 
>> value="/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub"/>
>>        <arg 
>> value="'$INSTALL_PATH/Taxonomy3.app/Contents/MacOS/JavaApplicationStub'"/>
>>    </args>
>> </executable>
>>
>>
>>
>> Julien Ponge wrote:
>>> Hi Olivier,
>>>
>>>   
>>>> <executable targetfile="/bin/ln" stage="postinstall" keep="true">
>>>>     <args>
>>>>         <arg value="-s
>>>> /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub"/>
>>>>         <arg
>>>> value="'$INSTALL_PATH/Taxonomy3.app/Contents/MacOS/JavaApplicationStub'"/>
>>>>     </args>
>>>> </executable>
>>>>     
>>>
>>> Maybe you need to split -s as a separate arg tag.
>>> _______________________________________________
>>> izpack-users mailing list
>>> izpack-users at lists.berlios.de
>>> https://lists.berlios.de/mailman/listinfo/izpack-users
>>>
>>>
>>>
>>>   
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> izpack-users mailing list
>> izpack-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/izpack-users
>>   
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20080106/4e5984eb/attachment.html 


More information about the izpack-users mailing list