[NAnt-users] Re liability of NAnt vssget task in getting labeled files

2009-05-09 Thread shampoo72
Has anybody faced any issue with the subject of this post. I have already been using the combo of NAnt 'vsslabel' and 'vssget' task with the 'version' attribute, to pull labeled codes and its seemingly working fine. I've even done some spot-check to make sure its bringing down the files correctly

Re: [NAnt-users] Re ad only Property overwriting

2008-04-14 Thread Roebuck, Alex
f Of Sattapattu Sent: Monday, April 14, 2008 9:29 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Re ad only Property overwriting Hi Bob, It is still the same, i have noticed that whenever i want to assign a value to a property via at runtime it does get assigned but it gives

Re: [NAnt-users] Re ad only Property overwriting

2008-04-14 Thread Sattapattu
oesn't. > > I think you can also do: > > If="${bldtype == ''}" > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Sattapattu > Sent: Thursday, April 10, 2008 9:11 AM > To: nant-users@lists.sourceforge.net &

Re: [NAnt-users] Re ad only Property overwriting

2008-04-10 Thread Roebuck, Alex
f Of Sattapattu Sent: Thursday, April 10, 2008 2:11 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Re ad only Property overwriting Hi All, I am trying to understand the behavior and seeking help. I am trying to run nant after specifying a property value at command prompt. and

Re: [NAnt-users] Re ad only Property overwriting

2008-04-10 Thread Bob Archer
Behalf Of Sattapattu Sent: Thursday, April 10, 2008 9:11 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Re ad only Property overwriting Hi All, I am trying to understand the behavior and seeking help. I am trying to run nant after specifying a property value at command prompt. and i

[NAnt-users] Re ad only Property overwriting

2008-04-10 Thread Sattapattu
Hi All, I am trying to understand the behavior and seeking help. I am trying to run nant after specifying a property value at command prompt. and i am trying to evaluate the property in my .build script file i.e this line throws me an error saying "Read-only property "bldtype" cannot be ove

[NAnt-users] RE: Why would nant's task attempt to link with a non-existent lib file?

2006-05-16 Thread Rami Abughazaleh
I figured out my problem.   I had to set Configuration Properties > Linker > General > Ignore Import Library > Yes   From: Rami AbughazalehSent: Sat 4/29/2006 5:22 AMTo: nant-users@lists.sourceforge.netSubject: Why would nant's task attempt to link with a non-existent lib file? Hello.

[NAnt-users] RE: task causes fatal error C1083: Cannot open include file

2006-05-14 Thread Rami Abughazaleh
> Could it have something to do with the include directories not being in alphabetical order?   Yes, this was the problem.   Once I set the include directories in alphabetical order, the compilation was successful.   This seems to be a small "bug/limitation". From: Rami AbughazalehSent: Mon

[NAnt-users] Re: [nant-dev] Command line error BC2008: No Input Sources specified

2006-04-24 Thread Gary Feldman
Ahmed, Shabana wrote: First, I've redirected this to the nant-uses list, as it's reall more appropriate there. The NAnt-dev list is for people developing the NAnt project. Hi All, When I run my .build file, I get the following error "[vbc] vbc : Command line error BC2008: No Input Sour

[NAnt-users] RE: How to avoid repeating commands?

2006-02-03 Thread GOUIGOUX Jean-Philippe
Title: RE: How to avoid repeating commands? And if your files are all in a given directory, or if you have a way to segregate them from others in the same location, you can use the foreach task with File in the item attribute, as follows :                          

[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-02-02 Thread netsql
netsql wrote: repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2

[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-02-02 Thread netsql
repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2 Task From: "Ke

[NAnt-users] Re: Nant Support For NUnit For 2.2.5

2006-02-01 Thread GOUIGOUX Jean-Philippe
Title: Re: Nant Support For NUnit For 2.2.5 Hi, Gary When trying what you advice me to change, I found something very interesting : my test setup works when I am on a local directory, without a single change. Only difference was that I was previously on a network share. My first thought was

Re: [NAnt-users] Re: Nant Support For NUnit For 2.2.5

2006-01-31 Thread Gary Feldman
GOUIGOUX Jean-Philippe wrote: The NAnt output for the task is as follows : [nunit2] Assembly "N:\N05-TableauxDeBord\tests\TBordNETWork.dll" is using ver sion 2.2.5.0 of the NUnit framework. If any problems arise, then either rebuild this assembly using version 2.2.

[NAnt-users] Re: Nant Support For NUnit For 2.2.5

2006-01-31 Thread GOUIGOUX Jean-Philippe
Title: Re: Nant Support For NUnit For 2.2.5 Hi, Gary Sorry about the misleading reply title. I changed that right, I think, and hope my mail now comes in raw text format as well, so it is easier for you to read. The content of my tests directory is :     AglNETCommon.dll     AglNE

[NAnt-users] RE: NAnt-users digest, Vol 1 #1714 - 7 msgs

2006-01-29 Thread GOUIGOUX Jean-Philippe
Title: RE: NAnt-users digest, Vol 1 #1714 - 7 msgs Hi, Gary >What is the name of the assembly that contains the tests, not the one >that contains the code being tested?  It's the one containing the tests >that needs the config file, not the one that you're testing.  If the >tests are in t

Re: [NAnt-users] RE: Nant Support For NUnit For 2.2.5

2006-01-27 Thread Gary Feldman
GOUIGOUX Jean-Philippe wrote: My previous message was sent too quickly : I did not see the answers following Timothy's message. Thanks, Gary, for the help. But I must have missed something, as I cannot get it right. I am NUnit-testing an assembly called TBordNETWork.dll. I added TBordNETWork

[NAnt-users] RE: Nant Support For NUnit For 2.2.5

2006-01-27 Thread GOUIGOUX Jean-Philippe
Title: RE: Nant Support For NUnit For 2.2.5 My previous message was sent too quickly : I did not see the answers following Timothy's message. Thanks, Gary, for the help. But I must have missed something, as I cannot get it right. I am NUnit-testing an assembly called TBordNETWork.dll. I adde

[NAnt-users] Re : Nant Support For NUnit For 2.2.5

2006-01-26 Thread GOUIGOUX Jean-Philippe
Title: Re : Nant Support For NUnit For 2.2.5 Having exactly the same problem as Timothy, here : upgrading to NUnit 2.2.5 made an error with NAnt 0.85 RC3, so I switched to the nightly release of NAnt, and no more error, but no testfixture is found. I tried making bindingRedirects from 2.2.0 to

[NAnt-users] RE: NAnt-users digest, Vol 1 #1709 - 5 msgs

2006-01-24 Thread Simon.Burgess
Sorry about this spurious email, I am testing whether my emails appear unreadable on this list -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 24 January 2006 04:27 To: nant-users@lists.sourceforge.net Subject: NAnt-users digest, V

[NAnt-users] RE: Parallel use of AnkhSvn? SORRY, WRONG LIST!

2006-01-10 Thread Robert Schneider
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Robert Schneider > Sent: Wednesday, January 11, 2006 7:39 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Parallel use of AnkhSvn? > > Is it possible to use AnkhSVN paral

[NAnt-users] Re: [Fwd: Nunit2 Task]

2006-01-09 Thread Vic Cekvenich
netsql wrote: repost me 3. I am getting same error using latest build. How do I get around this? tia, .V ps: I use msbuild to build, and now I want to unit test -- and later add all to cruise control. Subject: Nunit2

[NAnt-users] Re: Strange error - batch script exits after any nant command

2005-12-21 Thread B Wooster
Thanks to the person who sent me the email - I can't believe I got bitten by this thing I've known for so long, anyway, the answer is: Call nant /? Without the "call", control transfers to nant and the batch file ends. --- This SF.net email is

[NAnt-users] Re: multi-line string?

2005-12-21 Thread B Wooster
Thanks for the person who sent me this, the following worked: Question is what XML uses as a newline. Then in strings, insert a ${NL} where for a line break. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

[NAnt-users] Re: CSC task not including version info

2005-12-09 Thread First Last
Okay, I was in need of some sleep. This is because I had the type set to module not library. :) __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[NAnt-users] Re: [nant-dev] (no subject)

2005-12-07 Thread Troy Laurin
Redirected to the NAnt-users list... Daniel, Remove the in="" attribute in the foreach element... this is overriding the nested in element, so your include is not being used. The *.sql is the (semantically) correct format, by the way. ** usually denotes a recursive path. Regards, -- Troy On

Re: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-12-04 Thread Ponvannan P
tains web hosting also with web service.. Thanks and Regards P.Ponvannan. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Sent: Wednesday, November 30, 2005 4:12 AM Subject: RE: [Nant-users]

RE: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-12-04 Thread matt_trentini
AIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Bill Martin > Sent: Monday, 28 November 2005 2:21 PM > To: Gary Feldman; Ponvannan P; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Re: [nant-dev] Help required regarding getting > files from SCM(Rational Cle

RE: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-11-28 Thread Bill Martin
artool utility. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gary Feldman Sent: 28 November 2005 17:19 To: Ponvannan P; nant-users@lists.sourceforge.net Subject: [Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational Cle

[Nant-users] Re: [nant-dev] Help required regarding getting files from SCM(Rational ClearCase)

2005-11-28 Thread Gary Feldman
Ponvannan P wrote: I am working on .Net Framework 2.0 , Rational ClearCase( ) as SCM tool, Nant 0.85 rc3 as build tool and Nunit2.2 as Unit Test Tool. My problem is i need to get the latest files from ClearCase depending on any of the following a)LatestFiels b)label c)versionnumber. usin

[Nant-users] Re: [Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant pro ject build file re building each inner proj

2005-11-24 Thread Martin Gainty
Message - From: [EMAIL PROTECTED] To: Martin Gainty Cc: Matt Adamson ; nant-users@lists.sourceforge.net ; [EMAIL PROTECTED] Sent: Monday, November 14, 2005 9:46 AM Subject: Re: [Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with

Re: [Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re building each inner proj

2005-11-23 Thread William_Martin
respond to "Martin Gainty"                 To:        "Matt Adamson" <[EMAIL PROTECTED]>         cc:                 Subject:        [Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re building each inner project

[Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re buildin g each inner project

2005-11-16 Thread Martin Gainty
Matt-Bill suggested using the taskI suggested to conditionally compile based on the filedate of outputYou mentioned £100 Who gets a free trip to the local grocer??Cheers from across the pond,Martin- - Original Message - From: Matt Adamson To: nant-users@lists.sourceforge

[Nant-users] Re: [nant-dev] [ nant-Bugs-1344473 ] nightlies fail on mono 1.1.9 on windows

2005-11-15 Thread si
Hi, Whilst issue 134473 is resolved, there appears to be another gremlin. Try running attached modification of UserTask example on mono on windows. see output.txt - nant-mono is just a batch file calling: mono "C:\Program Files\NAnt\bin\NAnt.exe" %* fwiw, I got irked having C# code inside

[Nant-users] Re: [Nant-users] £100 Cash offered for a resolution to the Issue with large nant project build file re buildin g each inner project

2005-11-14 Thread Martin Gainty
Good Morning MattThis will execute the tasks in the target ONLY IF the library out.dll is older than 24 hours  if="${datetime::now() - file::get-last-write-time('out.dll')) > timespan::from-hours(24)}">...Cheers from across the pond,Martin Gainty   (001)617-852-7822- Original Messag

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-11-13 Thread Pillai, Gishu R (GE Energy)
To: Pillai, Gishu R (GE Energy); Laconia Data Systems; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build Do you have any webreferences in your applications Gishu?  If so, then it may be that you need to re-ge

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-11-13 Thread Laconia Data Systems
any time ? - Original Message - From: Bill Martin To: Pillai, Gishu R (GE Energy) ; Laconia Data Systems ; nant-users@lists.sourceforge.net Sent: Sunday, November 06, 2005 9:01 AM Subject: RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-11-13 Thread Bill Martin
    -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Pillai, Gishu R (GE Energy) Sent: 28 October 2005 10:41 To: Laconia Data Systems; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build   Hi, this

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-11-06 Thread Bill Martin
    -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Pillai, Gishu R (GE Energy) Sent: 28 October 2005 10:41 To: Laconia Data Systems; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build   Hi, this

[Nant-users] Re: Problem with Mono

2005-11-03 Thread Julien Sobrier
Julien Sobrier wrote: > Hello, > I don't know exactly what I screwed up, but NAnt is not working on my PC > anymore. I have Fedora Core 4, NAnt 0.85 RC3 and Mono 1.1.9.2 > > Here is the error message: > The NAnt configuration file (/usr/share/NAnt/bin/NAnt.exe.config) does > not have a node for t

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-30 Thread Martin Gainty
Works Great without any errors I would suggest replacing RC3 with this build Good work! Bedankt, Martin- - Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>; Sent: Sunday, October 30, 2005 3

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Gainty > Sent: zondag 30 oktober 2005 21:27 > To: Gert Driesen; nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] RE: Weird NAnt build failures that > go

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-30 Thread Martin Gainty
;Gert Driesen" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>; "'Pillai, Gishu R (GE Energy)'" <[EMAIL PROTECTED]>; Sent: Sunday, October 30, 2005 8:47 AM Subject: RE: [Nant-users] RE: Weird NAnt build failures that go away

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-30 Thread Gert Driesen
to:[EMAIL PROTECTED] On Behalf Of > Martin Gainty > Sent: zaterdag 29 oktober 2005 17:01 > To: Gert Driesen; 'Pillai, Gishu R (GE Energy)'; > nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] RE: Weird NAnt build failures that > go away after an IDE build >

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-29 Thread Martin Gainty
- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "'Martin Gainty'" <[EMAIL PROTECTED]>; "'Pillai, Gishu R (GE Energy)'" <[EMAIL PROTECTED]>; Sent: Frid

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Gainty > Sent: vrijdag 28 oktober 2005 17:00 > To: Pillai, Gishu R (GE Energy); nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] RE: Weird NAnt build fai

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-28 Thread Martin Gainty
R (GE Energy) To: Laconia Data Systems ; nant-users@lists.sourceforge.net Sent: Friday, October 28, 2005 5:41 AM Subject: RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build Hi, this happened again today. NAnt build failed stating the following re

[Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-19 Thread Pillai, Gishu R (GE Energy)
Seems like this project just plain won't play with NAnt I had 2 more intermittent errors one was a dependent assembly not being found. second one is BUILD FAILED   Unexpected error while compiling project 'GateCycleMain'    Item has already been added.  Key in dictionary: "E:\GC\RootBuil

[Nant-users] RE: Weird build failures - overall failure but Nant has succeeded

2005-10-03 Thread Pillai, Gishu R (GE Energy)
Hi, This happened once again today. This is annoying. CCNet reports a valid failure. Someone checks in and does a force build. CCNet still says build failure. I (owner of the build machine) open the solution in the VS.NET 2003 IDE and do a build. Build succeeds Again do a forcebuild via

[Nant-users] Re: NAnt Wiki has been hijacked.

2005-10-02 Thread Felix Wiemann
Robert Schneider wrote: Unfortunately, the NAnt Wiki has been hijacked by spammers. All links from the front page lead to absolute rubbish. Hope someone can fix it. Was this a competitor? One that does not like open source software? No, that was just ordinary Wiki spam... -- _

[Nant-users] Re: Reading AssemblyInfo.cs

2005-09-22 Thread Gert Driesen
Prasad, The task can only be used to generate an AssemblyInfo file, not to read individual values from such a file. I assume you build an assembly containing this AssemblyInfo.cs file as part of your build procedure, right ? You can get the assembly version from that compiled assembly using thi

[Nant-users] RE: vbc : Command line error BC2010 : compilation failed

2005-09-20 Thread jim.shank
I figured out why I was getting the BC2010 error finally. I decided to isolate the failing build project into it's own directory and determine what the differences were between it and the Visual Studio build. As soon as I reloaded the project in VS.NET, I started getting errors that the sign

[Nant-users] Re: BUILD FAILED in .csprog with '&' in a WebReferenceUrl

2005-08-27 Thread Nielsen.Allan Rene Dystrup AND
Hi Matt, Yes you're right, it should indeed be & If I correct this in the VS .csproj file, the Nant will load and build the project (and the rest of the solution). I may be able to use this as a patch until MS fixes the VS.NET XML generation; It seems to be localized to WebReferenceUrl definit

[Nant-users] Re: BUILD FAILED in .csprog with '=' in a WebReferenceUrl

2005-08-26 Thread Matthew Mastracci
Actually, it looks like the token that breaks your project is the unquoted ampersand. :) VS.NET has a strange problem where it dumps unquoted ampersands into otherwise valid XML. There isn't an easy fix available, since we can't even load the XML! Nielsen.Allan Rene Dystrup AND wrote: I h

[Nant-users] Re: Filesets referencing filesets ?

2005-08-25 Thread Rory Becker
I have reposted this to the developers list sorry about the mixup :) Rory On 8/25/05, Rory Becker <[EMAIL PROTECTED]> wrote: > I would like to alter fileset so that it could reference multiple > other filesets but I am not sure where to start. > > The syntax has been stolen from a post I read

[Nant-users] Re: [nant-dev] ExternalProgramBase and Output

2005-08-19 Thread Swoogan
Swoogan wrote: Hello, I'm writing my own task that extends ExternalProgramBase. When the task runs, and an error occurs, the error text seems to be mixed in with the regular output. When I run the program from the command line and get the error it's displayed at the end of the output. This

[Nant-users] Re: Including Nant build files

2005-08-17 Thread lists
I vaguely started looking at it a while ago but didn't get much done. The current implementation uses an xslt stylesheet to process the buildfile and generate the projecthelp output. Xslt probably isn't really the right tool for this ( hey I was doing a lot of work with xslt at the time and wh

[Nant-users] Re: pkg-config and environment variables

2005-08-11 Thread McKenna, Simon (RGH)
-> >This issue is caused by a regression in Mono. You'll also -> notice that there are quite a few NAnt test failures on Mono -> (Linux only ?) due to this. Ok, FWIW, all my svn hook tests pass on Mono on Windows. -> does that explain why it works in Simons regular user -> environment but not w

[Nant-users] RE: using the < operator causes an error.

2005-08-04 Thread Stephen Ho
Thanks Leo! using < works for me. I believe that because the NAnt config file is XML, you need to escape the XML character "<", so: -Original Message- From: Stephen Ho [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 10:50 AM To: [EMAIL PROTECTED] Subject: [Nant-u

[Nant-users] Re: EXEC Task Output

2005-07-24 Thread McKenna, Simon (RGH)
[snip] -> Yes, do tell. I'm having the opposite problem: when I -> redirect the output to a file, it *still* shows up in the -> NANT log even though I don't want it to... Here is a convoluted example of how I call to dump Subversion repositories using file redirection:

[Nant-users] RE: Obfuscation and NAnt (John Ludlow)

2005-07-06 Thread John Ludlow
Thanks, Steven > I've been working with NineRays Spice.NET. I've had a quick look at it, and it looks pretty good. I've mentioned it to my boss, but I dunno if we'll be ablet o commit a couple of hundred dollars to this - cash is tight lately Cheers John *

[Nant-users] RE: Obfuscation and NAnt (John Ludlow)

2005-07-05 Thread Stephen Lewis
I've been working with NineRays Spice.NET. It has a suite of stuff related to looking at, analyzing, and obfuscating assemblies. The documentation is not as good as it should be, especially for the command line version of the obfuscator. The obfuscation parameters are controlled by an XML file,

[Nant-users] RE: Obfuscation and NAnt (John Ludlow)

2005-07-04 Thread Robert Sanders
Hello, We've got the following lines in our build file and it works fine, no requirement to have VS.NET 2003 running at the same time. I hope this helps. Robert Sanders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

[Nant-users] Re: Problem with exec and input redirection to file

2005-06-27 Thread McKenna, Simon (RGH)
-> As an interim measure, it would probably be easier if the -> could detect the use of redirection (|<>) and prepend -> the command with either "cmd /c" or "sh", depending on environment... Thanks Troy! That's a nice tip, and much cleaner than what I was previously doing (intermediary scripts

Re: [Nant-users] Re: Suboptimal fileset include

2005-06-23 Thread Gary Feldman
Matthew Mastracci wrote: Bonus points if you can recognize that you only need to recurse past a "blah*" or "bar*" node. I imagine the correct solution would involve some sort of tree structure in memory that gets build from the components of all the patterns and represents the ideal scanning

[Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Matthew Mastracci
Gary Feldman wrote: Internally, we have a flag "isRecursive" that we set on patterns that reflects whether the pattern potentially matches more than a single directory: Without studying the code to figure out the intent of the recursive flag, my gut intuition is that only the ** implies recu

Re: [Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Gary Feldman
Matthew Mastracci wrote: ... The fileset directory scanning logic in NAnt is somewhat unintelligent as to how deep it goes. We made this tradeoff in the past so that we can better combine multiple recursive filesets without a major performance hit. For instance, NAnt's filescanner is just as

[Nant-users] Re: Suboptimal fileset include

2005-06-21 Thread Matthew Mastracci
Gary Feldman wrote: I'm trying to create a fileset that goes one level deep, to pick out subdirectories. In other words, I have a tree that looks like: root/ project1/ testresults/ project2/ testresults/ I've tried both and Both of these wind up

[Nant-users] Re: HELP about NLOG

2005-06-21 Thread Jaroslaw Kowalski
Hi! I've just had a 10-minutes VB.NET course and the result is included: You need to: 1. Add NLog.dll reference to your project. 2. Add App.config file to your project as it tells NLog the logging rules. If you don't do it, NLog will output nothing. Alternatively use other configuration metho

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-11 Thread Klaus Lüdenscheidt
Matthew Mastracci wrote: I don't have VS.NET in front of me, so I'll try to remember what we did. Use the build configuration dialog to create a copy of your Release configuration called "NAnt". Once you've created the copy, uncheck the box that selects the projects to build. Use the C++ ma

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Matthew Mastracci
Jim Geurts wrote: I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community. When we do a solution build, it'll search for a solution level build file. The addin runs all nant tasks before it hits the task. Then it

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Thibaut Barrère
Or the other way round of course... 2005/6/10, Thibaut Barrère <[EMAIL PROTECTED]>: > Hi > > what about gathering forces ? (adding your addin functionalities to > nantrunner ?) > > note : I'm not the author of nantrunner ;) > > regards > > Thibaut > > 2005/6/10, Jim Geurts <[EMAIL PROTECTED]>

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Thibaut Barrère
Hi what about gathering forces ? (adding your addin functionalities to nantrunner ?) note : I'm not the author of nantrunner ;) regards Thibaut 2005/6/10, Jim Geurts <[EMAIL PROTECTED]>: > Yeah, I realize that project exists... it's a nice project and I'm happy > that someone took on that chal

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
Yeah, I realize that project exists... it's a nice project and I'm happy that someone took on that challenge.  The difference is that our addin will automatically run pre/post build events for each solution build.  On 6/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: There's already a VS.NET pl

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread hans
There's already a VS.NET plugin on SourceForge : http://nantrunner.sourceforge.net/ features : * adds a build tree node for each .nant or .build file found in your open solution * reads NAnt file imports adding all reachable targets to a tree * puts targets with no description in th

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community.  When we do a solution build, it'll search for a solution level build file.  The addin runs all nant tasks before it hits the task. Then it uses vs.net to build the solution normal

[Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Matthew Mastracci
We solved it in-house by creating a new solution configuration based on the Release configuration and called it "NAnt". The NAnt configuration disables all the projects and uses Makefiles to call NAnt to build the debug configuration. This sounds very interesting. Please can you describe this

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Klaus Lüdenscheidt
Matthew Mastracci wrote: We solved it in-house by creating a new solution configuration based on the Release configuration and called it "NAnt". The NAnt configuration disables all the projects and uses Makefiles to call NAnt to build the debug configuration. This sounds very interesting.

[Nant-users] Re: Can't run nant

2005-06-09 Thread David Plass
Sorry folks, false alarm; was just a weird permissions problem (fixed  via cygwin, thank you very much...) --DP Discover Yahoo! Find restaurants, movies, travel & more fun for the weekend. Check it out!

[Nant-users] Re: Running NAnt inside Visual Studio

2005-06-09 Thread Matthew Mastracci
Klaus Lüdenscheidt wrote: i'm working with a solution which can't be compiled in Visual Studio (i always get an error CS0013: could not write to ...pdb. Not enough memory). To work around this problem i want to compile the solution via NAnt's task. Outside Visual Studio it works fine. But whe

[Nant-users] RE: Why use Nant?

2005-06-02 Thread Whitner, Tom
For me, there is a very simple answer to this questions. The process of building a software package involves many tasks. Only one of these tasks is the actual compilation of the source into binaries. Hence, only one of these tasks can be done by Visual Studio (that's a slight over-simplification

[Nant-users] Re: csc task doesn't compile any files

2005-05-16 Thread Elie Medeiros
Ok, fixed this one - it didn't do anything because the destination file already exists. Hope this helps someone experiencing the smae problem later - btw, it would be nice if this behaviour was described in the manual (would have saved me some time anyways). Elie On 5/16/05, Elie Medeiros <[EMAIL

[Nant-users] RE: Nant-users digest, Vol 1 #1445 - 5 msgs

2005-05-06 Thread Craig Ducharme
Hi Sandeep, You might try using xslt (NAnt task Style) to turn your Deployment.xml file into a Deployment.build file then call the appropriate targets depending on the environment to which you are deploying. I think this would be easier than a C# program. Regards Craig Ducharme -Origi

[Nant-users] RE: NAnt equivalent to Ant's

2005-05-03 Thread McKenna, Simon (RGH)
Hi Brian, Firstly, thank you for you posting in plain text! (I get this list in digest form and most people seem ignorant of how much HTML crud they send) -> NAnt's does not allow files as a source, so I'm -> curious what others have done for this type of solution? I had the same issue and end

[Nant-users] RE: Ndoc (0.85 RC 2) - Missing documentation

2005-04-13 Thread Whitner, Tom
Glenn, It is likely that you are not requesting that the c# compiler produce the xml documentation files. For each assembly (i.e. x.dll) there should be a companion xml file (i.e. x.xml) that contains the extracted xml documentation. This xml file is used as input by NDoc. If you are us

[Nant-users] RE: [nant-dev] [Help][Nant-Users][USE NANT To Compile VB6.0 Code]

2005-04-11 Thread John Cole
Sanjoy, We have to handle the same thing here (though we just go to project then back to binary compatibility). Here is a snippet of our build script that we use to handle this automatically: -

[Nant-users] RE: [nant-dev] [Help][Nant-Users][ History Of files Comitted]

2005-04-11 Thread Clayton Harbour
Hi Sanjoy, the task should give you what you need given the description below. It uses a start date and end date rather than a tag and produces an xml report of the changes that have occurred between two dates. Cheers, Clayton -Original Message- From: sanjoy [mailt

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-04-02 Thread Jeff Hoover
What about adding it first with "assumes VS.NET installed" and then fixing it with checked-in modules. If you did that, maybe make not process vdproj files by default, but require an extra parameter to turn it on, so as not to break for users who have vdproj files on servers that don't have VS.NE

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jim Geurts
I was just thinking that we could craft our own merge modules which mimic what the vs.net wid files do. It would probably make sense to have the NAntContrib build script build these. That would keep the source distribution size down a little. A minor problem is discovering where these generated

RE: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jain, Manish (GE Consumer Finance, Contractor)
rrent solutions which also contains setup projects. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Geurts Sent: Thursday, March 31, 2005 6:14 AM To: Gert Driesen Cc: nant-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Nant-users] RE: RE: vdpro

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Gary Feldman
Jim Geurts wrote: ... I suppose the user could specify where the wid files are located, via a parameter on the solution task. Either that or we could create similar merge modules that represent the dialogs from the vs.net install. Those merge modules could be checked into NAntContrib and then a V

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jim Geurts
I was thinking about this as I started working on the VDProjConverter program again... btw, the link to download it (http://software.biasecurities.com/Software/VDProjConverter/VDProjConverter.zip) is working again. I'm starting to think that integrating this into the task might not be a good idea

[Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jeff Hoover
Thanks guys! I was able to get exec to devenv working as a stopgap. That will hold me until Jim can get the vdproj functionality into the msi task. Jeff > > --__--__-- > > Message: 1 > Subject: RE: [Nant-users] vdproj and solution task in NAnt > Date: Mon, 28 Mar 2005 08:13:43 -0500 > From: "Fo

[Nant-users] Re: how do I integrate license.licx in nant ?

2005-03-21 Thread Mark Doliner
I had this same problem, and found very little information about it via google. I saw this email from Ioana Goga on this list last November and thought I'd send a reply. To embed license info into your assembly, you must first create a .licenses file from the .licx file. Then you add this .li

RE: [Nant-users] RE: Strong Names - Delay Signing - Relative Paths

2005-03-14 Thread Whitner, Tom
t: RE: [Nant-users] RE: Strong Names - Delay Signing - Relative Paths Hi Tom, This was fixed since. I'll upload a new nightly build soon. Gert > -Original Message- > From: Whitner, Tom [mailto:[EMAIL PROTECTED] > Sent: vrijdag 25 februari 2005 18:45 > To: Gert Driese

[Nant-users] Re: task?

2005-03-11 Thread Whitner, Tom
Title: Re: task? I created the following two scripts based on some MSDN examples.  These provide basic support for HTTP DELETE & PUT over an anonymous connection.
 
  RE: [Nant-users] RE: Strong Names - Delay Signing - Relative Paths
s@lists.sourceforge.net > Subject: [Nant-users] RE: Strong Names - Delay Signing - > Relative Paths > > Ok, > > I've done a little more testing and found that VS2003 will allow > you to specify the path in the AssemblyKeyFile relative to the output > directory (stand

RE: [Nant-users] Re: string literals

Here is another alternative: -- Edwin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Smith Sent: Tuesday, February 22, 2005 1:00 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Re: string literals Thanks for the help

Re: [Nant-users] Re: string literals

Robert, I think there's another solution that's a little prettier. XML allows either single _or_ double quotes to be used to delimit attributes. So, if you use single quotes to delimit that particular arg attribute, then you are free to use double quotes within that single quoted string. Merr

[Nant-users] RE: Strong Names - Delay Signing - Relative Paths

Ok, I've done a little more testing and found that VS2003 will allow you to specify the path in the AssemblyKeyFile relative to the output directory (standard but crazy) or relative to the solution directory (preferable to me). The task, however, only supports the first option. Assuming

  1   2   3   4   5   >