Re: [NAnt-users] new to Nant

2012-04-02 Thread Philip Sayers
Hi Ruben, I found that the APTC attribute needed to be constructed slightly differently. This works for me. From: Ruben Rotteveel [mailto:rrottev...@turnberrysolutions.com] Sent: Saturday, March 31, 2012 11:17 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] new to

Re: [NAnt-users] How to setup two projects with a subset of common files?

2012-01-05 Thread Philip Sayers
Easiest way to get you want would be.. Create two nant files. File1: builds commonSW & Project1 File2: builds commonSW & Project2 Setup 2 ccnet projects, each one pointing at one of the nant files Put both projects in the same queue >I posted this in the ccnet-users Google

Re: [NAnt-users] Testing NAnt on Windows 8

2011-10-26 Thread Philip Sayers
Hi! I'm just playing with the Windows 8 Developer Preview and of course, I installed NAnt, too. I downloaded NAnt as .zip archive (which means it gets the "mark of the web"), moved it to my Program Files directory and tried to launch it. Result was the probably by now well-known security exceptio

Re: [NAnt-users] UpdateAssemblyVersion Task error

2011-09-20 Thread Philip Sayers
I use nantcontrib .85 with nant .90 just fine. What problems are you experiencing? -Original Message- From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Tuesday, September 20, 2011 7:46 AM To: Dominik Guder; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users]

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

2011-08-31 Thread Philip Sayers
What errors are you seeing? Make sure you are building for x86 and not AnyCPU. Does this help? http://social.msdn.microsoft.com/Forums/en/msbuild/thread/e5900710-9849-4d10 -aa28-48b734d06bf2 We compile with msbuild to generate x86 assemblies on x64 hardware/OS just fine. You'll be missing a sett

Re: [NAnt-users] NAnt .NET 4.0 Security Problem

2011-04-19 Thread Philip Sayers
I see this regularly, not just with Nant, but most files downloaded from internet locations (that are not in the Trusted Sites list in IE). http://superuser.com/questions/38476/this-file-came-from-another-computer-ho w-can-i-unblock-all-the-files-in-a -Original Message- From: Daniel Nauc

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Philip Sayers
If you browse to the nant executable on the build server, and right click.. choose "properties". Does the first property page have an "Unblock" button? If yes..click it. Does the ccnet server account have permissions to access all the folders/files/programs that are used during the build. -