[Nant-users] FileSet Behavior

2004-11-23 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I'm using NAnt 0.85 (Build 0.85.1783.0; nightly; 11/18/2004) I noticed that when I use a fileset similar to the following: the fileset is matching bin and obj folders as expected but also files with bin and obj extensions! Is this behavior intended? If so, how would I distingui

[Nant-users] xmlpeek results and -projecthelp

2004-11-23 Thread John Ludlow
GFI MailSecurity's HTML threat engine found HTML scripts in this email and has disabled them.Hi, there I have two quick suggestions: 1. Make the -project help not print out all CDATA elements (since this causes my

RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Evan Levy
Turns out if I explicitly prepend project::get-base-directory() to all of the paths in the project file called with the task, it executes correctly.  Without this, it tries to use the calling script's basedir as it's own.   e From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Nant-users] task: setting the called project's basedir

2004-11-23 Thread Shawn Haigh
Try using configurations…  Giuseppe Greco has a great write-up here:   http://developer.agamura.com/technotes/building-projects-with-nant/index.html   Shawn Haigh   From: Evan Levy [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:39 PM To: [EMAIL PROTECTED] Subje

[Nant-users] RE: [Help][Nant User][Create Tag/Label after VSS Checkout]

2004-11-23 Thread Felice Vittoria
Sanjoy, I think you want something like this: The '...' in the vsslabel task is what you would put in for your environment. Felice -Original Message- From: Sanjoy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 7:36 AM To: Melissa Kacher (Temporary)

[Nant-users] [Help][Nant User][Create Tag/Label after VSS Checkout]

2004-11-23 Thread Sanjoy
Dear All, I want to create a Tag/Label after VSSget of source code for compilation. I want to Create Labnel for eg "Src200411221810" How to do so? vssLabel="${Release.Tag}" I tried with the above script but I dont know how to assign the value in the "Release.Tag" Please help me out. T

Re: [Nant-users] Content of distributions ?

2004-11-23 Thread Gert Driesen
- Original Message - From: "Rutger Dijkstra" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 12:41 PM Subject: RE: [Nant-users] Content of distributions ? > Gert, > > Not distributing the SDK with the 'production distribut

RE: [Nant-users] Content of distributions ?

2004-11-23 Thread Rutger Dijkstra
Gert, Not distributing the SDK with the 'production distributions' (= binary) fails to do justice to one of the most marvelous features of the architecture of NAnt: it's extensibility. If you are going to include the SDK in the source distributions only, why bother with dynamic discovery of t

RE: [Nant-users] Choosing c++ compiler

2004-11-23 Thread Einar.Host
Hi Felice, Thanks for the tip. However, I've tried Ian's suggestion and manipulate the path in a batch file that calls the NAnt script. That seems to work fine for my purposes at the moment. I'll keep your suggestion in the back of my head though. Kind regards, Einar > -Original Message---

[Nant-users] FW: Problem with ReferencesPath

2004-11-23 Thread Bill.Martin
I have sent this to the NDoc Users list, but I'll post it here in case anyone has experienced the same issue and knows the answer. (Nant seems to have a more active list that NDoc) Cheers, Bill I'm building my documentation from NAnt using the Ndoc task, but I get the same problem in the GUI usi