0

再见,

有人尝试从JDBS source-zip(需要免费申请)提供的 source-zip 构建JBoss Developer Studio 吗?

在 /build-directory 中,如果我只是这样做

  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-command,但随后它抱怨:

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

我从来没有用过 Mead,也不明白关于引导和目标平台的东西......

无论如何,使这个构建工作的正确方法是什么?

4

1 回答 1

0

坦率地说,从来没有人要求过。

构建 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

于 2013-02-06T05:08:28.510 回答