[NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...no net-3.0 ???

2008-02-26 Thread Ron Grabowski
When I run the following command: nant -t:net-3.0 I get this output: NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge.net Invalid framework 'net-3.0' specified. Possible values include: net-2.0 (Microsoft .NET Framework 2.0)

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

2008-02-26 Thread Ron Grabowski
of System does not exist because I'm still building against the 2.0 CLR? Thanks, Ron - Original Message From: Paul LeBlanc [EMAIL PROTECTED] To: Ron Grabowski [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Tuesday, February 26, 2008 12:55:08 PM Subject: RE: [NAnt-users] NAnt

Re: [NAnt-users] NAnt 0.86.2898.0 on 64-bit Windows Server 2008...nonet-3.0 ???

2008-02-26 Thread Ron Grabowski
is still going into the 2.0 output directory. I'm was expecting it to be placed in a 3.5 folder. - Original Message From: Gert Driesen [EMAIL PROTECTED] To: Ron Grabowski [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Tuesday, February 26, 2008 1:23:38 PM Subject: RE: [NAnt-users

Re: [NAnt-users] Why NAnt over VS Studio builds?

2008-09-07 Thread Ron Grabowski
When building projects on a build server, nant doesn't require a full copy of Visual Studio installed on that machine. I don't have to install VS2003, VS2005, and VS2008 just to target different versions of the Framework. I found that getting msbuild support without Visual Studio installed on

Re: [NAnt-users] can you nest functions? problems with data types

2008-09-13 Thread Ron Grabowski
It looks like you're doing some serious manipulation...can you just make your own custom task to do these operations? - Original Message From: Steve Kapinos [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Sent: Saturday, September 13, 2008 11:23:07 PM Subject: Re: [NAnt-users]

Re: [NAnt-users] FTP Task

2009-01-28 Thread Ron Grabowski
What FTP task are you referring to? This one from Google? http://www.google.com/search?q=nant+ftp+task http://www.spinthemoose.com/~ftptask/ If so, it looks like the date comparisons are hard-coded: // snip DateTime.Compare( _client.ModTime(Path.GetFileName(remoteFilePath)), (new

Re: [NAnt-users] xmlpeek problem

2009-04-07 Thread Ron Grabowski
This is what we use to update the debug attribute of our web.config. Maybe the xmlpeek syntax is similar? xmlpoke file=web.config xpath=/ns:configuration/ns:system.web/ns:compilation/@debug value=${webConfig.debug} namespaces namespace prefix=ns

[NAnt-users] Difficult to run NAnt.Tests in VS2008

2009-06-16 Thread Ron Grabowski
To get Tests.NAnt.Core.Tasks.XmlPokeTest to run with ReSharper 4.5 and Visual Studio 2008 using the nightly sources I had to: 1) Copy the App.config file from the NAnt.Console project becausse the test expected some nant / settings ??? 2) Remove all the framework / nodes except for

Re: [NAnt-users] tokenizing a script tag and link

2009-10-22 Thread Ron Grabowski
Does nant support this syntax:? property name=”trainingwatermark”![CDATA[link rel=stylesheet type=text/css href=..\style\watermark.css]]/property Not sure if that's any easier to read... From: Michael Pento mpe...@metratech.com To: Bob Archer

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-18 Thread Ron Grabowski
Out of curiosity, why was this changed? Doesn't VS include System.dll by default? - Original Message From: Gert Driesen gert.drie...@telenet.be To: Ryan Boggs rmbo...@gmail.com; Simon H yo...@live.com Cc: nant-users@lists.sourceforge.net Sent: Tue, May 18, 2010 5:36:03 AM Subject: Re:

Re: [NAnt-users] Thoughts on moving NAnt to git

2010-10-21 Thread Ron Grabowski
Definitely something other than CVS. SVN seems to be a good enough SCM that a lot of people are familiar with. I doubt people will be doing large branches/merges to warrant getting into git. I wrote a little patch for nant a while ago and would probably do a few more minor minor things if the