0

チャオ、

JDBS source- zip で入手可能な source-zip からJBoss Developer Studioをビルドしようとした人はい ますか? (無料の申請が必要です) 。

/build-directory で、私がするだけなら

  mvn clean install

子プロジェクトの欠落について不平を言うでしょう。

それで、ポンポンでコメントを見つけました:

<!-- 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

私はミードを使用したことがなく、ブートストラップとターゲットプラットフォームについてのことを理解していません...

とにかく、このビルドを機能させる適切な方法は何ですか?

4

1 に答える 1

0

率直に言って、誰もそれを求めたことはありません。

JBDS 6 の構築は、次の 3 ステップのプロセスです。

このリクエストのために JIRA を開きました。

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

于 2013-02-06T05:08:28.510 に答える