Page 1 of 1

Compile .mrt to dll using NAnt

Posted: Wed Sep 05, 2007 4:58 am
by Sishir Jain
We wish to compile our report (*.mrt) to dll using NAnt. Is there any way to do that ?

Compile .mrt to dll using NAnt

Posted: Wed Sep 05, 2007 6:42 am
by Edward
Yes, it is possible. With NAnt you able to run exe file. So all you need to do is to write small project which will call report.Compile("assemblyname") method inside.

Thank you.