[NAnt-users] Ability to use msdev macros in build script?

2008-03-26 Thread Rebecca Kedziora
Anyone, I am currently using Nant to build msdev projects and some of those projects have post and pre build actions. Those actions use macros which I need to also use but directed in another way. Can I use those macros too in Nant and if so how? i.e. ${TargetPath}, ${TargetDir}. Thanks, Reb

[NAnt-users] Exec task

2006-05-16 Thread Rebecca Kedziora
Hi, How do you see what is happening when you execute something using the exec task? I am running something but I can't see anything happening though it is working. Do I have to pipe it to a file? Thanks, Rebecca --- Using Tomcat but need

[NAnt-users] Unhandled Exception: during exec task

2006-05-11 Thread Rebecca Kedziora
Title: Unhandled Exception: during exec task Anyone, I am trying to build this target and sometimes it works fine and sometimes it doesn't.  Never sure when it will work okay.  When it bombs it comes from Nant complaining about stack overflow.  Is this a known problem and a patch is provid