How to compile and build C# projects with Ant and Mono?

Posted by Wing C. Chen on Stack Overflow See other posts from Stack Overflow or by Wing C. Chen
Published on 2010-06-11T11:11:10Z Indexed on 2010/06/13 4:52 UTC
Read the original article Hit count: 535

Filed under:
|
|
|
|

I am currently working on a project with both java and C# codes within. Java takes the major role in this project. However, C# still takes a small part in it.

I am using Ant to build the projects, and would very much like to use it to build C# too. I have learned that it's possible to build C# under Ant with the help of Mono. Can anybody provide any link of tutorial or guidance here? I was trying to google for it. But I haven't found any comprehensive data.

© Stack Overflow or respective owner

Related posts about c#

Related posts about java