Hello, I try to build my project with the following ant statement. <exec executable="devenv.com" failonerror="false" resultproperty="buildresult"> <arg value="@{testsolution}" /> <arg value="/build" /> <arg value="Debug" /> <arg value="/project" /> <arg value="@{project}" /> </exec>
There are some lines missing in the output from time to time (~50%). Does anybody has the same Problem? Do you need further information? I couldn't find any help in the net so far. OS: Win XP ANT: 1.8.1 Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org