Skip to content

Instantly share code, notes, and snippets.

@atsuteru
Created June 2, 2013 06:20
Show Gist options
  • Save atsuteru/5692807 to your computer and use it in GitHub Desktop.
Save atsuteru/5692807 to your computer and use it in GitHub Desktop.
配備プロセスの整理

配備プロセスを考える

個々のコンパイル(Make)

Oracle Java (jarの生成)

Ant Task : javac, junit, jar Mvn Task : compile, test, package

Microsoft .NET (exe,dllの生成)

MSBuild Task : msbuild

ビルド成果物の収集(Collect)

パッケージング(Build)

配備先への送信(Deploy)

アプリケーション適用(Apply)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment