1

私はでドキュメントを使用しています

http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Fguide%2Fp2_repositorytasks.htm

このようなビルドファイルをセットアップしようとしています

<?xml version="1.0" encoding="UTF-8"?><project name="osgi.composite.p2">
  <target name="osgi.composite.p2">
    <p2.composite.repository>
      <repository append="false" location="/d01/osgi/DS_5000_10_0_0" name="DS_5000_10_0_0 Composite"/>
      <add>
        <repository location="DS_5000_10_0_0.HEAD.1308021100.8500"/>
        <repository location="thirdparty"/>
        <repository location="e4"/>
        <repository location="../nebula/"/>
        <repository location="../integration/FUSION_DS_5000_8_3_0_SSO/"/>
      </add>
    </p2.composite.repository>
  </target>
</project>

を実行して P2 複合インデックスを上書きします。

/d01/sandboxes/baron/eclipse/4.3/eclipse -nosplash -application org.eclipse.ant.core.antRunner -buildfile composite.p2-8500.xml osgi.composite.p2

また、新しい複合インデックスを作成する代わりに、ビルド ファイルにリストされた新しいエントリを compositeContent.jar に追加しますが、compositeArtifacts.jar 内のエントリを適切に置き換えます。

4

0 に答える 0