繁体   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