簡體   English   中英

如何從源代碼構建JBoss Developer Studio?

[英]How build JBoss Developer Studio from source?

再見,

是否有人嘗試從JDBS source-zip (需要免費重新注冊)中的source-zip構建JBoss Developer Studio

在/ build-目錄中,如果我願意的話

  mvn clean install

它將抱怨缺少子項目。

所以我在pom中找到了注釋:

<!-- for bootstrapping the parent and target-platform poms via Mead, we need to be able to fetch from this folder and run
    this profile (excluding all others); currently parent pom includes target-platform build too, so only need to build the parent
    mvn clean install -P parent,\!libs,\!tests,\!jmx,\!archives,\!as,\!common,\!jst,\!xulrunner,\!vpe \
    -P \!jsf,\!freemarker,\!hibernatetools,\!portlet,\!struts,\!cdi,\!birt,\!seam,\!examples \
    -P \!maven,\!ws,\!gwt,\!deltacloud,\!runtime,\!usage,\!central,\!aggregate-coverage
-->

並嘗試了該mvn命令,但隨后它抱怨:

  Child module .\parent\..\target-platform of .\parent\pom.xml does not exist

我從沒使用過Mead,也不了解有關引導引導和目標平台的內容。

無論如何,什么是使此構建起作用的正確方法?

坦白說,沒人問過。

構建JBDS 6的過程分為三個步驟:

  • 從github源碼構建JBoss Tools組件項目(大多數只是從git獲取源碼,然后mvn clean install

  • 從github源構建JBoss Tools聚合站點(從https://github.com/jbosstools/jbosstools-build-sites獲取源)

  • 從SVN源構建JBDS聚合站點+安裝程序(從SVN獲取源或使用源zip)

我已經為此請求打開了JIRA:

https://issues.jboss.org/browse/JBDS-2456

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM