Re: [nant-dev] FW: [Nant-users] How to generate the doc on demand?

2005-04-21 Thread Troy Laurin
On 4/22/05, Julien Sobrier <[EMAIL PROTECTED]> wrote: Hello,can this really work? You have to embed the source files between:I don't see how I can use if="${generateDocs}" />. Thank youJulien---SF em

Re: [nant-dev] FW: [Nant-users] How to generate the doc on demand?

2005-04-21 Thread Julien Sobrier
Gary Feldman a écrit : This looks like a good idea, but could be difficult to do generally across all tasks. In the meantime, a simple approach that works today is to duplicate the task invocation with if/unless attributes, and use a property to indicate which to do: In the setup targets:

[Nant-users] Error in MAIL TASK

2005-04-21 Thread nospam
Hi,   I try to use Mail Task for the first time on my machine (running W2K server)   I got the following error: -- Error sending mail:Error enountered while sending mail message.Make sure that mailhost=localhost is valid       Exception h

Re: [Nant-users] File order on a task

2005-04-21 Thread Fritz_Schenk
May I sugges a sort step first to generate the 'filename-list'? "Gary Feldman" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/21/2005 03:56 AM To "Nau, Michael" <[EMAIL PROTECTED]> cc "Nant Users" Subject Re: [Nant-users] File order on a task Nau, Michael wrote: >It loo

RE: [Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
Hi gary, Thanks for your speedy and excellent help! Problem solved. Putting the pre-compiled binaries into the outputdir worked and references are collected properly. You said Why are you dealing with this at build time instead of test time? If I understand the

Re: [Nant-users] Build projects with using binary references

2005-04-21 Thread Gary Feldman
Sam Gardiner wrote: I'm trying to use the task to build a group of projects not collected into any solution. the problem is that these projects have project references and binary references but I'd like to compile them against a known set of binaries, not what would be obtained by building the pro

Re: [Nant-users] File order on a task

2005-04-21 Thread Gary Feldman
Nau, Michael wrote: It looks like when running the task over a set of files in a particular directory, the task is run on each file in alpha order. For example, running the following nant task: ... My question is can I depend on this every time? I don't see this documented anywhere? I can't sp

[Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
hi *, I have used Nant for a while and I'm trying to do something funky and I'm tempted to write a task to do it, but it seems like an obvious thing so I thought I'd ask first. I'm trying to use the task to build a group of projects not collected into any solution. the problem is that these pr