Can you please give me actual syntax to use this CC task in build.xml so that I can compile cpp files
Regards irfan. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 4:34 PM To: [email protected] Subject: AW: Ant help for c compiler Ant doesnt support C .... by its own. Have a look at AntContribs CC task http://ant-contrib.sourceforge.net/cc.html Jan ________________________________ Von: Sayed, Irfan (Irfan) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Juni 2006 13:00 An: [email protected] Betreff: Ant help for c compiler Hi All, I have been assign a task of migrating our build environment from make file base system to ant base system. Our code base has code of java, C and cpp. With Make file we are able to compile and generate the code. To migrate I have downloaded sample makefile (see the attached build_java.xml file). using this I am able to compile java codes , but if I modify the code to (see attache modified build_c.xml file) have C++ compile I getting weied errors. Its apparent that I missing something, can anyone guide me to how to have C++ and C compiled. Please provide a sample build file that can compile java, C and C++ codes, also point me to a write-up that can help me ramp up on setting up ant build environment. Would appreciate a quick and prompt response Regards Irfan. --------------------------------------------------------------------- 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]
