roject.Run();
Everything's working now.
Thanks,
Keston
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Monday, June 27, 2011 12:03 PM
To: Obendorf, Keston; nant-users@lists.sourceforge.net
Subject: RE: NAnt.Core.Project
I have never used the C# references before, so I am not
The call is being made from a custom NAnt task I coded in C#.
From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov]
Sent: Monday, June 27, 2011 5:43 AM
To: Obendorf, Keston; nant-users@lists.sourceforge.net
Subject: RE: NAnt.Core.Project
Are you making this call from a C# program? Or, do
I'm trying to make a custom Nant task that may end up calling another Nant
build file.
I create the project like so:
NAnt.Core.Project buildProject = new NAnt.Core.Project(BuildfilePath,
NAnt.Core.Level.Info, 1);
buildProject.Execute(BuildfileTarget);
This will not execute the target, giving t