Re: [NAnt-users] Hi all

2015-05-19 Thread Timotheus Pokorra
Hello Fabien, I did not check the mail folder for NAnt for a very long time... > I’d like to know if people still here could send on the ML any link, any > piece of custom script task that could be added to the main Nant website? Or > anything else that users can do to shock this project back to

Re: [NAnt-users] Hi all

2014-12-29 Thread Ryan Boggs
Hi, See inline... On Wed, Dec 24, 2014 at 1:29 AM, Fabien Poirier wrote: > Hi, > > > > My name is Fabien, I was using Nant as a .Net build tool on C# projects. > Now I’ve changed of work and I am using it as a build tool for Delphi > projects (yes). > Nice to meet you. > > > I am using SVN an

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

Re: [NAnt-users] Difference between debug and verbose command-line switches?

2013-07-17 Thread MacDiarmid, James D.
Thank you Martin. From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, July 16, 2013 9:09 PM To: MacDiarmid, James D. Subject: RE: [NAnt-users] Difference between debug and verbose command-line switches? Jim debug = script traverses each component and spills the

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
Thanks Bob! That fixed it. -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Monday, June 17, 2013 1:18 PM To: Labout, Douglas; 'nant-users@lists.sourceforge.net' Subject: RE: Nested variables Right... so use the property::get-value() function. I think this is what yo

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
Right... so use the property::get-value() function. I think this is what you need to do: ${ProjectName} ${V

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
Hmm, Let's see if I can explain it better... Here is the properties file that contains all the components to be built and their associated views and labels. # Projects Build Order Project.Name=WCFServices Project.Build.Directory=C:\/VisualStudio\/ Project.Build.Order=NETComponents,NETDLLs,App Pr

Re: [NAnt-users] Nested variables

2013-06-17 Thread Bob Archer
Ok... I guess I'm still not understanding what is in each variable: > You are correct in that I'm trying to put together a couple of variables. > The build order is assigned to the variable ${properties.project.Ord}. I then What is the exact text in that variable? > append to the end of that var

Re: [NAnt-users] Nested variables

2013-06-17 Thread Labout, Douglas
Bob, You are correct in that I'm trying to put together a couple of variables. The build order is assigned to the variable ${properties.project.Ord}. I then append to the end of that variable the .ProjectName, .ViewName, and .Label and assign them to ${ProjectName}. I then pass $ProjectName to my

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] error CS0246: The type or namespace name 'Form1'

2013-06-13 Thread Vadivel Natarajan
Hi All, Help please. It's very urgent. Thanks. From: Vadivel Natarajan Sent: Friday, June 14, 2013 2:16 AM To: 'nant-users@lists.sourceforge.net' Subject: error CS0246: The type or namespace name 'Form1' Hi All, Am new to this NAnt environment. Currently am developing a NAnt script to build a

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-06-13 Thread Bhavani Kapparmath
math; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails Hi Bhavani I suspect that you'll find those errors are the same as those you see during an interactive compile. If you really want to suppress them (I'd put my effort into fixing the underl

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-06-10 Thread Bevan Arps
c task has an attribute for this. Keep smiling Bevan. -Original Message- From: Bhavani Kapparmath Sent: 6/10/2013 7:54 PM To: bevan.a...@clear.net.nz; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails Hi Bevan, After VS2010 build is succes

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-06-10 Thread Bhavani Kapparmath
; Toubro Limited - Proprietary From: bevan.a...@clear.net.nz [mailto:bevan.a...@clear.net.nz] Sent: Saturday, May 25, 2013 5:54 AM To: nant-users@lists.sourceforge.net; Bhavani Kapparmath Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Devenv.Com is designed for use for

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread bevan . arps
, May 24, 2013 3:52 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a while), devenv.exe is what you run for an interactive session, devenv.com for batch processing. Some background. If you

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Bhavani Kapparmath
here? Thank yu so much From: Bevan Arps [bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 3:52 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Nikhil Gupta
this email has been classified: > > ( ) Larsen & Toubro Limited - General Business > > (X) Larsen &Toubro Limited - Internal Use > > ( ) Larsen &Toubro Limited - Confidential > > ( ) Larsen & Toubro Limited - Proprietary > > > > *Fro

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Bhavani Kapparmath
sen & Toubro Limited - Proprietary From: Bevan Arps [mailto:bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 3:53 PM To: Bhavani Kapparmath; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command from NAnt fails As I recall (it's been a while), devenv.exe i

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Bevan Arps
, cmd, exe, com. So specifying "devenv" works just like "devenv.exe". Keep smiling Bevan -Original Message- From: Bhavani Kapparmath Sent: 5/24/2013 9:40 PM To: bevan.a...@clear.net.nz; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] VS2010 devenv command fro

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Bhavani Kapparmath
@gmail.com] Sent: Friday, May 24, 2013 2:17 PM To: Bhavani Kapparmath Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Any specific reason you are using devenv? Try using msbuild.exe instead. On May 24, 2013 1:48 PM, "Bhavani Kapparmath&quo

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Bhavani Kapparmath
[mailto:bevan.a...@clear.net.nz] Sent: Friday, May 24, 2013 2:11 PM To: nant-users@lists.sourceforge.net; Bhavani Kapparmath Subject: Re: [NAnt-users] VS2010 devenv command from NAnt fails Two suggestions. Firstly, are you executing devenv.com or devenv.exe ? When I have needed to use the last resort

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread Nikhil Gupta
Any specific reason you are using devenv? Try using msbuild.exe instead. On May 24, 2013 1:48 PM, "Bhavani Kapparmath" wrote: > Hello All, > > > > We are facing issue with building VS2010 from NAnt. Below are the details: > > > > · We migrated our project from Visual studio 2005 to Visua

Re: [NAnt-users] VS2010 devenv command from NAnt fails

2013-05-24 Thread bevan . arps
Two suggestions. Firstly, are you executing devenv.com or devenv.exe ? When I have needed to use the last resort of executing VS directly, using devenv.com has been far more reliable than devenv.exe. Secondly, have you considered using MSBuild? Unless you’re doing something not supported by

Re: [NAnt-users] FW: readregistry issue

2012-11-29 Thread Jasper Moeller
; > -Original Message- > From: Chad Petersen [mailto:chad.peter...@harlandfs.com] > Sent: April-04-12 1:31 PM > To: Demian Brecht; Ryan Boggs > Cc: nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] FW: readregistry issue > > 32-bit binaries don't gener

Re: [NAnt-users] Cannot get function version::get-build to work

2012-10-18 Thread Dominik Guder
Hi, as in http://nant.sourceforge.net/release/latest/help/functions states version::get-build needs a version as parameter. Therefore you need to do a version::parse() before. In addition you need to encapsulate your version with ' to get a string. value="${version::get-build(version::parse('1.0.

Re: [NAnt-users] nant multitarget support?

2012-09-09 Thread Richard Birkby
I find the MSBuild task from NantContrib works perfectly. Richard On Sun, Sep 9, 2012 at 10:52 AM, Bevan Arps wrote: > Fwiw, I've found the task too limiting. > > Instead I use to run msbuild for either the whole solution or a > specific project. This approach handles your scenario of using

Re: [NAnt-users] nant multitarget support?

2012-09-09 Thread Bevan Arps
Fwiw, I've found the task too limiting. Instead I use to run msbuild for either the whole solution or a specific project. This approach handles your scenario of using the C# 4.0 compiler to target .Net 3.5. Keep smiling Bevan. -Original Message- From: Stefan Arn Sent: 9/5/2012 9:1

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 Hawkins, John
...@amsi.com] Sent: Wednesday, June 27, 2012 12:21 PM To: Hawkins, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] NANT-LOG4NET ERROR:internet zone > Nant will not start after Windows update to Win 2008 server. Get > log4net error. Tried putting name="requirePermission&

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

2012-06-27 Thread Hawkins, John
Subject: RE: [NAnt-users] NANT-LOG4NET ERROR:internet zone > 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

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
Sent: Wednesday, May 30, 2012 3:39 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help copying a folder structure This way... From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 30, 2012 3:13 PM To: nant-users@lists.sourceforge.net Subject: [N

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

2012-05-31 Thread Chris Fouts
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, May 30, 2012 3:39 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help c

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

2012-05-30 Thread Ryan Boggs
Hey Chris, What version of NAnt are you using? Thanks, Ryan On May 30, 2012, at 12:39 PM, Chris Fouts wrote: > This way… > > > > > > > > > From: Chris Fouts [mailto:chris.fo...@caemilusa.com] > Sent: Wednesday, May 30, 2012 3:13 PM > To: nant-users@lists.sourceforge.n

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

2012-05-30 Thread Chris Fouts
This way... From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 30, 2012 3:13 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help copying a folder structure I looked at this http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html, and go

Re: [NAnt-users] 0.92 Beta 1 release not compiled with NET_4_0 define

2012-05-14 Thread Peter McEvoy
Thanks for quick feedback. Running out the door now, so will add in the morning if that is OK. Cheers Pete On 14 May 2012 18:07, Ryan Boggs wrote: > Hi Peter, > That preprocessing statement was added during the 0.91 release phase, when > NAnt was still using the .NET 1.0 runtime by default. W

Re: [NAnt-users] 0.92 Beta 1 release not compiled with NET_4_0 define

2012-05-14 Thread Ryan Boggs
Hi Peter, That preprocessing statement was added during the 0.91 release phase, when NAnt was still using the .NET 1.0 runtime by default. We were having issues between .NET 1.0 and 4.0, which is why that statement is there. I just took a look at the .NET docs and the AppDomain.CreateDomain metho

Re: [NAnt-users] Coordinating file access

2012-04-24 Thread Chris Fouts
I ended up copying the file to a file.lck (added a .lck file extension), and check for the existence of this file extension. -chris From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, April 24, 2012 3:24 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Coordinating f

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes I have a modified copy of the XMLLIST task that I use for this. This issue comes up quite often for me; I don't understand why this type of situation/solution seems to get downplayed as "...don't

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread mike
I have a modified copy of the XMLLIST task that I use for this.  This issue comes up quite often for me; I don't understand why this type of situation/solution seems to get downplayed as "...don't do that".You can find a way to the original here: http://weblogs.asp.net/soever/archive/2006/12/01/nan

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
hris 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, April 20, 2012 9:59 AM To: C

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
t: RE: xmlpeek and multiple nodes 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 A

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] String to int

2012-04-20 Thread Chris Fouts
Sorry, I see it now, it's int::parse(SomeString) From: Chris Fouts Sent: Friday, April 20, 2012 10:53 AM To: nant-users@lists.sourceforge.net Subject: String to int I'm using the convert::to-int function to convert a string property into an int so I can increment it. However I get this (albeit j

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 Chris Fouts
So no canned support for this? -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, April 20, 2012 9:59 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: xmlpeek and multiple nodes In other words, if you can't get to a specific node with an XPath expression you rea

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
In other words, if you can't get to a specific node with an XPath expression you really need to roll your own. That's really what it is designed for. You could do something like what you are doing, however, you probably still need your own script task to get the count of matching nodes. A quick

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
If I can find out how to loop through them all, I can do the rest. From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, April 20, 2012 9:54 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: xmlpeek and multiple nodes But, is there something unique in the node that you want

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 multipl

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
That's all I want to do, find a node and update it. From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, April 20, 2012 9:36 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: xmlpeek and multiple nodes For more than a simple find a node and update it I would recommend you w

Re: [NAnt-users] NAnt/NAntContrib 0.92 tentative release schedule

2012-04-15 Thread Ryan Boggs
Hi, Just wanted to give everyone a heads up. The release schedule has been pushed out a week to try to get a couple more updates in before the first alpha is out the door, which will now be next weekend (April 21/22). Sorry for the inconvenience this may have caused. Thanks, Ryan On Wed, Mar 2

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
:31 PM To: Demian Brecht; Ryan Boggs Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] FW: readregistry issue 32-bit binaries don't generally know anything about 64-bit Windows (registry, folders, ODBC, etc) and will resolve to (be redirected to) Wow6432Node for registry read

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Chad Petersen
64 is the 32-bit location, as unintuitive as it sounds. -Original Message- From: Demian Brecht [mailto:dbre...@popcap.com] Sent: Wednesday, April 04, 2012 12:33 PM To: Ryan Boggs Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] FW: readregistry issue Now I'm wonde

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
Boggs' Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] FW: readregistry issue Thanks for the follow up. I had included the hive in one of my many variations in trying to get it to work (it defaults to "LocalMachine" according to the docs, so I assumed that I woul

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Demian Brecht
-users@lists.sourceforge.net Subject: Re: [NAnt-users] FW: readregistry issue I should note that I tested on a Win32 machine. I am not sure if the reg path is different on a Win64 system for Python. Thanks, Ryan On Wed, Apr 4, 2012 at 11:29 AM, Ryan Boggs wrote: > I'm not sure where the &qu

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I should note that I tested on a Win32 machine. I am not sure if the reg path is different on a Win64 system for Python. Thanks, Ryan On Wed, Apr 4, 2012 at 11:29 AM, Ryan Boggs wrote: > I'm not sure where the "3D" prefixes came from in your original > posting but this is working for me (just t

Re: [NAnt-users] FW: readregistry issue

2012-04-04 Thread Ryan Boggs
I'm not sure where the "3D" prefixes came from in your original posting but this is working for me (just tested): I am hoping that the above line isn't mangled in the email. Don't forget to include the hive in Thanks, Ryan On Wed, Apr 4, 2012 at 11:22 AM, Demian Brecht wrote: > Sorry, should

Re: [NAnt-users] new to Nant

2012-04-02 Thread Ruben Rotteveel
Awesome, that worked. From: Philip Sayers [mailto:p...@cds-am.net] Sent: Monday, April 02, 2012 8:37 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] new to Nant Hi Ruben, I found that the APTC attribute needed to be constructed slightly differently. This works for me

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] new to Nant

2012-03-31 Thread Ryan Boggs
; > -- Forwarded message -- > From: Ryan Boggs > Date: Sat, Mar 31, 2012 at 10:06 AM > Subject: Re: [NAnt-users] new to Nant > To: Ruben Rotteveel > > > Hi Ruben, > > Unfortunately, I think this could possibly be a bug in the asminfo > task.  I'm

Re: [NAnt-users] new to Nant

2012-03-31 Thread Ryan Boggs
Forgot to CC list. Sorry about that. Thanks, Ryan -- Forwarded message -- From: Ryan Boggs Date: Sat, Mar 31, 2012 at 10:06 AM Subject: Re: [NAnt-users] new to Nant To: Ruben Rotteveel Hi Ruben, Unfortunately, I think this could possibly be a bug in the asminfo task.  I&#

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

2012-03-19 Thread Dominik Guder
2012 5:50 PM > *To:* nant-users@lists.sourceforge.net > *Subject:* Re: [NAnt-users] Nant property passed to CC.NET for pass/fail > condition? > > I thought I had this figured out. > > I see that I’m calling my task in my Nant script. I see it in my > ccnet console > > fail

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

2012-03-19 Thread Chris Fouts
is.fo...@caemilusa.com] Sent: Monday, March 19, 2012 5:50 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? I thought I had this figured out. I see that I'm calling my task in my Nant script. I see it in my ccnet con

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

2012-03-19 Thread Chris Fouts
SUCCEEDED"? -chris From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, February 29, 2012 3:15 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition? Thanks Adam and Bob. From: Adam Bruss [mailto:abr...@aw

Re: [NAnt-users] Copy/Move directory fix

2012-03-19 Thread Ryan Boggs
Hi, Just a quick update, I made some additional adjustments to this fix based on some feedback I have received and updated the pull request link below. I'm CCing the user list just in case there are people in here that are interested in reviewing this change. Feel free to provide any feedback to

Re: [NAnt-users] Unable to use latest nant 0.91

2012-03-14 Thread Timotheus Pokorra
Hello Sunil, I assume you are working with a task. See the example (iii) at http://nant.sourceforge.net/nightly/latest/help/tasks/script.html You would include there the System.Xml.dll