I want something similar to "output" attribute of the
ant call .

In ANt
<ant
antfile="\${prop.viewname}\rfid_tid\persistent_solution\PINES\src1\build\pin
estask.xml" dir="${prop.viewname}\rfid_tid\persistent_solution\PINES\src1"
output="${prop.buildlocation}\build.log"/>

In Nant, I am using the solution task like:-

<solution
solutionfile="E:\ankita_views2\ankita_kapadia_view2\rfid_tid\persistent_solu
tion\PINES-MSFT\WebApps\Src\Pines.sln" configuration="release"
outputdir="D:\update_build\MSFT">
<webmap>
        <map url="http://localhost/pines/pines.csproj";
path="E:\ankita_views2\ankita_kapadia_view2\rfid_tid\persistent_solution\PIN
ES-MSFT\WebApps\Src\PinesWeb\pines.csproj" />
    </webmap>
</solution>

But how can I get a log of the build in a text file?

Regds,
Ankita







-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to