RE: [Nant-users] Custom Build tool issue.

2005-03-11 Thread Melissa Kacher
] [mailto:[EMAIL PROTECTED] On Behalf Of DavidSent: Wednesday, March 09, 2005 11:16 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Custom Build tool issue. I have a solution file that contains a project which calls a custom build tool that takes a .tst file as input, and outp

[Nant-users] Custom Build tool issue.

2005-03-10 Thread David
I have a solution file that contains a project which calls a custom build tool that takes a .tst file as input, and outputs a .cpp (which then gets built using the c++ compiler).  It does not look like the custom build tool is ever getting called when I try and build the solution/proj

[Nant-users] Custom Build tool issue.

2005-03-10 Thread David Wallgren
I have a solution file that contains a project which calls a custom build tool that takes a .tst file as input, and outputs a .cpp (which then gets built using the c++ compiler). It does not look like the custom build tool is ever getting called when I try and build the solution/project using nant