the same: use your local compiler with an <exec> task and even better: wrap it all in a <macrodef> task.
-----Original Message----- From: Paul Munsey (pmunsey) [mailto:[EMAIL PROTECTED] Sent: Wed 7/13/2005 7:44 PM To: 'Ant Users List'; 'JS developer' Subject: RE: Must-see for all ant beginners 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] the same: use your local compiler with an <exec> task and even better: wrap it all in a <macrodef> task. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]