[Nant-users] [HELP][Nant][Build Failed][Reference nunitFrameWork.dll][Not Found]

2004-11-10 Thread Sanjoy
Dear ALL, I am having some problem in NANT build. I am using nuintFramework.dll for one of my project. When I debug it in C#.Net IDE it is not giving any problem. However when I try to compile my code using nant build script , it is having BUILD FAILED. Saying cannot find reference nunitframework.

[Nant-users] and flatten

2004-11-10 Thread Lachlan Yates
  I’m new to Nant, so I might be doing something completely wrong.   I have a build directory and I want to copy a bunch of files out of there and into a staging directory. I’m trying to do this with nant 0.8.4, the copy task. and it’s associated ‘flatten’ attribute. All to no avail, the

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-10 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
This raises a really important question. What constitutes a release? I feel that every new nightly build is really a release since they are made available to all. The current official release is simply a really, really old nightly build anyway. I understand projects need to find a balance between h

RE: [Nant-users]

2004-11-10 Thread John Cole
Arg! :-) I'm running NAnt 0.85 (Build 0.85.1762.0; net-1.1.win32; dev; 10/28/2004) has something been fixed that would effect this? Thanks, John -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 4:52 PM To: John Cole; [EMAIL PROTECTED] Su

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-10 Thread Felice Vittoria
I think most of us are in the same boat. Gert ... any idea of when we can get 0.85 to be released? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Deslauriers Sent: Wednesday, November 10, 2004 4:53 PM To: Gert Driesen; [EMAIL PROTECTED] Subject: RE:

RE: [Nant-users] NAnt copies more files than VS.NET

2004-11-10 Thread Eric Deslauriers
Thanks for the help. Unfortunately, I'm restricted to being on a stable release by management for our prod work. If it helps, I can try 85 nightly and let you know. Eric D > > > > The NAnt solution also relies on TLBIMP, which would mean, according to > > > > http://www.mail-archive.com/nant- >

RE: [Nant-users]

2004-11-10 Thread Gert Driesen
Hi John, I have no problem with the attached example. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John Cole > Sent: woensdag 10 november 2004 21:19 > To: [EMAIL PROTECTED] > Subject: [Nant-users] parameter > > I'm trying to pass a par

RE: [Nant-users] Possible bug with property::exists

2004-11-10 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Title: Possible bug with property::exists You need to enclose the property name in single quotes when using property::exists, like this:     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byrd, Payton Sent: Wednesday, November 10, 2004 2:14 PM To: '[EMAIL PROT

RE: [Nant-users] Possible bug with property::exists

2004-11-10 Thread John Cole
Title: Possible bug with property::exists     should be     John -Original Message-From: [EMAIL PROTECTED]

[Nant-users] RE: Possible bug with property::exists

2004-11-10 Thread Byrd, Payton
Title: RE: Possible bug with property::exists I figured it out.  I needed to change line 2 to:     The quotes needed to be specified around the property name. Payton Byrd Trane eBusiness QED Team Phon

[Nant-users] Possible bug with property::exists

2004-11-10 Thread Byrd, Payton
Title: Possible bug with property::exists OK, simple project:             [Nant-users] New Type to contribute
Title: New Type to contribute I have created a new type that I want to contribute (and I have permission from my employer). I could not readily find documentation on how to contribute, so here's the code: // // NAntContrib OptionSet // // Copyright (C) 2004 Payton Byrd ([EMAIL PROTECTED])

Re: [Nant-users] MSI Task - question

Hi Roman, I sort of have an answer for you. The task doesn't directly support if conditions like how you want, but it is possible. If you set the display attribute's value to 0 for a feature, the feature will not be visible to the user. Also, you can add if conditions to the . .

[Nant-users]

I'm trying to pass a parameter to my xsl stylesheet, but I'm having trouble getting it to work... Here is my Style task:

RE: [Nant-users] Using to label based on an existing label

I'm not sure if vsslabel directly supports this, but I do know that you can accomplish this by using the task with ss.exe. You might want to check out CruiseControl.NET, which does the same thing that you appear to be doing: applying a temp label, checking out the temp label, building, and on suc

[Nant-users] Problem using on a defined by an

Title: Problem using on a defined by an I have the following targets:                                     RE: [Nant-users] Using NAnt to Run Visual Studio.NET Custom Tools
Title: Message I'll submit a bug report as you requested for Crystal Reports, but does the same solution apply to the MSDataSetGenerator for DataSets?   Thanks, Leo -Original Message-From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 2:56 AMTo:

[Nant-users] Using to label based on an existing label

Not sure if this is possible with the task, but here's the situation. Basically there are files in a project with an existing label of "Build". And I'd like to apply a new label to all files in a project that are currently labeled "Build" with a specific version label, such as "4.0.14.0". Th

Re: [Nant-users] What is project default dir?

Opps, expression not support in element. INTERNAL ERROR The given path's format is not supported. the build file: --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE

Re: [Nant-users] Build not working

Hi Mauro, The documentation should be updated. As of recently, we have both binary and source distributions. The binary distribution doesn't need to be built. It will work "out-of-the-box". Just just need to extract the zip file (or gzipped tar file if you running linux). Feel free to submit a bu

RE: [Nant-users] [HELP][CVS-Check Out Problem]

Hi Sanjoy, I have checked in some changes to the sharpcvslib binary that might resolve the issue you are having below. If they do not you can try adding the attribute: usesharpcvslib="false" to your task below. This will use your default cvs client instead of sharpcvslib. Hope that helps

[Nant-users] Build not working

Hi, I've extracted the nant-bin.zip file to a folder and tried building the application, but without success. In the downloaded help I have found the following information. 1) Nant-Help-Introduction-Installation page "Important: Modify the system path to include the nant\bin folder." -Unfortuna

[Nant-users] MSI Task - question

Hello, I need an advise... Our company sells software components. Every our customer (depending on his needs) may want to buy different combination of components. I would like to create a script that would include these components into MSI file depending on the value (true / false) of some property

RE: [Nant-users] Multiple sources for a task

FYI : today's nightly build now support multiple filesets for both the and tasks. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gert Driesen > Sent: dinsdag 9 november 2004 22:48 > To: 'Blossom, Eric'; 'Hamza Zeen-Aldin'; 'Nant users list'