【问题标题】:How build JBoss Developer Studio from source?如何从源代码构建 JBoss Developer Studio?
【发布时间】:2012-10-09 19:54:58
【问题描述】:

喏,

任何人都试图从可用的源 zip 构建 JBoss Developer Studio(需要免费申请) JDBS source-zip ?

在 /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 命令,但随后它抱怨:

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

我从没用过 Mead,也不懂引导和目标平台的那些东西……

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

【问题讨论】:

  • 看起来我们在同一条船上..我也在努力解决这个问题。真的让我很烦恼,源文档几乎为零......我真的很喜欢 Red Hat,但似乎他们不想让除了官方版本之外的任何东西都易于使用。

标签: java jakarta-ee maven jboss redhat


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2015-04-25
    • 2021-03-17
    • 2010-11-17
    • 2021-10-07
    • 2012-01-21
    • 2012-06-13
    • 2012-08-22
    • 1970-01-01
    相关资源
    最近更新 更多