[nant-dev] Back to an old

2004-11-24 Thread Giuseppe Greco
Hi all, As discussed some time ago, before processing a DocBook document, one should first download the stylesheet with the task: http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"; dest="chunk.xsl"> Well, assuming we have a proxy server, the ta

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] Adding extension objects to style task

2004-11-24 Thread Tim Noll
OK, I'll post the code in the next few days, as soon as I have a chance to make sure it works against the 0.85 code base. And, yes, extension objects will have to have a default parameterless constructor for now. Regards, Tim On Mon, 22 Nov 2004 12:11:27 +0900, Ian MacLean <[EMAIL PROTECTED]> w

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 > > >From: "Castro, Edwin Gabr

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

[nant-dev] Suggestion for call element

2004-11-24 Thread Bruce Leggett
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 already then let me know.