Thanks for posting that, Keston!
From: nant-users-boun...@lists.sourceforge.net
[mailto:nant-users-boun...@lists.sourceforge.net] On Behalf Of Obendorf,
Keston
Sent: Monday, June 27, 2011 4:47 PM
To: Wilson, Brian; nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] NAnt.Core.Project
Resources
Email: brian.wil...@dhr.alabama.gov<mailto:brian.wil...@dhr.alabama.gov>
From: Obendorf, Keston [mailto:keston.obend...@intel.com]
Sent: Friday, June 24, 2011 5:26 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NAnt.Core.Project
I'm trying to make a custom Nant task
at is coded in C#?
Brian Wilson
Department of Human Resources
Email: brian.wil...@dhr.alabama.gov<mailto:brian.wil...@dhr.alabama.gov>
From: Obendorf, Keston [mailto:keston.obend...@intel.com]
Sent: Friday, June 24, 2011 5:26 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users]
-users@lists.sourceforge.net
Subject: [NAnt-users] NAnt.Core.Project
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(Buil
]
Sent: Friday, June 24, 2011 5:26 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] NAnt.Core.Project
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(Bu
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