私は Eclipse 用のプラグインを作成していますが、何らかの理由で新しいバージョンのプラグインをビルドすると、更新サイトがそれに気づきません。
ビルド プロセスでは、プラグインのバージョンは 1.1.0.201209191506 である必要がありますが、アクセスしてインストールすると、次のバージョンが表示されます。
XML ファイルは次のようになります。
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/supportStructuresForCSFEditing -_1.1.0.201209191506.jar" id="supportStructuresForCSFEditing -" version="1.1.0.201209191506">
<category name="plancomps"/>
</feature>
<feature url="features/supportStructuresForCSFEditingTest -_1.1.0.201209191506.jar" id="supportStructuresForCSFEditingTest -" version="1.1.0.201209191506">
<category name="plancomps"/>
</feature>
<category-def name="plancomps" label="plancomps"/>
</site>
これは、ローカルまたはWebからインストールしている場合に発生します-何が起こっているのでしょうか? または、私が試すことができる診断トリックはありますか?
編集-マシンの再起動がありました-そして、プラグインを以前に見たことのないマシンからの試み-すべてが古いバージョンを示しました。:(