legacy-knowledge-base
公開されました Jul. 2, 2025

パッチ適用ツールの「support-info」コマンド

written-by

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • パッチ適用ツールを使用して「support-info」コマンドを実行しようとしていますが、何も起こりません。 しかし、出力はなく、エラーもありません。
  • ユーザーはモジュールについてどのように知ることができますか?

Environment

  • Liferay DXP パッチ適用ツール 3.0.19+

解決策

  • 「support-info」コマンドは、パッチ適用ツールのバージョン 3.0.19 以降から削除されているため、ユーザーは以下のコマンドを個別に実行して、特定の環境の詳細を取得する必要があります。
    • 「情報」
      「モジュール情報」
  • 特定の環境のパッチ情報を出力するには、次のコマンドを patching-tool フォルダーから使用する必要があります。 patching-tool.bat info または patching-tool.bat modules-info
  • 次のコマンドを使用して、パッチ適用ツールの情報を .txt ファイルに直接パイプします: patching-tool.bat modules-info > patchinfo.txt

追加情報

  • すべての patching-tool コマンドは、LIFERAY_HOME/patching-tool ディレクトリから実行する必要があります
  • Ubuntu の場合: ./patching-tool.sh
  • Windows の場合: patching-tool.bat
did-this-article-resolve-your-issue

legacy-knowledge-base