Re: [NAnt-users] Problem with vsscheckin task

2014-01-15 Thread Bob Archer
> I'm using the latest release versions of NAnt and NAnt Contrib (0.92) on a 64 > bit Windows 7 box. I am using the files from Issue 54 > (https://github.com/rmboggs/nant/downloads). I created the scripts on a 32 > bit XP machine, which has since bit the dust. > > I am using it to do some things i

Re: [NAnt-users] nightly build Solution format not supported

2014-01-07 Thread Bob Archer
I suggest you modify your build script to use MSBuild task instead of the solution task. BOb From: Joao Miguel Ferreira [mailto:joao.miguel.c.ferre...@gmail.com] Sent: Tuesday, January 07, 2014 10:33 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] nightly build Solution format not

[NAnt-users] Support for .Net 4.5 and 4.5.1 running/targeting

2013-11-19 Thread Bob Archer
I wonder if anyone is actively working on this project. I need to be able to build targeting .Net 4.5.1... it seems the last release stops support at 4.0. If this is just a matter of adding some config info so Nant can find the framework/msbuild paths (it seems MSBuild 12 is now in the SDK path

[NAnt-users] MS Build 12

2013-10-22 Thread Bob Archer
So is NAnt going to use MS Build 12 now? I'm not sure how it finds the MSBuild path. Does it find paths based on the Framework targeting version? I guess a more general question, is NAnt able to work with .Net 4.5.1 yet? I don't use the SOLUTION task I use the MSBUILD Task. BOb ---

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
} ${ViewName} ${Label} > -Original Message- > From: Labout, Douglas [mailto:douglas.lab...@efirstbank.com] > Sent: Monday, June 17, 2013 2:24 PM > To: Bob Archer;

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
ame and of course can't find it > and dies. > > Thanks for the help! > Much appreciated! > -Doug > > -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: Monday, June 17, 2013 9:22 AM > To: Labout, Douglas; 'nant-users@lists.sourceforge

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
> Hello, > I'm working on converting an Ant script to Nant and have ran into an issue > with > joining several variables together in Nant. > > Below is the original Ant script in which it pulls information from a > properties > file and uses the information to feed the build. The project starts

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
> Hello, > I'm working on converting an Ant script to Nant and have ran into an issue > with > joining several variables together in Nant. > > Below is the original Ant script in which it pulls information from a > properties > file and uses the information to feed the build. The project starts

Re: [NAnt-users] Delete old files task

2012-09-06 Thread Bob Archer
> Hi all, > Is it possible to use some nant task to do this: > I need delete files with specific name NameOfFile*.zip which are older then 1 > month and in dir must be at least 3 files of that name. > My english is not so good so here is example. > > 1. I have 30 files of specific name pattern. 25

Re: [NAnt-users] nant multitarget support?

2012-09-05 Thread Bob Archer
Yes... use MSBuild... specify target framework of 4.0 to Nant... this will run MSBuild 4.0 which will use the c# 4.0 compiler... but MSBuild will correctly target the .Net 3.5 runtime. BOb From: Stefan Arn [mailto:s...@ims.ch] Sent: Wednesday, September 05, 2012 5:19 AM To: 'nant-users@lists.so

Re: [NAnt-users] NANT-LOG4NET ERROR:internet zone

2012-06-27 Thread Bob Archer
> Nant will not start after Windows update to Win 2008 server. Get log4net > error. Tried putting name="requirePermission"="false" in nant and log4net > section heads, no change. Any ideas? Thanks JCH Are you running from the command line? Try to open the cmd window "as administer" and see if tha

Re: [NAnt-users] Help copying a folder structure

2012-05-31 Thread Bob Archer
If you want to go FROM src TO dest, it looks like you have your code backwards... shouldn't it be: Also, you can (should be able to) simplify your include to "**" which should match all files and folders. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, M

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
I don’t think I said “don’t do that”… All I said was, out of the box xmlpoke and xmlpeek are really designed to work with an xpath that matches a single element in the XML. ;) BOb From: m...@thefrederickhome.name [mailto:m...@thefrederickhome.name] Sent: Friday, April 20, 2012 11:44 AM To: nan

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
Not really, no. From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 10:03 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes So no canned support for this? -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
For more than a simple find a node and update it I would recommend you write you own code using the script task. Or write your own task. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpe

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
s. A quick google find this http://bgeek.net/2005/09/19/nant-xml-node-counting/ BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:48 AM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: xmlpeek and multiple nodes That's all I want to do,

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
But, is there something unique in the node that you want to update? I assume no since you are looping through them all? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:48 AM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: xmlpeek and

Re: [NAnt-users] The "vendor" attribute does not exist, or has no value.

2012-03-01 Thread Bob Archer
Do you really have net-4.0 in there twice? BOb From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Thursday, March 01, 2012 1:18 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] The "vendor" attribute does not exist, or has no value. Our build machine is being converted

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Bob Archer
project1_ok or project2_ok is false, I want ccnet to report a failure. Make sense? -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, February 29, 2012 11:51 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Nant property passed to CC.NET for pass/fail condition

Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Bob Archer
I expect it is the return value sent from nant.exe and that you can't modify it. What are you trying to do? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 11:40 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant property passed to CC.

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Bob Archer
Looks like some good changes. Is the nunit stuff going to be version specific? Or, is it chaining out to whatever version of nunit you have or point to in your project? You might want to update the readme with the versions that are supported: Windows --- * A version of the M

Re: [NAnt-users] How to suppress errors?

2012-02-23 Thread Bob Archer
I think the best/only way you can do this is to create a batch file to do the disconnect and have it always return a success return code. I have a similar issues with a command line app that doesn't return 0 for success and there is no way to tell Nant what return code signifies success/failure.

Re: [NAnt-users] non-readonly properties

2012-02-22 Thread Bob Archer
Properties set on the command line are always read-only. If you want to not reset a property value if it was set from the command line you can use overwrite="false". Also, when you pass false from the command line you don't need to quote it. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa

Re: [NAnt-users] Help with resultproperty please

2012-02-21 Thread Bob Archer
In effect you only update buildstatus if it is currently true. Once it is false it won't be updated any more. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, February 21, 2012 9:59 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with

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

2012-01-23 Thread Bob Archer
dd in all the projects with the correct dependency. It should be pretty easy. This: To this: BOb From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, January 23, 2012 1:11 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] using CSC for both 3.5 an

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

2012-01-23 Thread Bob Archer
I have found the best solution was to use msbuild to actually do the compile called from the exec task. BOb From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, January 23, 2012 11:23 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] using CSC for both 3.5 and 4.0

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

2012-01-06 Thread Bob Archer
Don't you want a build of common to trigger a build of Project1 and Project2? If so, you can set up a ccnet trigger to do that. Use a project trigger on Project1 & Project2. They will both trigger on a successful build of Common. Now, if you have Project1 and Project2 in the same queue that will

Re: [NAnt-users] Windows Installer for NAnt

2011-11-14 Thread Bob Archer
I don't put nant into program files. I put it into the lib folder of each project I use. This way, I can upgrade the version of nant used by the project without worrying about what everyone has installed or if it will break other projects. BOb > -Original Message- > From: Timotheus Po

Re: [NAnt-users] NAnt/NAntContrib has moved to github

2011-11-14 Thread Bob Archer
YEA! Congrats. Time to fork-n-hack. ;) > -Original Message- > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: Monday, November 14, 2011 1:56 AM > To: nant-develop...@lists.sourceforge.net; nant- > us...@lists.sourceforge.net; nantcontrib-develo...@lists.sourceforge.net; > nant-annou...

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

2011-10-26 Thread Bob Archer
I have no problem unblocking the zip. If you do provide an installer then please continue the binary/zip distribution as well. You might consider creating a nu-get package with the ability to run the build from the nu-get console. Also, are you moving the source control to git and github... or

Re: [NAnt-users] Versions in Properties are compared as strings

2011-10-25 Thread Bob Archer
The property task documentation shows that the "value" element is a string. So, I am guessing anything you put into a property is done with a ToString(); You can run this to prove that out: The results are: [echo] Add

[NAnt-users] unsubscribe this guy..

2011-09-30 Thread Bob Archer
List mods... Can you please unsubscribe this guy: irfan.duhe...@de.gbs.com His out of office auto reply's are quite annoying. BOb -- All of the data generated in your IT infrastructure

Re: [NAnt-users] Find and Replace String.

2011-09-30 Thread Bob Archer
Is the file in question something that you control, or it a template file or something? If so, you can use a filterchain during a copy or move to replace tokens with some value. BOb From: Sastry, Dilip IN PUN SISL [mailto:dilip.sas...@siemens.com] Sent: Friday, September 30, 2011 6:51 AM To:

Re: [NAnt-users] rename a folder

2011-09-28 Thread Bob Archer
to use tofile or todir… since I don’t have ant set up to try it. BOb From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Wednesday, September 28, 2011 12:44 PM To: Bob Archer Cc: Khairuddin Abdullah; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] rename a folder Ant does this, you say

Re: [NAnt-users] rename a folder

2011-09-28 Thread Bob Archer
: Tuesday, September 27, 2011 6:51 PM To: Bob Archer Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] rename a folder Bob: Try the following on one or two folders as a test (make sure you create a back up, just in case). If you do not wish to purge old empty folders (with Company.* in

[NAnt-users] rename a folder

2011-09-27 Thread Bob Archer
Seriously, this should be easy but it is not. I want to rename folders.. but the move doesn't seem to want to. Can move rename a folder. Any examples? I am doing something like this:

Re: [NAnt-users] nant 0.91 alpha2 with VS 2010

2011-09-23 Thread Bob Archer
I have been using MSBuild for quite a while. Does the solution task have advantages over it? BOb > -Original Message- > From: Dominik Guder [mailto:o...@guder.org] > Sent: Friday, September 23, 2011 4:35 PM > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] nant 0.91 alp

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

2011-08-29 Thread Bob Archer
t paradigm. I agree, this methodology has a lot of power. I don't thing I need to add this much complexity to the build system for this application. Thanks Scott From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, August 29, 2011 12:52 PM To: Scott Pennington; nant-users@lists.

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

2011-08-29 Thread Bob Archer
dhr.alabama.gov] Sent: Monday, August 29, 2011 3:54 PM To: Bob Archer; Scott Pennington; nant-users@lists.sourceforge.net Subject: RE: xmlpoke vs token replace for Config Files I do believe that only works for Windows applications, not web applications, but I could be wrong. Brian Wilson Pro

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

2011-08-29 Thread Bob Archer
You might want to take a look at slow cheetah. http://www.hanselman.com/blog/SlowCheetahWebconfigTransformationSyntaxNowGeneralizedForAnyXMLConfigurationFile.aspx BOb From: Scott Pennington [mailto:spenning...@prosper.com] Sent: Monday, August 29, 2011 2:50 PM To: nant-users@lists.sourceforge.n

Re: [NAnt-users] Restarting a script conditionally

2011-08-09 Thread Bob Archer
Two hours. Wow... No, but you can check by using UPTODATE to see if any source is newer than the binaires or outputs or whatever and skip stuff as needed. I do with our sql packaging stuff. We use a tool called DbGhost packager that is an EXE you can ship to update a database. However, the pack

Re: [NAnt-users] sending SMS messages with NANT

2011-06-09 Thread Bob Archer
Probably be easier to use the email and send it that way. Every wireless provider provides an email to SMS gateway. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Thursday, June 09, 2011 4:48 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] sending SMS messages

Re: [NAnt-users] TryCatch

2011-06-08 Thread Bob Archer
There is no requirement to use TryCatch. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Wednesday, June 08, 2011 3:58 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] TryCatch Is it necessary to wrap a around a task? Thanks, Jim --

Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Bob Archer
I'm sure you'll find something to do. I know the other team who's build I automated which used to take 1 person a day and they did it once a week has found stuff to keep herself busy. Also, QA doesn't have to wait a week for new builds to test. From: Jed Padilla [mailto:jpadi...@flclerks.com] S

Re: [NAnt-users] Solution format of file is not supported.

2011-05-26 Thread Bob Archer
Did you try it without passing any properties? Frankly I use the exec task to run MSBuild. Can you build with MSbuild from your command line? Be sure that works so you can rule this out as an issue. BOb From: Jed Padilla [mailto:jpadi...@flclerks.com] Sent: Thursday, May 26, 2011 4:01 PM To:

Re: [NAnt-users] Is there a template/example for this setup?

2011-05-13 Thread Bob Archer
hris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, May 13, 2011 9:37 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Is there a template/example for this setup? CI Factory's scripts do this. IIRC he creates a text file with any changed files to determine if th

Re: [NAnt-users] Is there a template/example for this setup?

2011-05-13 Thread Bob Archer
CI Factory's scripts do this. IIRC he creates a text file with any changed files to determine if the project needs to be built. While I don't use CI Factory anymore I got several ideas from it and learned quite a few nant tricks. Even if you don't use it, setting it up and looking at the scripts

Re: [NAnt-users] Changesets included in the current build?

2011-05-11 Thread Bob Archer
I expect the easiest way would be to use a command line tfs client via the EXEC nant tag. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Wednesday, May 11, 2011 10:50 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Changesets included in the current build? C

Re: [NAnt-users] (no subject)

2011-05-11 Thread Bob Archer
I think modifierNotifcationTypes defaults to always. But I'm not sure notification to groups has any default. The docs I look at don't list one. Can you add an "Allways" notification type to your groups and see if that works. That said it could be trying to send the email and failing. Are you su

Re: [NAnt-users] (no subject)

2011-05-11 Thread Bob Archer
Can you send your full ccnet config or at least what is in the publishers section. Of course, this really is a ccnet issue, not a nant issue. You could ask for help on the CCNet google group. > No ccnet does not send a "build failed" email when nant calls > ; hence I posted the question. I'm no

Re: [NAnt-users] (no subject)

2011-05-10 Thread Bob Archer
> I've started using ccnet with NAnt, where my ccnet script calls a > NAnt script to do the actual build. However, I want ccnet to send > an e-mail, not nant, when a script fails. I have a > ccnet block that I want executed that sends the e-mail. > > -chris We do that. Did you have a question?

Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Bob Archer
, hence "false." I should've said "I wanted to set the read only attribute to false." -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, May 05, 2011 9:59 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Help recursively setting readonly attr

Re: [NAnt-users] Help recursively setting readonly attribute

2011-05-05 Thread Bob Archer
If you want to set the read only attribute, wouldn't you set readonly="true" ??? BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 04, 2011 6:01 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help recursively setting readonly attribute I thought I had

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

2011-04-18 Thread Bob Archer
> just upgraded to .NET 4.0 and NAnt 0.91 Alpha 2 and got the same > problem as others reported. > > Looks like its not a problem with your .NET 4.0 install nor with > NAnt itsself. > > After unpacking the zip file, all distributed .dll and .exe files > are "blocked". > Right click on a single f

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
> On Mon, Mar 14, 2011 at 10:11 AM, Markus Ewald > wrote: > >  On 3/14/2011 6:03 PM, Ryan Boggs wrote: > >> Hi, > >> > >> I'm trying to pick up development again.  I had a big project > take up > >> much of my time the last couple of months. Now that the project > is > >> wrapping up, I can shift

Re: [NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
. Cc: Bob Archer; Subject: Re: [NAnt-users] Are people still using NAnt Hi, I'm trying to pick up development again. I had a big project take up much of my time the last couple of months. Now that the project is wrapping up, I can shift back here. I setup a branch that I am currently wo

[NAnt-users] Are people still using NAnt

2011-03-14 Thread Bob Archer
Hi Folks... we rely heavily on NAnt for our builds. But, it seems that development and activity here has really slowed down. Have people moved to MS Build or is NAnt just at that stage where it is stable enough so people don't have problems with it and it doesn't need a lot of changes? BOb ---

Re: [NAnt-users] may I get nant exec task error message?

2011-02-10 Thread Bob Archer
> I want to use output="log.txt" failonerror="false"> if=${int::parse(errorcode)!=0}/> > to get errocode if exit 0 or not,if not print out what happened in > my logfile > now I use to exec aaa.bat execute fail like there is no aaa.bat > file, output > log.txt would not generate > I couldn't ge

Re: [NAnt-users] may I get nant exec task error message?

2011-02-10 Thread Bob Archer
> I use nant exec task to auto build script for a while.I can get > error code but I > can't get error message in property.I want to record error message > when it fail > build.Is that possible without using xmllogger log everything then > find errors > Thanks for help Can you clarify what you wan

[NAnt-users] XmlPoke

2011-01-14 Thread Bob Archer
Is there anyway to get XmlPoke this to "preservewhilespace"? BOb -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact

Re: [NAnt-users] Using NAnt to build Windows Application

2011-01-14 Thread Bob Archer
lson > Department of Human Resources - Administrative Services > Email: brian.wil...@dhr.alabama.gov > > > > -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: Friday, January 14, 2011 12:17 PM > To: Wilson, Brian; 'nant-users@lists.

Re: [NAnt-users] Using NAnt to build Windows Application

2011-01-14 Thread Bob Archer
> Thank you, > > Brian Wilson > Department of Human Resources - Administrative Services > Email: brian.wil...@dhr.alabama.gov > > > > -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: Friday, January 14, 2011 12:17 PM > To: Wils

Re: [NAnt-users] Using NAnt to build Windows Application

2011-01-14 Thread Bob Archer
> Good Morning, > > Has anyone ever used NAnt to build a windows application? If so, > is there any special steps to do? How do you handle the automatic > inclusion of a library you developed? What do you mean by "windows application"? That's all I've ever used nant for. Or do you mean "window

Re: [NAnt-users] how to use property in echo

2010-12-03 Thread Bob Archer
> I want to dynamic generate a nant file for nant task use. I use > echo file to > generate. But property change to value that I don't want.for > example: > value="${datetime::now()}" > > test.xml would become like > > How can I let it become below > > Thanks. I

Re: [NAnt-users] Different file sizes when publishing a web site using Nant

2010-11-23 Thread Bob Archer
Did you verify they are building with the same version of .Net framework? Also, are you doing the nant and visual studio build on the same PC for comparison? From: Paulo Mello [mailto:paulo...@gmail.com] Sent: Tuesday, November 23, 2010 6:19 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-

Re: [NAnt-users] Exec task not releasing exe

2010-11-23 Thread Bob Archer
ccount. So, I had to login as the build user, run psexec, accept the licese, then restart the ccnet service (to pick up the path change). After I did that all was well. From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, November 17, 2010 1:11 PM To: nant-users@lists.sourceforge.net

[NAnt-users] Exec task not releasing exe

2010-11-17 Thread Bob Archer
Our build server crashed so I had to build a new one. It was Windows 2003 not on Windows 2008R2 64-bit. Our build script seems to have an issue... one of the build tools that is run with an exec task doesn't exit when run via nant. However, if I run it at the command line it exits fine. If I en

Re: [NAnt-users] Target Failure Determination

2010-11-02 Thread Bob Archer
I don't know a way to do it. But, you could just look at the log to figure it out. The last task to run is the one that failed. From: Macdiarmid, James D. [mailto:james.d.macdiar...@saic.com] Sent: Monday, November 01, 2010 1:50 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Target

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

2010-10-18 Thread Bob Archer
> Hey Guys, > > How do you all feel about moving NAnt to git? Do you guys think > that > it would be a welcome change? > > Thanks, > Ryan Moving off of CVS would be great. I love GIT, especially its speed... but what really makes GIT shine for open source it GITHub. It allows a simple way for

Re: [NAnt-users] Copy task and file write time stamp ...

2010-10-05 Thread Bob Archer
touch? From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Tuesday, October 05, 2010 2:50 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Copy task and file write time stamp ... The default behavior of the task is that file write times for the source file are reflected at the de

Re: [NAnt-users] Building Java apps from a Nant script ....

2010-09-29 Thread Bob Archer
How about running Ant with the exec task? BOb From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Wednesday, September 29, 2010 2:42 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Building Java apps from a Nant script It looks like I am going to have to integrate some Java

Re: [NAnt-users] specifying a null reference

2010-08-30 Thread Bob Archer
Did you try Extension="" ? BOb From: Adam Bruss [mailto:abr...@awrcorp.com] Sent: Sunday, August 29, 2010 12:32 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] specifying a null reference Hello, >From the nant doc change-extension function: Extension string The new extension (

Re: [NAnt-users] Announcing NAnt 0.91 Alpha2

2010-08-23 Thread Bob Archer
> Announcing NAnt 0.91 Alpha2 > We are proud to announce the second alpha release of NAnt 0.91. > Congrats on this release. Thanks to you and all the nant devs. BOb -- This SF.net email is sponsored by Make an app th

Re: [NAnt-users] unsubscribe

2010-07-19 Thread Bob Archer
Use instead. Value will quote the argument while line will pass it as is. BOb From: Pavan Vadavalli [mailto:pavan.vadava...@gmail.com] Sent: Friday, July 16, 2010 6:07 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] unsubscribe 2010/7/17 Andréys Guillaume mailto:guillaume.and

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-08 Thread Bob Archer
that supports .Net 4. Thanks... BOb > > -Original Message- > > From: Bob Archer [mailto:bob.arc...@amsi.com] > > Sent: Tuesday, June 08, 2010 11:56 AM > > To: Ryan Boggs > > Cc: nant-users@lists.sourceforge.net > > Subject: Re: [NAnt

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-08 Thread Bob Archer
Another thing perhaps I should mention is that I use the exec task to run mbUnit. Perhaps I need to configure mbunit to run under .Net 4 somehow? BOb > -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: Tuesday, June 08, 2010 11:56 AM > To: Ryan Bogg

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-08 Thread Bob Archer
> > Where? By "use" do you mean targeting? Yes... all the projects are set > to target .Net 4.0. > > Yes, that is what I meant. > > > > Of course, MBUnit itself is probably build with .Net 2.0. But, I didn't > build that... I use the shipped binaries. > > I took a look at their site and it doesn'

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-07 Thread Bob Archer
> Hi, > > On Jun 7, 2010, at 7:31 AM, Bob Archer wrote: > > > YEs... that is just my test project. It is build with the system so > > compiled with the .Net 4.0 compilers. > > So is the project that references that assembly set to use a > specific .Net version?

Re: [NAnt-users] MbUnit not running under .Net 4.0...

2010-06-07 Thread Bob Archer
YEs... that is just my test project. It is build with the system so compiled with the .Net 4.0 compilers. BOb > -Original Message- > From: Ryan Boggs [mailto:rmbo...@gmail.com] > Sent: Saturday, June 05, 2010 3:32 PM > To: Bob Archer > Cc: nant-users@lists.sourceforge.ne

[NAnt-users] MbUnit not running under .Net 4.0...

2010-06-03 Thread Bob Archer
Ok... almost there... I am now getting the following error: [exec] Message: Could not load file or assembly 'AmsiWeb.Test' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. [exec] Source: mscorlib [exec] StackTrace: So

Re: [NAnt-users] Building .Net 4.0 with .91 Alpha 1 problems

2010-06-03 Thread Bob Archer
er than this snippet from > my build script: > > verbose="true"> > > >line="/logger:nant/ThoughtWorks.CruiseControl.MSBuild.dll;msbuild- > results.xml" /> > > > When I run the build I get the errors that I sen

Re: [NAnt-users] Building .Net 4.0 with .91 Alpha 1 problems

2010-06-03 Thread Bob Archer
hen I run the build I get the errors that I sent in the OP (shown below). Perhaps the logger is an issue? Thanks, BOb > On Wed, Jun 2, 2010 at 2:00 PM, Bob Archer wrote: > > I am getting the following errors trying to build a .Net 4.0 project > with > > .91 Alpha 1. > >

[NAnt-users] Building .Net 4.0 with .91 Alpha 1 problems

2010-06-02 Thread Bob Archer
I am getting the following errors trying to build a .Net 4.0 project with .91 Alpha 1. It took me a while to get all the right stuff installed on the build server. In install the Windows SDK 7.1, the riaservices with SERVER=TRUE switch, the SL 4 SDK... and still I couldn't get it to build with

Re: [NAnt-users] .NET 4.0 Support in the latest Nightly Release

2010-05-19 Thread Bob Archer
> Just letting everyone know that the nightly release that went out > today has .NET 4.0 support that REALLY needs testing. Please test to > your heart's content and report any bugs that you guys come across. > > You can go to the file section in sourceforge and download the files > under nightly

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

2010-05-19 Thread Bob Archer
What can you code without System.dll? Doesn't that have all the base types... or are those in mscorlib? BOb > Ron, > > This was done to improve portability and readability of build scripts. > I prefer to give users more control (in this case over the assemblies they > want to reference in scrip

[NAnt-users] .Net 4.0 support...

2010-05-12 Thread Bob Archer
I see that the nightlys are supposed to support .Net 4.0. Can I ask what is required for that to work? Since WinSDK v7.1 hasn't yet been released (WTH are they waiting for) is it not needed? Or are you installing VS 2010 on your build servers? If that is the case, can I install VS 2010 Web Dev E

Re: [NAnt-users] NAntContrib seems rather dead?

2010-04-21 Thread Bob Archer
I've been using the exec task to run svn for years. nant contrib was just not keeping up with svn changes. From: Pento, Michael [mailto:mpe...@metratech.com] Sent: Wednesday, April 21, 2010 10:11 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NAntContrib seems rather dead? As I wa

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-21 Thread Bob Archer
CCNet is really designed for unattended builds. If no one is attending the build (sitting at the console of the machine where ccnet is running) then who is going to put in the credentials when Nant prompts for them? BOb From: Simon H [mailto:yo...@live.com] Sent: Wednesday, April 21, 2010 12:3

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-21 Thread Bob Archer
Why are you running builds against production databases. That seems wrong to me. Your CI builds/test should be done against a test and/or staging database that doesn't have sensitive data in it. In other words your "development environment" should include a development only DBs. BOb From: Si

Re: [NAnt-users] Edit a file in place using replacetokens

2010-04-19 Thread Bob Archer
I seem to recall the same issue. What I ended up doing was a copy, then delete the old file then "move" to the original file name. BOb From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: Monday, April 19, 2010 2:44 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Edit a fi

Re: [NAnt-users] Using "if" to test for existence of properties

2010-04-13 Thread Bob Archer
: NAnt Users Cc: Durand Van Arnem; Bob Archer Subject: Re: [NAnt-users] Using "if" to test for existence of properties Same strategy here; ensure the property exists and then use the if attribute to test its value. One place where you can use the if / unless attributes to test existence is

Re: [NAnt-users] Using "if" to test for existence of properties

2010-04-13 Thread Bob Archer
I think I have run into this before. I think the easiest fix is to make sure the property always exists. Then you can check to see if it is not empty. BOb From: Durand Van Arnem [mailto:duran...@hotmail.com] Sent: Tuesday, April 13, 2010 10:33 AM To: NAnt Users Subject: [NAnt-users] Using "if"

[NAnt-users] test of nant in Git

2010-04-04 Thread Bob Archer
Just for giggles I imported the nant cvs repository into git then I put it on github under my account. I think sourceforge also hosts git repos but GitHub has many great features for open source projects that let users fork the project and they can make changes and send you a pull request... thi

Re: [NAnt-users] Announcing NAnt 0.90-alpha1

2010-04-01 Thread Bob Archer
> Subject: [NAnt-users] Announcing NAnt 0.90-alpha1 > > No, this is not an April Fool's joke. This is for real.. :) > > After months of hard work by volunteer's and continuing guidance from > Gert Driesen, we finally have the first official release of NAnt in > over 2 years. Congratulations to

Re: [NAnt-users] Target Framework net-3.5 Configuration

2010-03-25 Thread Bob Archer
I use the latest nightly and it works ok. But, I explicity let the targetframework property in the scripts. I also use the msbuild task rather then the csc task.. but I assume it uses the same mechanism to determine which to use. BOb From: Christopher Brandt [mailto:xtopher.bra...@gmail.com]

Re: [NAnt-users] Progress update and upcoming NAnt 0.90-alpha1

2010-03-25 Thread Bob Archer
I saw the comment about moving away from CVS. Might I suggest you consider moving to Git? Github is a great resource and free for Open source projects. It makes branching/forking the project very easy. BOb > -Original Message- > From: Charles Chan [mailto:cchan...@users.sourceforge.net

Re: [NAnt-users] Progress update and upcoming NAnt 0.90-alpha1

2010-03-25 Thread Bob Archer
Wow... that's great news. I also want to thank everyone involved in this project. It has enabled me to perform automated builds for several years now. I reviewed the bug fixes and see a few things I reported fixed. That's good to see. One concern I have is that .Net 4.0 support is planned for e

[NAnt-users] What are the plans for nant

2010-03-24 Thread Bob Archer
It's been quite a while since there has been a nant release. What are the plans for it? Are the primary dev's still finding time to work on it? Gert and others? For example, any support for .Net 4 and VS 2010? Or... have the contributors pretty much put it in legacy mode expecting that everyon

Re: [NAnt-users] WebRequest

2010-03-17 Thread Bob Archer
Did you try the references node inside the script node? Look at the docs for the script task: http://nant.sourceforge.net/release/0.86-beta1/help/tasks/script.html BOb From: Lionel Morrison [mailto:lmorri...@lifeware.com] Sent: Wednesday, March 17, 2010 11:12 AM To: nant-users@lists.sourceforg

Re: [NAnt-users] Nant VS CC.NEt

2010-02-04 Thread Bob Archer
JP Boodhoo has a great series of blog posts on this topic... with step by step on setting up your build script with nant and then enabling continuous integration with CC.net... It starts here: http://blog.jpboodhoo.com/AutomatingYourBuildsWithNAntPart1.aspx BOb From: Phil Sayers [mailto:p...@

  1   2   3   4   5   >