Hi,

When i am building project with Visual Studio it give an error,but when i am 
building
it with Nant this error doesn't recognize and the build succeeded.
Why?What's the solution?My build script is:

<?xml version="1.0" encoding="utf-8" ?> 
<project name="testweb">
<property name="src.dir" value="testweb"/>
<target name="build">
      <solution configuration="build" 
                solutionfile="${src.dir}\testweb.sln"
      />
   </target>

</project>

Regards,
Sabahat
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to