Karunakar, I'm using Ant against .dsw files using the <exec> tag and the "msdev" executable. For example:
<exec executable="msdev" dir="."> <arg value="abc.dsw"/> <arg value="Release"/> <arg value="/MAKE"/> <arg value="all"/> </exec> This will build all projects for the Release configuration (I think :)) Paul -----Original Message----- From: Karunakar Chatla [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 1:51 AM To: Ant Users List; JS developer Subject: Re: Must-see for all ant beginners Hi, Can anybody help me in this regard? I am currently using ANT in my project. I have following queries - 1) I have the requirement to build a C++ project( .dsw file ). How can I do this, as I didn't find any direct support in ANT Task list? 2) Can I publish an HTML page on a web page using ANT? Thanks, Karunakar Chatla ----- Original Message ----- From: "JS developer" <[EMAIL PROTECTED]> To: <user@ant.apache.org> Sent: Wednesday, July 13, 2005 12:29 PM Subject: Must-see for all ant beginners hi all, this is a must-see for all beginners with ant http://wiki.apache.org/ant/TheElementsOfAntStyle Regards JS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]