Hi,
I have a nant script which invokes an IDE and starts the compilation
process.At the end of my compilation,it throws some errors  and also
it shows "BUILD SUCCESSFULL" instead of "build failure" status.

This is my exec task in the nant shown below

    <exec program="D:\WindRiver\wrenv.exe" failonerror="true">
        <arg value ="-p"/>
        <arg value ="vxworks653-2.2.3"/>
        <arg value ="run"/>
    </exec>

can anyone please explain me about this discrepency?


Thanks and regards
Maddy

Reply via email to