RE: [Nant-users] VB6 build dependencies

2004-11-04 Thread Subbu Balakrishnan
Hi Christian Your app is more than welcome to come roost in my hard drive! We use our product installer to create our COM+ Application for regression testing but I can immediately see how my dev team would love a tool that could "fix up" their individual COM+ App installations when they are merril

Re: [Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread James Geurts
hi Roman, I'm not sure about this, off the top of my head, but if you haven't checked this page out, it might be worth a look. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/feature_table.asp The attributes value for that table is populated by the "attr" attribute from

RE: [Nant-users] Issues with installation of NAnt 0.84

2004-11-04 Thread Butler, Mark A Mr IPI Gramm Tech
Yea, what he said. :-) MArk B. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scilipoti, Tony Sent: Thursday, November 04, 2004 5:19 AM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Issues with installation of NAnt 0.84 -Original Message- Fro

RE: [Nant-users] Issues with installation of NAnt 0.84

2004-11-04 Thread Butler, Mark A Mr IPI Gramm Tech
-Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 9:52 PM To: Butler, Mark A Mr IPI Gramm Tech; [EMAIL PROTECTED] Cc: 'Kevin Williams'; 'Duraiswami, Prabhuram' Subject: RE: [Nant-users] Issues with installation of NAnt 0.84 Mark, the gr

RE: [Nant-users] Verbose output is screwing everything up.

2004-11-04 Thread Dennison, Oran
I don’t have an answer to the Verbose problem, but try the latest CruiseControl.NET.  0.7 RC1 contains a fix that processes the log files a LOT faster than the older versions did.  The web pages are now actually usable.   Oran   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [Nant-users] Verbose output is screwing everything up.

2004-11-04 Thread Felice Vittoria
Bart,   I think you would need to send this to the CC.NET team.   They may know what's going on.   I don't think this is a NAnt issue.    Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bart ReadSent: Thursday, November 04, 2004 12:3

RE: [Nant-users] Get specified targets

2004-11-04 Thread Bassham, Charles
You could do something like this... -Charlie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill C

[Nant-users] MSI task - how to customize SelectionTree control in CustomSetup dialog

2004-11-04 Thread Roman Semenov
Hello, During the installation process the user has three options for the type of installation: typical, full, and custom. When the user selects custom installation a custom setup dialog appears. This dialog has a SelectionTree control that shows a tree of features available for installation. W

RE: [Nant-users] solutions task skips everything

2004-11-04 Thread Gert Driesen
Ben,   You should not have to remove blanc from the configuration names, so that's definitely a bug. Can you create a new solution that allows us to reproduce both issues ?   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben MathewsSent: donderdag 4 novembe

[Nant-users] Verbose output is screwing everything up.

2004-11-04 Thread Bart Read
Hi All,     I’m having serious problems with NAnt at the moment, caused by the copious verbose output I’m getting in my XML log.  I’m using NAnt with CruiseControl.NET and have NOT specified the –verbose option when running it.  What I do is use CC.NET to run a bootstrap NAnt script, whi

RE: [Nant-users] solutions task skips everything

2004-11-04 Thread Ben Mathews
In the process of cutting my solution down, I tried Thibaut’s suggestion of removing the space in the configuration names.  That appears to solve the problem (i.e. no more skipping of projects).  Of course, that just exposes more problems.  I’m now getting an error   Macro “NoInherit” is

Re: [Nant-users] Get specified targets

2004-11-04 Thread Merrill Cornish
Payton, Charlie can give you the definitive answer, but I'm pretty sure I know what it will be: You can't. You could call your scripts from inside trivial NAnt targets by those names, if that's what you want to do, but you can't access command line arguments other than -D:name=value arguments

[Nant-users] #develop combine to nant...

2004-11-04 Thread John Cole
Has anyone created a xsl file to convert #D's combine to a build file? I searched but couldn't find a reference to one, either here or on the #D site. Thanks, John Cole - This email and any files transmitted with it are confidential and intended solely for t

[Nant-users] Get specified targets

2004-11-04 Thread Byrd, Payton
Title: Get specified targets How do I get the complete list of specified targets from the command line? Example: nant cleanall test install How do I get "cleanall test install" so I can specify them for calling sub scripts? Payton Byrd Trane eBusiness QED Team Phone: 931-905-5386  Fax:

Re: [Nant-users] solutions task skips everything

2004-11-04 Thread Thibaut Barrère
> That shouldn't make a difference should it? Dunno really! As a rule of thumb, I try to avoid spaces in that kind of names (just in case, like in paths it's often a reason of failure somewhere). I'm not sure it's the cause here though. Just like Gert said, if you can manage to reproduce the issu

Re: [Nant-users] Issues with installation of NAnt 0.84

2004-11-04 Thread Kevin Williams
Well written, Tony. I stated in Windows with Visual Basic 5, ASP 1.0, and FrontPage 98. (Yikes!) I made a friend who uses Java on Linux exclusively, about 6 months before C# & .NET came out. I have since become Java certified and have grown to love Gentoo Linux. That was the time of my "rebirth"

RE: [Nant-users] solutions task skips everything

2004-11-04 Thread Ben Mathews
I will though it might take me a day or so to cut it down.  The solution is quite large (>40 projects) and is a 2003 solution.   -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 10:01 PM To: 'Ben Mathews'; [EMAIL PROTECTED] Sub

RE: [Nant-users] solutions task skips everything

2004-11-04 Thread Ben Mathews
My company is (finally) making the transition to .net. We didn't want to have the entire programming staff transition at the same time, so I've changed all the output directories to "NetDebug" and "NetRelease" with corresponding configurations of "Net Debug" and "Net Release". That shouldn't make

[Nant-users] RE: replace only part of the attribute.

2004-11-04 Thread Burton, Kevin
I want to do something like: Where the replacement 'value' also has some XPath expression in it. Is this possible? Kevin --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Read

RE: [Nant-users] Issues with installation of NAnt 0.84

2004-11-04 Thread Scilipoti, Tony
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Butler, Mark A Mr IPI Gramm Tech Sent: Wednesday, November 03, 2004 5:38 PM To: [EMAIL PROTECTED] Cc: Kevin Williams; Duraiswami, Prabhuram Subject: RE: [Nant-users] Issues with installation of NAnt 0.84 >Wo