Re: [Nant-users] MSI and Wix

2004-04-23 Thread Gert Driesen
Robert, I'm having lots of problems uploading new nightly builds (caused by sf.net ?). As part of this process, the website content is uploaded too, and at times this is failing too. That explains why the NAntContrib website is currently, euhm ... well ... gone ... I'm trying another run right

Re: [Nant-users] Using the task with propertytrue

2004-04-23 Thread Gert Driesen
. if you are certain that property 'test' exists, you can just use : . Hope this helps, Gert - Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 5:07 PM Subject: [Nant-users] Using the task with

[Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread www0
> 2. Use one of the XML tasks with a foreach to "poke" the documentation > setting into the project files before the task runs. Thanks for your idea, this way we can generate all we need in both debug/release mode without being intrusive. Selon Matthew Mastracci <[EMAIL PROTECTED]>: > There

[Nant-users] Using the task with propertytrue

2004-04-23 Thread Vincent Erickson
Title: Message I just added some code to my nant script using the if property true construct to conditionally execute some child tasks. I'm being told by nant that propertytrue is deprecated, and I should be using "test" instead. This is fine with me, except that I can find no examples of ho

Re: [Nant-users] MSI and Wix

2004-04-23 Thread Robert MacWilliams
Thanks, Jim. These are hard to find due to the current layout of SF web site - if you go to the NAntContrib page via the link on the NAnt home page, there seems to be no way to get to the nightly builds: http://sourceforge.net/projects/nantcontrib Next, click on the Home Page button and it bri

Re: [Nant-users] Cleanup of .incr Files

2004-04-23 Thread Gert Driesen
You can always turn incremental builds off for your projects ... Gert - Original Message - From: "Block, Jeffrey A. (Jeff)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 7:10 PM Subject: [Nant-users] Cleanup of .incr Files > I'm relatively new to this, so thi

[Nant-users] Cleanup of .incr Files

2004-04-23 Thread Block, Jeffrey A. (Jeff)
Title: Cleanup of .incr Files I'm relatively new to this, so this might be a newbie post, but... I'm using the solution task to generate my assemblies.  When the build is done, I'm expecting to see an AssemblyName.dll and an AssemblyName.pdb file only.  However, there is an AssemblyName.incr

[Nant-users] RE: vsslabel task issue

2004-04-23 Thread ksagon
OK, well I figured it out on my own... Here's any FYI in case anyone is interested. VSS only supports labels of up to 31 characters in length. Most of the native VSS tools will simply truncate any label longer than 31 characters. However, it appears that the SourceSafe Interop doesn't handle

RE: [Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread Markel, Kris
Thibaut, Another option may be to build an enterprise template so that any C# projects your developers create have documentation generation turned on by default. You need to have at least one copy of Visual Studio.NET Enterprise Edition, and I don't think it will work for existing projects, but

[Nant-users] Re: Force documentation generation in Solution task

2004-04-23 Thread Matthew Mastracci
There are a couple of easier alternatives: 1. Generate documentation only in release mode, build debug mode on development machines 2. Use one of the XML tasks with a foreach to "poke" the documentation setting into the project files before the task runs. I think we would all prefer to keep

Re: [Nant-users] in

2004-04-23 Thread Gert Driesen
Merrill, This was fixed post-0.84. Please try one the latest nightly builds (http://nant.sourceforge.net/nightly/builds). Thanks, Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 4:31 PM Subject: [Nant-users] in

[Nant-users] in

2004-04-23 Thread Merrill Cornish
I'm running NAnt 0.84. When I create a ...text... element directly under the element, the text from the element does not show up in -projecthelp as the documentation says it should. Is this just a bug? Merrill Cornish --- This SF.net e

RE: [Nant-users] Force documentation generation in Solution task

2004-04-23 Thread Nicklas Norling
I'm not sure I understand you correctly, but as far as I see this has nothing to do with the solution task. Generation of xml documentation is produced by setting a file name in the corresponding *.scproj file by using VS.NET project settings. The resulting xml files can then after the solution b

RE: [Nant-users] Read file contents into nant property?

2004-04-23 Thread Bonnett, Evan A
Title: RE: [Nant-users] Read file contents into nant property? I had the same problem but Jarek sent me this solution.  Try it out, adapt as needed.  Hope this helps.   There's a trick that uses task. Taken from my build script: property="sooda.major,sooda.minor,sooda.revision,soo

[Nant-users] Read file contents into nant property?

2004-04-23 Thread Sebastian
Hello! Is there a way to read the content of a file into an nant property? Thanks in advance, Sebastian This message was sent using IMP, the Internet Messaging Program. --- Thi

Re: [Nant-users] MSI and Wix

2004-04-23 Thread James Geurts
At this point, the decision pretty much is up to you. I think that the NAnt msi/msm tasks will continue to be supported to some degree and eventually the WiX tasks will be wrapped. The nightly help files contain documenation for those tasks... you can view it here: http://nantcontrib.sourceforge.

RE: [Nant-users] MSI task problems

2004-04-23 Thread Nicklas Norling
Thanks a lot for the very informative answer! Unfortunately I'm busy with other planned stuff today, but I'll test things more on Monday. Again, thanks! /Nicke > -Original Message- > From: James Geurts [mailto:[EMAIL PROTECTED] > Sent: den 22 april 2004 17:07 > To: [EMAIL PROTECTED] > Cc:

[Nant-users] Force documentation generation in Solution task

2004-04-23 Thread www0
Hi, i'm planning to enable publication of the latest ndoc documentation of my project on the integration website. One of the requirements before setting up the build process was that it has to be totally seamless for the developer, who actually only uses vs.net and a couple of add-ins (includin

[Nant-users] MSI and Wix

2004-04-23 Thread Robert MacWilliams
I have two related questions - I am trying to decide whether to use the NantContrib MSI task, or the Microsoft WIX tools recently made available. I am already using Nant in conjunction with VS Studio. I've coded in C, C++, and Java for many years. Where to people come down on this? Does it m