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

2012-05-31 Thread Chris Fouts
Thanks! From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, May 31, 2012 9:44 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Help copying a folder structure If you want to go FROM src TO dest, it looks like you have your code backwards... shouldn't

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

[NAnt-users] Help copying a folder structure

2012-05-30 Thread Chris Fouts
? -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named recipient(s), please immediately notify the sender, delete this e-mail message without

[NAnt-users] loadnanttasks cannot load x86-Dlls anymore

2012-05-30 Thread Chris
some older COM-Dlls which can only be used by compiling my .Net Libraries for the platform "x86". Also registrykeys are now really read from HKLM\Software and not HKLM\Software\Wow6432Node, which is also a Problem to me. So is it possible to tell nant to run in an 32bit/x86 Mode? That would

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

[NAnt-users] Coordinating file access

2012-04-24 Thread Chris Fouts
I'm trying to set up N test machines to read/modify/write a file on yet another machine (build machine). Any Nant tips and tricks to coordinate such file access so only one test machine accesses the file? For example, does Nant have file locks/unlock tasks? -chris ***This e-mail messa

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
Silly me. This works for xmlpeek, but I can't xmlpoke on a nodeindex. Duh Backtrack -chris From: Chris Fouts Sent: Friday, April 20, 2012 11:18 AM To: nant-users@lists.sourceforge.net Subject: RE: xmlpeek and multiple nodes Ok, here's my workaround to parse this xml file, an

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
no name is ${name} testRunStatus is ${testRunStatus} mailto:bob.arc...@amsi.com] Sent: Friday, April 20, 2012 11:05 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subjec

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 th

[NAnt-users] String to int

2012-04-20 Thread Chris Fouts
ere. http://nant.sourceforge.net/release/0.85/help/functions/index.html -Chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named recipient(

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

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 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 recommen

[NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
tml But my nant version 0.91 complains about being an unknown task or data type. -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named r

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

2012-03-19 Thread Chris Fouts
To further explain, here's how I call my evaluate and call my target The project1_ok and project2_ok are bools that are set CORRECTLY by evaluating resultproperty values earlier in script. From: Chris Fouts [mailto:chr

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] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Chris Fouts
Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/> From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, Febru

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

2012-02-29 Thread Chris Fouts
if either 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

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

2012-02-29 Thread Chris Fouts
What is the nant property that is set for CC.NET to report a pass/fail condition? I assume I can modify this property? Is it nant.onfailure? Thanks! -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If

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

2012-02-23 Thread Chris Fouts
Ok thanks! From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, February 23, 2012 9:46 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: How to suppress errors? I think the best/only way you can do this is to create a batch file to do the disconnect and have it always

[NAnt-users] How to suppress errors?

2012-02-23 Thread Chris Fouts
One of the things I do in my script is to disconnect a network drive, regardless is it's connected or not, and of course if it's not already connected I get an error. I ignore the error via failonerror=false, but I want to go one step further and suppress the error generated. ***This e-mail m

Re: [NAnt-users] non-readonly properties

2012-02-22 Thread Chris Fouts
Thanks, I was actually setting the arguments in CCNET, via From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, February 22, 2012 1:25 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: non-readonly properties Properties set on the command line are always read-only. If

[NAnt-users] non-readonly properties

2012-02-22 Thread Chris Fouts
ect1_build" cannot be overwritten. I do echo the values for testing, I get the correct value, so should I just ignore the noise? -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have receive

[NAnt-users] Help with resultproperty please

2012-02-21 Thread Chris Fouts
e_ok to evaluate false if at least one of them fails. I know the way I have it, the buildmoduleN build will eclipse the buildmoduleN-1 build. So how can I set it up so if one buildmoduleN fails, the module_ok property persists? Thanks! -Chris ***This e-mail message is intended only for th

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

2012-01-17 Thread Chris Fouts
Thanks! From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, January 06, 2012 10:17 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] How to setup two projects with a subset of common files? Don't you want a build of common to trigger a build of Project

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

2012-01-05 Thread Chris Fouts
does that imply a serial build or parallel build? -chris From: Philip Sayers [mailto:p...@cds-am.net] Sent: Thursday, January 05, 2012 1:36 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] How to setup two projects with a subset of common files? Easiest way to ge

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

2012-01-05 Thread Chris Fouts
I found the answer to my own question, and it's Yes. From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Thursday, January 05, 2012 2:08 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] How to setup two projects with a subset of common files? Will this show BOTH pro

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

2012-01-05 Thread Chris Fouts
Will this show BOTH projects in the ccnet web dashboard? From: Philip Sayers [mailto:p...@cds-am.net] Sent: Thursday, January 05, 2012 1:36 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] How to setup two projects with a subset of common files? Easiest way to get

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

2012-01-05 Thread Chris Fouts
Thanks to all the replies. I just started looking at queues indeed. From: Brendan CM [mailto:veri...@gmail.com] Sent: Thursday, January 05, 2012 1:36 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] How to setup two projects with a subset of common files? The

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

2012-01-05 Thread Chris Fouts
should wait for the first running project to finish. Any pointers please? Thanks! -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named

Re: [NAnt-users] Need help with a NAnt internal error

2011-11-03 Thread Chris Fouts
Can you mimic how your GUIs (run button) call the Nant processes, and start off Nant from a command line window the way they do? Or if you have the code that starts the console window, put a cin <<; statement, which will freeze the window until you hit in it. -chris From: Macdiarmid, J

Re: [NAnt-users] Help with testing strings

2011-11-03 Thread Chris Fouts
Thanks. I tried this yesterday but put the "" and {} in the wrong place. Duh on me. From: Christopher Brandt [mailto:xtopher.bra...@gmail.com] Sent: Wednesday, November 02, 2011 5:26 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with testi

Re: [NAnt-users] Help with testing strings

2011-11-02 Thread Chris Fouts
uild" Else -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named recipient(s), please immediately notify the sender, delete

[NAnt-users] Help with testing strings

2011-11-02 Thread Chris Fouts
I'm using ccnet and Nant, not a unique situation. How can I test the passed-in CCNetBuildModification string in Nant so I can do the following pseudo-code If "${CCNetBuildModification} == "ForceBuild" Else -chris ***This e-mail message is intended only

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Chris Fouts
Thanks! I'm using CxxTest, not CppUnit, but your example will work since I have a *.exe file to run. I'll have to look further what resultproperty and how I can fit it in my environment. -chris From: Adam Bruss [mailto:abr...@awrcorp.com] Sent: 2011-10-05 17:14 To: Chris Fouts;

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Chris Fouts
Yes, I'm using CruiseControl.NET and Nant in my case. So when you say you have Nant run your executable with a certain flag, you mean in an task block? -chris From: Adam Bruss [mailto:abr...@awrcorp.com] Sent: 2011-09-30 16:54 To: nant-users@lists.sourceforge.net Subject: [NAnt-user

[NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-09-30 Thread Chris Fouts
Can someone please point me to an example how Nant can start a test suite using CxxTest or CppUnit? I just want to know how Nant gets its feedback from those systems. ...or any testing suite really. -chris ***This e-mail message is intended only for the above named recipient(s) and may

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

2011-08-31 Thread Chris Fouts
Expert .NET Delivery (Using Nant and CruiseControl.NET) by Marc Holmes From: Niranjan Bansal [mailto:bansalniran...@gmail.com] Sent: 2011-08-31 12:22 To: Scott Pennington Cc: nant-users@lists.sourceforge.net Subject: [NAnt-users] Good Nant book for beginner Hi, Can anyone recommend good book

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
I created a foreach loop to call all my targets, and this worked too. -chris From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Tuesday, June 21, 2011 12:47 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Calling a dependency twice? You're welcome. You may

Re: [NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
target gets executed only once, even when more than one target depends on it Brian Wilson Department of Human Resources Email: brian.wil...@dhr.alabama.gov<mailto:brian.wil...@dhr.alabama.gov> From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, June 21, 2011 9:58 AM To: nant

[NAnt-users] Calling a dependency twice?

2011-06-21 Thread Chris Fouts
Nant version 0.91, Build 0.91.3081.0 For some reason, I'm not able to call a "depends" target twice. Here's what I mean. Say I have http://p.sf.net/sfu/ephox-dev2dev___ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.

Re: [NAnt-users] question

2011-06-16 Thread Chris Fouts
Thanks for checking. I'll have to do it via CCNET then, since its target accepts credentials. -chris From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, June 16, 2011 1:03 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: question It appears the ba

Re: [NAnt-users] question

2011-06-16 Thread Chris Fouts
I am, but the "lab machine" I'm running the scripts, even though it's on the company network, is NOT on the company domain, so the logged-in user is just a local user, not a domain user. -chris From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, June

[NAnt-users] question

2011-06-16 Thread Chris Fouts
I want to test the target, but I need to provide a username/pw to our mail server and the target does not have provisions for this, at least not described here http://nant.sourceforge.net/release/0.85-rc2/help/tasks/mail.html. How do I send emails then? -chris ***This e-mail message is

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

2011-05-26 Thread Chris Fouts
Try "Debug" instead of "debug," like this... From: Jed Padilla [mailto:jpadi...@flclerks.com] Sent: Thursday, May 26, 2011 4:01 PM To: Chris Fouts; 'Br

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

2011-05-26 Thread Chris Fouts
The installation instruction for nantcontrib say to copy the \bin files in the \bin folder. Did you do that? -chris From: Jed Padilla [mailto:jpadi...@flclerks.com] Sent: Thursday, May 26, 2011 3:49 PM To: 'Brass Tilde' Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users

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

2011-05-26 Thread Chris Fouts
The target is buggy, and I've never been able to make it work. I just use the devenv.com command line. From: Jed Padilla [mailto:jpadi...@flclerks.com] Sent: Thursday, May 26, 2011 2:23 PM To: nant-users@lists.sour

[NAnt-users] nant -projecthelp question

2011-05-20 Thread Chris Fouts
clues why? -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named recipient(s), please immediately notify the sender, delete this e-mail

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

2011-05-13 Thread Chris Fouts
Ah, I didn't know about , thanks!!! -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, May 13, 2011 2:38 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: Is there a template/example for this setup? Its really as simple as comparing the current binary t

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

2011-05-13 Thread Chris Fouts
ile contents? I looked at the element and it did not seem to support this. -chris From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, May 13, 2011 12:41 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Is there a template/example for this setup? Thanks, but I don&

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

2011-05-13 Thread Chris Fouts
Thanks, but I don't have time to delve into yet another tool now, though I did d/l the app and perused through it a little. One thing that will help is if I can setup a nant target that checks for modifications on a certain folder, similar to the filtered element of ccnet. -chris From

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

2011-05-13 Thread Chris Fouts
e solution file Then if and only if ALL components build, I do - Check in files - Label files -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in er

Re: [NAnt-users] (no subject)

2011-05-11 Thread Chris Fouts
Yes I posted it in the ccnet group, but I'm not sure it's a ccnet issue, so I asked here too. Ccnet does know that the Nant script failed since the dashboard indicates so. One thing I see that I missed is the block, but shouldn't that default to

Re: [NAnt-users] (no subject)

2011-05-11 Thread Chris Fouts
No ccnet does not send a "build failed" email when nant calls ; hence I posted the question. I'm not sure I set this part up correctly. -Original Message- From: Adam Bruss [mailto:abr...@awrcorp.com] Sent: Tuesday, May 10, 2011 10:35 PM To: Chris Fouts; nant-users@lists.

Re: [NAnt-users] (no subject)

2011-05-10 Thread Chris Fouts
cript, and if the build fails in the NAnt script, it just calls the block of the NAnt script, and stops. From: Adam Bruss [abr...@awrcorp.com] Sent: Tuesday, May 10, 2011 8:02 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users

[NAnt-users] (no subject)

2011-05-10 Thread Chris Fouts
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 ***This e-mail message is intended onl

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

2011-05-05 Thread Chris Fouts
I did NOT want the files to be read only, 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 Subj

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

2011-05-05 Thread Chris Fouts
Message- From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, May 05, 2011 9:29 AM To: Chris Fouts Subject: RE: Help recursively setting readonly attribute I tried all kinds of options, for the attrib tag and could not get it to work. I can use a fileset on other tags, like

[NAnt-users] Help recursively setting readonly attribute

2011-05-04 Thread Chris Fouts
ories What am I missing? -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or propri

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
Unlocking the zip file did the trick, even unpacking it in C:\Program Files\NAnt. Thanks all! -chris From: Daniel Nauck [mailto:daniel.na...@gmail.com] Sent: Tuesday, May 03, 2011 1:33 PM To: Chris Fouts Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help with exception Try to

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
I have admin rights to the machine. I installed NAnt in C:\Program Files\NAnt\, which means I have the nant-0.91-alpha2 directory under that. Interestingly enough, I can run it with .NET 4.0 in a Windows 7 lab machine, as Administrator. -chris From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent

Re: [NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
I have MS .NET framework 4.0 From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Tuesday, May 03, 2011 12:00 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help with exception I just installed NAnt on my XP-based company laptop. When I run it I get the following. Any help

[NAnt-users] Help with exception

2011-05-03 Thread Chris Fouts
exception stack trace --- at NAnt.Console.ConsoleStub.Main(String[] args) -chris ***This e-mail message is intended only for the above named recipient(s) and may contain information that is sensitive or proprietary. If you have received this message in error or are not the named recipient(s), please immediately n

[NAnt-users] Help with

2011-04-29 Thread Chris Fouts
How can I "" as part of my in an ? For example..

Re: [NAnt-users] nant-0.91-alpha1 Build & Windows 7/2008

2010-06-15 Thread Chris Taylor
Does the user executing have prilidges to read/write? Sent from my iPhone On Jun 15, 2010, at 5:25 PM, "Scott Jeslis" wrote: On two separate machines were trying simply to run nant.exe and were getting the following TypeInitializationException. The .90 build works fine but we are trying

Re: [NAnt-users] What are the plans for nant

2010-03-24 Thread Chris Taylor
tem implemented with NAnt. It would be time consuming to change to another so I'm quite interested in keeping it alive. It would be good to know how many developers are actively working on it. I can probably find some time to do my part, since we've made very good use of it. --- Chris

Re: [NAnt-users] WebRequest

2010-03-17 Thread Chris Lambrou
.txt"</a>;); return "blablabla"; } ]]> </code> Chris From: Lionel Morrison [mailto:lmorri...@lifeware.com] Sent: 17 March 2010 15:12 To: nant-users@lists.sourceforge.net Subject:

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

2010-02-04 Thread Chris Howell
ry 04, 2010 4:56 PM To: Chris Howell Subject: RE: [NAnt-users] Nant VS CC.NEt You don't choose one over the other, they go hand in hand. CC.NET will handle all of your source control operations, scheduling, emailing, publishing, etc, and CC.NET will call into your NANT scripts to do thing

[NAnt-users] Nant VS CC.NEt

2010-02-04 Thread Chris Howell
Hi All, I am looking to introduce a Continuous Integration/build environment to my dev team which currently has none. What would be the primary advantage(s) to choosing a NANT too over CC.NET ? Chris -- The Planet

[NAnt-users] (no subject)

2010-01-18 Thread Chris Howell
Thanks. I hadn't seen any activity on it for a bit, therefore I wanted to ensure that I had subscribed to the correct list. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brigh

Re: [NAnt-users] Active ?

2010-01-18 Thread Chris Taylor
Incredibly. On Mon, Jan 18, 2010 at 10:05 AM, Chris Howell wrote: > Is this mailing list active ? > > > -- > Throughout its 18-year history, RSA Conference consistently attracts the > world's be

[NAnt-users] Active ?

2010-01-18 Thread Chris Howell
Is this mailing list active ? -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information s

Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread Chris Lambrou
ably] assume there are no errors. Good luck! Chris -Original Message- From: gmoney [mailto:g.lab...@autodata.ltd.uk] Sent: 08 October 2009 15:16 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] aspnet_compiler.exe ignore warning messages Hi I use the "aspnet_compiler.e

Re: [NAnt-users] nant vs. include tasks

2009-08-19 Thread Chris Lambrou
nant task can be thought of as a convenient alternative to running Nant externally via an exec task. You can pass information to the nant process as properties and environment variables, but none of the targets or properties assigned in the called nant script are made available to the calling script.

Re: [NAnt-users] newline in echo

2009-06-22 Thread Chris Lambrou
file. I'd be happy to submit a patch to implement this, and I urge you to revert the breaking changes to the echo task, or at least make the new functionality available in a non-breaking way (e.g. perhaps add a skipNewline boolean property that defaults to false). Chris From:

Re: [NAnt-users] properties in functions

2009-04-08 Thread Chris Lambrou
Actually, in the original posting, version-info-script was a property that was initialised with the name of the file in question, rather than being the actual file name itself. As such, it shouldn't be escaped at all. Instead of either of these, Simply use this Chris -Ori

Re: [NAnt-users] psExec

2009-02-10 Thread Chris Taylor
I've used it. I love it. nothing better than doing remote service installs or whatever you can imagine. Just have to make sure your permissions are right for the user you impersonate as. otherwise, it's the bees knees. On Tue, Feb 10, 2009 at 3:14 PM, Zachary B. Wheeler wrote: > Hi All > > >

[NAnt-users] Fileset refID and adding files

2008-11-07 Thread Chris Snider
when I run the build, NAnt does not pickup the refID set and add the additional import to it, but only uses the original refID data and my build fails with a missing reference. Is by design or is this a bug and I should expect the final references to include all 5 imports? Thanks, Chris S

Re: [NAnt-users] Web deployment questions

2008-08-14 Thread Chris Snider
Provided the website is already established, you can delete and recreate the virtual folders. However, if you need to delete the website and recreate it, you will have to resort to a script task, VBScript etc. Unless the NantContrib has been updated with a mkiiswebsite (or some such) task that I a

Re: [NAnt-users] NAntcontrib, IIS and Virtual folders

2008-08-12 Thread Chris Snider
I found the reference to the appcreate parameter. I am good to go. Chris - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Wed Aug 13 00:53:16 2008 Subject: [NAnt-users] NAntcontrib, IIS and Virtual folders Greeting

[NAnt-users] NAntcontrib, IIS and Virtual folders

2008-08-12 Thread Chris Snider
Greetings, Is there any way to create a virtual directory in IIS using NantContrib that does not actually create the application? I just need the virtual folder off a website, but allows the bin folder to be the main site root\bin. Example Site1 \bin Somecustomvirtualfolder \con

Re: [NAnt-users] Checking Build Dependencies for External Applications

2008-07-02 Thread Chris Lambrou
I'm not sure how you can perform the dependency checking without actually comparing file modification dates. However, the task makes this a lot easier than the file::up-to-date function, when multiple files are involved. Were you aware of it? Chris

[NAnt-users] Avoiding console output when running an task

2008-07-02 Thread Chris Lambrou
achieve the same effect with the NAnt exec task by setting the task's output property, like this: The problem is that the exec task echoes all of the output from the svn.exe command to the NAnt console, which fills my NAnt console and log file with cruft. Does anyone know how to avoid

Re: [NAnt-users] CCNet and Nant

2008-06-23 Thread Chris Lambrou
Have a look here - http://confluence.public.thoughtworks.org/display/CCNET/Support There's a users mailing list that's similar to this NAnt users list, along with an online forum and FAQ. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [NAnt-users] System.Diagnostics.Trace in combination withdebug=false !?

2008-05-15 Thread Chris Snider
Can you add a define="TRACE=True" to the csc line and check that? Christopher B. Snider Technical Lead, Reg.Net Team 719.302.0200 x403 chris_snider (Yahoo! messenger ID) --- "You can't argue with a word like 'fraught'" Tigger -Original

Re: [NAnt-users] Copy command not working

2008-04-10 Thread Chris Snider
I have some scripts that work at nested levels as well. The only difference I see in the way you have implemented and the way I have done it is the use of a "createdirs" task that I have. It creates the appropriate folder structure as deep as required before the copy task runs. If anyone know

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Chris Snider
r Lippmann -Original Message- From: Paul LeBlanc [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 9:46 AM To: Chris Snider; Sattapattu; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error checking enterprise template project. Accessto the path is denied Close the IDE, right (in

Re: [NAnt-users] Error checking enterprise template project. Access to the path is denied

2008-03-24 Thread Chris Snider
Check that any other projects with a reference to the file you are trying to build is closed. Also, you may need to do an IISReset if this is a web project. IIS can hold a reference to the file keeping a lock on it and thus not allowing an overwrite. Christopher B. Snider Technical Lead, Reg.Net

Re: [NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread Chris Lambrou
ant Script Chris _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JulianH Sent: 19 March 2008 12:55 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Question: Run certain target after another target fails Hello,

Re: [NAnt-users] 3.5 Framework Solution Build using 2.0

2008-02-29 Thread Chris Snider
"(I think even assemblies compiled with the new .Net 3.5 compilers will still even run on .Net 1.1 as long as you are only referencing assemblies that are available in 1.1)" If anyone had the time (I don't have VS 2008 yet) to test compiling a 1.1 target using NAnt and the .NET 3.5 compiler, I'

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread Chris Snider
Without looking at the source code, my guess is that the temp folder is being loaded with the windows API to determine the temporary folder from the environment variables, most likely at the user level and not global level. Christopher B. Snider Technical Lead, Reg.Net Team 719.302.0200 x403 c

Re: [NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0'is not correctly configured"

2008-02-13 Thread Chris Weiss
ing sn.exe to sign an assembly creates a tmp*.tmp file that's not cleaned up (I've not tried using NantContrib's delay-sign task). This is a very Bad Thing(tm). On Feb 12, 2008 4:45 PM, Bevan Arps <[EMAIL PROTECTED]> wrote: > Hi Chris. > > FWIW, I've seen similar pr

[NAnt-users] Builds suddenly failing: "runtime framework 'net-2.0' is not correctly configured"

2008-02-08 Thread Chris Weiss
27;d my nant folder with a working nant folder on another machine and there's no extraneous files and no changes to the config files. Anyone have any ideas where to look? It doesn't appear that .Net is corrupted on my machine (nothing else is floundering, that I can tell). -- -Chris ---

Re: [NAnt-users] Assembly File Sets and Additions

2008-01-23 Thread Chris Snider
rence assemblyfileset that I could extend as needed in the individual targets. I already have all the references defined at each target level. I may just keep going that direction as I learn more about NAnt. Thanks, Chris From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Wednesday, Janua

[NAnt-users] Assembly File Sets and Additions

2008-01-23 Thread Chris Snider
sys.assemblies setup, then it compiles. However, since I probably only need the System.Security.dll in 1 of many targets, I cannot find a way to standardize the common references then add the extra ones as required in the target itself. Thanks, Chris

[NAnt-users] Build doesn't catch errors

2008-01-20 Thread Chris
pointers or scripts would be appreciated. Regards, Chris. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

Re: [NAnt-users] Finding files and executing an ant task on result?

2008-01-17 Thread Chris Weiss
t traverse subdirectories (only the current directory). Changing it to finds everything including in all subdirs (which would work, but takes a LONG time with a big source tree). It would appear that foreach/item isn't treated like fileset. -- -Chris ---

Re: [NAnt-users] Bug? task doesn't cause a non-zero exit codefrom within a nant.onsuccess target

2007-11-09 Thread Chris Lambrou
he ideal place to do this check, except that calling in this target doesn't cause NAnt to terminate with a non-zero exit code, as would be the case if was called in any other target. Hmm, perhaps this is really an issue for the nant-developers mailing list? It definitely f

[NAnt-users] Bug? task doesn't cause a non-zero exit code from within a nant.onsuccess target

2007-11-09 Thread Chris Lambrou
current behaviour be considered a bug, and does anyone have a more elegant solution to this problem? Regards, Chris No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Dat

Re: [NAnt-users] Workarounds for broken task

2007-10-24 Thread Chris Weiss
it), but it does give an idea of what to do. -- -Chris - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log eve

  1   2   >