Compile .mrt to dll using NAnt
-
- Posts: 3
- Joined: Fri Aug 17, 2007 4:34 am
- Location: India
Compile .mrt to dll using NAnt
We wish to compile our report (*.mrt) to dll using NAnt. Is there any way to do that ?
Compile .mrt to dll using NAnt
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.
Thank you.