Re: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Scott Pennington
:53 AM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] using CSC for both 3.5 and 4.0 within the same build process I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From: Scott Pennington

[NAnt-users] using CSC for both 3.5 and 4.0 within the same build process

2012-01-23 Thread Scott Pennington
help. I will post to the list what I finally get to work. Scott Pennington Senior Software Engineer Prosper Marketplace, Inc. 111 Sutter Street, 22nd Floor San Francisco CA 94104 www.prosper.com <http://www.prosper.

Re: [NAnt-users] Depends hierarchy

2011-09-23 Thread Scott Pennington
follow on below From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Friday, September 23, 2011 5:34 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Depends hierarchy This is information that will hopefully clarify and give some insight into how depends works in

[NAnt-users] Depends hierarchy

2011-09-23 Thread Scott Pennington
Scott Scott Pennington Senior Software Engineer Prosper Marketplace, Inc. 111 Sutter Street, 22nd Floor San Francisco CA 94104 www.prosper.com <http://www.prosper.com/> CONFIDENTIALITY STATEMENT: This email message, together with all attachments, is intended only for the individu

Re: [NAnt-users] Good Nant book for beginner

2011-08-31 Thread Scott Pennington
an updated version or another, more recent reference someone recommends? Thanks Michael On Aug 31, 2011, at 12:05 PM, Brass Tilde wrote: +1 on these recommendations. I have this book, and it was just what we needed. On Wed, Aug 31, 2011 at 12:30 PM, Scott Pennington wrote

Re: [NAnt-users] Good Nant book for beginner

2011-08-31 Thread Scott Pennington
http://www.apress.com/9781590594858 is a good book on NAnt and CruiseControl.NET with examples on how to actaully do it. Expert .NET Delivery Using NAnt and CruiseControl.NET From: Niranjan Bansal [mailto:bansalniran...@gmail.com] Sent: Wednesday, August 31, 2011 9:22 AM To: Scott

Re: [NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Scott Pennington
You need to install both the x64 and x32 version of the .net framework. You can skip the MSBuild and call the CSC for csharp compiler, passing in all the reverences, in the x32 or x64 as desired. You may need to call the compiler through the command line instead of the task. Hope this helps

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
hanks Scott From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, August 29, 2011 12:52 PM To: Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: xmlpoke vs token replace for Config Files You might want to take a look at slow cheetah. http://www.hanselman.com

Re: [NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
a.gov <mailto:brian.wil...@dhr.alabama.gov> From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, August 29, 2011 1:50 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpoke vs token replace for Config Files This is a long post. The simple question is w

[NAnt-users] xmlpoke vs token replace for Config Files

2011-08-29 Thread Scott Pennington
build config.xpath.build env.properties.build http://${Platform_Domain}"/> https://${Platform_Domain}"/> Scott Pennington Senior Softw