org.eclipse.equinox.http.helper 的獲得

來源:互聯網
上載者:User

想做個OSGi支援SERVLET的例子,卻發現org.eclipse.equinox.http.helper
包找不到,終於在一篇文章中找到了如何獲得該包,該包還沒有正式發布,只能從eclipse的CVS裡擷取

 

文章來源:http://imamraza.wordpress.com/2009/02/06/making-orgeclipseequinoxhttphelperjar-plugin-from-the-eclipse-repository-source-code/

 

Posted in OSGI
at 5:03 am by imamraza

Follow below  steps to make org.eclipse.equinox.http.helper.jar

  • You need to checked out source code of this bundle from the eclipse repository (
    Server: :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse Module: /equinox-incubator/org.eclipse.equinox.http.helper

    ). Its size is very small around 50.2kb

  • Make an empty project of plugin type in eclipse and then put above
    org.eclipse.equinox.http.helper/src

    contents into its src folder of the project. Similarly put
    org.eclipse.equinox.http.helper/META-INF/manifest.mf

    file into the project Meta-INF folder.

  • Right click on the project and click “export”. Then click
    Deployable plug-ins and fragments as shown below and then click next.  



  • In the next screen, check the box against the plugin
    “org.eclipse.equinox.http.helper” and provide the location for plugin
    jar file, as shown below and then click finish.


  • This will create org.eclipse.equinox.http.helper_1.0.0.200901151028.jar
    in the plugin folder of the specified location e.g in the above case in
    c:/plugin/org.eclipse.equinox.http.helper_1.0.0.200901151028.jar
以下是我的配置,供參考:
使用eclipse的import功能-->CVS,配置




Server:

:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse

Module:

equinox-incubator/org.eclipse.equinox.http.helper

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.