Re: [Nant-users] Pulling out hair!

2005-01-13 Thread Brad Wilson
Any reason you're not just using the task instead of that old transform? On Thu, 13 Jan 2005 20:10:51 -0600, Chris Taylor <[EMAIL PROTECTED]> wrote: > I've got it all set up with a transform by Gordon Weakliem, which I've > tweaked to work with the latest verison of nant and a few other things >

[Nant-users] Pulling out hair!

2005-01-13 Thread Chris Taylor
Hey everyone, I've been trying to get a CI environment up and running for a few days but keep running into a show stopper with NAnt. I've got it all set up with a transform by Gordon Weakliem, which I've tweaked to work with the latest verison of nant and a few other things to generate my build f

[Nant-users] Problem Solved

2005-01-13 Thread Chris Taylor
Alright, so my whole big issue from earlier. Solved. but not without hours of torment. The problem was within Gordon's XSLT which did not account for the . So I modded the file and added templates for Imports and Import to work the with the vbc task. Still wouldn't compile! But, I'm getting d

[Nant-users] Does support multiple elements?

2005-01-13 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Out of curiosity I tried the following: I found that NAnt faithfully executed both sections. Unfortunately, the tests require that the working directory be the directory where the assembly exists. Some of the tests in the second section fail because they working d

[Nant-users] Creating satellite assemblies - ideas please!

2005-01-13 Thread Michael Dang
Hi All, Anyone have any examples, best practices, or know how to build satellite assemblies using Nant? We are using NANT v.84. thanks md = Michael Dang __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around htt

[Nant-users] Problems Creating License File

2005-01-13 Thread Shane Faulkner
I need some sort of advice on fixing this issue.   This compiles fine through VS but through an NANT solution task it fails every time. Can someone please point me into the right direction here.   NAnt 0.85 (Build 0.85.1811.0; nightly; 12/16/2004) Copyright (C) 2001-2004 Gerry Shaw h

[Nant-users] (no subject)

2005-01-13 Thread Gert Driesen
Subject: Re: [Nant-users] Re: Building VC++ projects Date: Thu, 13 Jan 2005 09:57:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: P

Re: [Nant-users] Re: Building VC++ projects

2005-01-13 Thread Adrian Lazea
Hi Bala, I am using nant-0.85-nightly-2005-01-05 and that works fine. Maybe something changed between these 2 builds in the task. @Gert: Do you have any suggestions about this issue? Regards, Adrian Lazea Bala wrote: Hi Adrian, Eventhough i do that, nant is not building it in proper order.. i am

Re: [Nant-users] Re: Building VC++ projects

2005-01-13 Thread Adrian Lazea
Hi Bala, If NAnt doesn't build the projects inside your solution in the proper order, you can make this happen by setting the right dependencies between those projects. All you need to do is open up the solution in Visual Studio .NET and set the dependencies you need between your projects insid