[izpack-users] MacOSX - Linking JavaApplicationStub

Loïc lbndev at yahoo.fr
Fri Jan 4 07:47:36 CET 2008


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
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20080104/d3557942/attachment-0001.html 


More information about the izpack-users mailing list