Re: [NAnt-users] NAnt.Core.Project

2011-06-28 Thread Macdiarmid, James D.
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

Re: [NAnt-users] NAnt.Core.Project

2011-06-27 Thread Obendorf, Keston
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

Re: [NAnt-users] NAnt.Core.Project

2011-06-27 Thread Wilson, Brian
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]

Re: [NAnt-users] NAnt.Core.Project

2011-06-27 Thread Obendorf, Keston
-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

Re: [NAnt-users] NAnt.Core.Project

2011-06-27 Thread Wilson, Brian
] 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

[NAnt-users] NAnt.Core.Project

2011-06-24 Thread Obendorf, Keston
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