nantcontrib

    1熱度

    1回答

    我們正在執行使用以下NANT腳本所有的VB項目:剛例如 <target name="VBCompile" > <property name="failure.reason" value="VBCompile" /> <trycatch> <try> <foreach item="File" property="FileName" in="${VBProj.dir}"> <echo mes

    0熱度

    1回答

    我想我們從舊的基於CruiseControl的構建服務器遷移到新的TeamCity一個具有與老VB6基於組件,我們仍然有問題,指定VB6.EXE位置。 我們正在使用Nant腳本,使任務更容易,但是我用vb6 nant任務命中了障礙。我已經安裝了nant.contrib.tasks使得標籤現在被公認的,但我仍然得到一個錯誤...... [Step 1/1] D:\TeamCity\buildAgen

    2熱度

    1回答

    您好,我在安裝vs 2012的Server 2008 r2 x64上構建x86解決方案時遇到問題。它總是錯誤與下面的錯誤: [msbuild] "C:\fake.sln" (Build target) (1) -> [msbuild] "C:\fake.csproj.metaproj" (default target) (2) -> [msbuild] "C:\fake.csp

    0熱度

    1回答

    我不得不從nant-0.86移動到nant-0.92 代碼的這一部分現在失敗,「無效的元素 未知的任務或數據類型。」: Invalid element <checksum>. Unknown task or datatype. <target name="make_one_cksum"> <!-- <echo message="ECHO za md5 ${filename}" /> --

    0熱度

    1回答

    我有兩個不同的任務說A和B.如果A失敗我需要打電話B.怎麼可能與NAnt。

    0熱度

    2回答

    我在網上看到過很多關於這方面的信息,但沒有明確說明&特定的問題,它似乎解決了簡單地將Web服務或網站發佈到我在構建時指定的特定文件夾的問題。 我使用的是南特和南特的Contrib: <target name="build" description="builds the service"> <msbuild project="${buildoutput}\${service.sour

    1熱度

    1回答

    這是我的情景: 我有一個build.bat保存: call tools\nant-0.92\bin\nant.exe -buildfile:deploy.build %* -logfile:deploy_NAnt.log 的deploy.build部分成立: <project name="EdpClient" basedir="." default="build"

    0熱度

    1回答

    我正在做一個構建文件來構建使用NANT編寫的C#.net網站, 但我無法將AWSSDK程序集包括到文件。它給我的錯誤 error CS0234: The type or namespace name 'S3' does not exist in the namespace 'Amazon' 的AWSSDK出現在C:/窗/ assembly文件夾 ,這就是我想 <references> <inclu

    0熱度

    1回答

    我目前正在使用標記將Nant輸出記錄到日誌文件OUTPUT.log。我想將Nant輸出保存到不同的文件,具體取決於target的部分內容。我目前正在使用: <record name="C:\\Nant\Logoutput\**output.log**" level="Info" action="Start" failonerror="false" /> 我希望能夠將目標保存到自己的文件,其中文

    0熱度

    2回答

    我想將日誌文件附加到電子郵件。 我的代碼是: **<loadtasks assembly=".../tasks.dll" /> <record name="c:foo\log.txt" action="Start" /> <target name="email"> <mail from="[email protected]" tolist="[email protec