[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.equinox] p2.inf within fragment seems to be ignored.
|
Hallo,
I have bundled some linux executables (mast_analysis, mast_xml_convert,
mast_xml_convert_results) within the os/linux/x86/ sub-folder of a linux-x86
specific fragment. Within the META-INF folder of the fragment I have further
provided a p2.inf file with some chmod touchpoint actions to set executable
permissions for the above mentioned executables.
However, when installing the fragment via the p2 director (i.e. its
enclosing feature) all those chmod statements seem to be ignored, i.e. the
resulting files are not executable.
The p2.inf contents is as follows:
instructions.install = \
chmod(targetDir:@artifact,targetFile:os/linux/x86/mast_analysis,permissions:755);\
chmod(targetDir:@artifact,targetFile:os/linux/x86/mast_xml_convert,permissions:755);\
chmod(targetDir:@artifact,targetFile:os/linux/x86/mast_xml_convert_results,permissions:755);
The director does not report any exceptions (also not in the .log file). Any
ideas?
Regards,
Alexander