4

私の現在の試みは機能していません: my_plugin/META-INF/p2.inf には、次のものがあります。

instructions.install = unzip(source:${artifact}/browser.zip,target:${artifact});

インストール中にエラーは発生しませんが、browser.zip アーカイブは解凍されません。

私は何を間違っていますか?

乾杯。

編集:詳細:ワークスペースログファイルに実際にエラーがあります:

!ENTRY org.eclipse.equinox.p2.touchpoint.natives 4 0 2011-04-22 23:58:20.967
!MESSAGE org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction the files to be unzipped is not here

!ENTRY org.eclipse.equinox.p2.touchpoint.natives 4 0 2011-04-22 23:58:20.968
!MESSAGE org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction error unzipping zipfile: /Users/admin/sandbox/eclipse-dev/Eclipse.app/Contents/MacOS/osgi.bundle,com.myplugin.test,1.0.0.201104211649/browser.zipdestination: osgi.bundle,com.myplugin.test,1.0.0.201104211649

unzip コマンドでプラグインへのパスを正しく参照するにはどうすればよいですか?

4

1 に答える 1