Re: [nant-dev] Suggestion for call element

2004-11-25 Thread Troy Laurin
Bruce Leggett wrote: It would be nice if call target could accept parameters. Also if you could specify a file the target is located in then there would be increased encapsulation. Then code would be easier to maintain. Also if the target could return a value. If there is something like this alread

Re: [nant-dev] Suggestion for call element

2004-11-24 Thread Gary Feldman
>From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> >Sent: Wednesday, November 24, 2004 1:53 PM >You know, I was just trying to do something similar to this... I was >writing a bash script to automate compilations of a few projects and I ... >couldn't figure out how to mimic

RE: [nant-dev] Suggestion for call element

2004-11-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
> -Original Message- > From: Gary Feldman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 11:50 AM > To: Castro, Edwin Gabriel (Firing Systems Engr.); Bruce Leggett; Nant- > Developer List > Subject: Re: [nant-dev] Suggestion for call element > &g

RE: [nant-dev] Suggestion for call element

2004-11-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
You know, I was just trying to do something similar to this... I was writing a bash script to automate compilations of a few projects and I had similar sections I could wrap up into functions and call them later. Anyway, I thought to myself I should be able to define a few top level targets using m