Re: [NAnt-users] Silent tasks?

2006-07-05 Thread Gary Feldman
Eric wrote: > Is there a way to silence tasks? If not, I would like to request the > feature to be added... I really don't care to see 3 screens full of > entries :-) A "silent" attribute could be added, or > verbose="" extended to an enum where the default is the current > verbosity and an option

Re: [NAnt-users] Nant programming

2006-07-05 Thread Gary Feldman
Cornish, Merrill wrote: > NAnt properties observe conventional scoping rules. So, for example, if > you declare a property within a task definition, it is only visible in > that task--a task "temporary." Properties declared outside of all task > definitions are global to all tasks. > I think t

Re: [NAnt-users] Nant programming

2006-07-05 Thread Cornish, Merrill
NAnt properties observe conventional scoping rules. So, for example, if you declare a property within a task definition, it is only visible in that task--a task "temporary." Properties declared outside of all task definitions are global to all tasks. Merrill Using Tomcat but need to do more?

[NAnt-users] Nant programming

2006-07-05 Thread Bonio Lopez
Dear all, First of all, thanks for the great tool. Nant really simplified build process for me. I have 2 questions. 1. Is it possible to declare a temp variables? I have seen no example so far. Because of using properties as temp variables, the progs become badly readable. Do I miss a point of us

Re: [NAnt-users] Function call failed (IMHO bug)

2006-07-05 Thread Martin Gainty
Hello All/Guten Tag- Is there a way to rexec a task on a remote box using Nant? Thanks/Vielen Danke, Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person(s

Re: [NAnt-users] Function call failed (IMHO bug)

2006-07-05 Thread Gert Driesen
Hi All, I've now fixed this issue in CVS, and added corresponding unit tests. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Giscard Biamby > Sent: woensdag 5 juli 2006 15:24 > To: Bonio Lopez; nant-users@lists.sourceforge.net > Subject:

[NAnt-users] Silent tasks?

2006-07-05 Thread Eric
Is there a way to silence tasks? If not, I would like to request the feature to be added... I really don't care to see 3 screens full of entries :-) A "silent" attribute could be added, or verbose="" extended to an enum where the default is the current verbosity and an option is added for full ver

Re: [NAnt-users] Function call failed (IMHO bug)

2006-07-05 Thread Gert Driesen
I'll look into fixing this issue ASAP. Gert - Original Message - From: "Giscard Biamby" <[EMAIL PROTECTED]> To: "Bonio Lopez" <[EMAIL PROTECTED]>; Sent: Wednesday, July 05, 2006 3:23 PM Subject: Re: [NAnt-users] Function call failed (IMHO bug) I would have designed it to return false

Re: [NAnt-users] Function call failed (IMHO bug)

2006-07-05 Thread Giscard Biamby
I would have designed it to return false instead of throwing an exception. I can think of two options: 1. Check the file extension before trying to call is-assembly() 2. Switch to using inline C# code in your nant script for whatever that part of your script is doing, and use a try-catch around

Re: [NAnt-users] Question on Bill-of-Materials

2006-07-05 Thread Steve Kopp
Thanks for responding.  I'm trying to produce a listing, either in NAnt or from StarTeam batch checkout, of all project components used in building the project, as well as all objects created during the build process. Steve From: Shmarya Rubenstein [mailto:[EMAIL PROTECTED] Sent: Tuesday,