Plugin install particular operation [message #539071] |
Wed, 09 June 2010 10:38  |
Eclipse User |
|
|
|
Hi,
during the installation of my plugin, I need to unpack a file and put the content under a subfolder of the eclipse installation dir.
First I investigate the installHandler but I discovered that the I have to use the new p2 install manager.
So I tried to investigate the p2 features.
This is my requirements:
I have a feature composed by some plugins, I need to have a zip file that must be unzipped in eclipse/myfolder
I tried to put the file in the feature but the org.eclipse.equinox.p2.touchpoint.natives.unzip doesn't work, I think that is a path problem. How can I refer to the feature install folder? I tried with ${installFolder} but it doesn't work.
This is my p2.inf:
instructions.install = \
org.eclipse.equinox.p2.touchpoint.natives.unzip(source:${ins tallFolder}/agent.zip,target:c${#58}/);
Thank you
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08913 seconds