知っていれば簡単な事なのに、調べてみると意外と大変でした。 msbuildの標準機能ではメール送信が出来ないため、MSBuildCommunityTasksをインストールします。 インストール時にエラーになる事があります。( Failed to open XML file, system error:-2147024786) その場合は以下の手順でとりあえず使えるようになります。 ソース一式をダウンロードして解凍します。 続いてC:\Program Files\MSBuild\MSBuildCommunityTasks フォルダを作成し、解凍したフォルダから「MSBuild.Community.Tasks.Targets」と「MSBuild.Community.Tasks.dll」をコピーしてください。 (ヘルプファイルも解凍したフォルダ内にあります) プロジェクトファイルをリビルドし、エ
MSBuild is the build system for Visual Studio. The following links lead to topics that contain MSBuild reference information. In this section Project file schema reference Describes the XML elements that make up the MSBuild file format. Task reference Describes some of the typical tasks that are included with MSBuild. Conditions Describes the conditions that are available in MSBuild files. Conditi
Optional parameter. Can contain one of the following values: - WarnAndContinue or true. When a task fails, subsequent tasks in the Target element and the build continue to execute, and all errors from the task are treated as warnings. - ErrorAndContinue. When a task fails, subsequent tasks in the Target element and the build continue to execute, and all errors from the task are treated as errors.
News NAnt 0.92 Release June 9, 2012 The release for NAnt 0.92 is available NOW! This release focuses on extending our already strong support for multiple target frameworks, bringing improved flexibility and performance. A number of outstanding issues have been fixed as well. A complete list of changes and new features is available here. As of this release, our framework support chart looks like th
NAntを使って、Subversionからソースをチェックアウトする。 でも、NAntにはSubversion用のタスクが用意されていないので、とりあえずexecタスクを使ってやってみる。 <?xml version="1.0" encoding="shift-jis"?> <project default="svn"> <target name="svn"> <exec program="C:\Program Files\Subversion\bin\svn.exe" commandline="checkout http://localhost/svn/default/hoge/trunk c:\temp" /> </target> </project> これでNAntを実行してみると、簡単にソースをチェックアウトできた。 でもこれだけだと面白くないので、NAnt用のタスクを自分で作って
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く