Skip to content

Commit

Permalink
Added description for assembly:single (#181).
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Jul 20, 2012
1 parent 8a77658 commit ba33175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ja/source/application/maven-archetype.rst
Expand Up @@ -99,6 +99,9 @@ Asakusa Framework本体のインストール用アーカイブがプロジェク
cd example-app
mvn assembly:single
.. attention::
コマンド実行時、標準出力に ``[INFO] xxx already added, skipping`` というログが多く出力されますが、動作には問題ありません。
作成されるインストールアーカイブは、アーキタイプによって異なります。アーキタイプ毎に生成されるインストールアーカイブを以下に示します。
.. list-table:: アーキタイプ ``asakusa-atchetype-windgate`` が作成するインストールアーカイブ一覧
Expand Down
3 changes: 3 additions & 0 deletions docs/ja/source/introduction/start-guide.rst
Expand Up @@ -314,6 +314,9 @@ Asakusa Frameworkを開発環境にインストールします。
成功すると、 ``$ASAKUSA_HOME`` (このスタートガイドでは ``$HOME/asakusa`` ) にAsakusa Frameworkがインストールされます。
.. attention::
コマンド実行時、標準出力に ``[INFO] xxx already added, skipping`` というログが多く出力されますが、動作には問題ありません。
サンプルアプリケーションのビルド
--------------------------------
アプリケーションのテンプレートには、あらかじめサンプルアプリケーション(カテゴリー別売上金額集計バッチ) のソースファイルが含まれています。このサンプルアプリケーションのソースファイルをAsakusa Framework上で実行可能な形式にビルドします。
Expand Down

0 comments on commit ba33175

Please sign in to comment.