Re: [Nant-users] Solution task prerequisites

2004-04-14 Thread Gert Driesen
Alex, You need the .NET 1.1 SDK if any of your projects use resource files (resx) or COM components. Hope this helps, Gert - Original Message - From: "Osbun, Alex" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 11:38 PM Su

RE: [Nant-users] Conditional copy

2004-04-14 Thread Noel Gifford
Fritz,   It’s not great for security because I use a generic account to access SourceSafe for use in the build.   Here’s what I’m using:                                   password="${vss.passwo

RE: [Nant-users] task and VS.Net database projects

2004-04-14 Thread Markel, Kris
According to the error message, your dbp file is in the src directory, but your exclude is from the Database directory.   Try changing     to     or     to exclude every database project.   -k     From: [EM

[Nant-users] task and VS.Net database projects

2004-04-14 Thread Chris Austin
To anyone that can help:   I added a Database Project to my solution and now I have a broken build.  I get the following error:   Error checking whether 'c:\builds\myProject\src\Database.dbp' is an enterprise template project.     The data at the root level is invalid. Line 1, position

Re: [Nant-users] NANT and VS.NET CLI

2004-04-14 Thread Ian MacLean
Well VS.net only handles it because of the cobol language plugin ( its by fujitsu isn't it ? ). Nant also requires some work - a cobol compiler task to support cobol. I'm not sure what you mean by vs.net CLI. You can call devenv.com with the exec task if you need to. Ian Jean-Francois Gagnon w

RE: [Nant-users] Conditional copy

2004-04-14 Thread Fritz_Schenk
On a related subject, I am seeking to use VB6 project that happens to use SourceSafe. SourceSafe asks for a login via a message box. How can I mechanize this using nant? Thank you "Noel Gifford" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/14/2004 02:31 PM To "'Jo De Greef'" <[EMAI

RE: [Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
Hi Gert, Thanks for the information. The server I was planning on using does not have the .NET 1.0 or .NET 1.1 SDKs installed. I do want to run with .NET 1.1 and I just wanted to make sure that the .NET 1.1 SDK is required. If it is required, I will have it installed and give it a shot. I wi

RE: [Nant-users] Conditional copy

2004-04-14 Thread Noel Gifford
Title: Message Jo,   The code below shows the usage of the ‘if’ attribute in an element using the _expression_ evaluator. It should work exactly the same with the element, which is what you want.                               Let me know if you need

Re: [Nant-users] Solution task prerequisites

2004-04-14 Thread Gert Driesen
Alex, NAnt 0.85 will by default target framework in which NAnt is currently running. If you have the .NET Framework 1.1 installed, NAnt will use target that framework by default. For NAnt 0.84, the default framework was always .NET 1.0. See http://nant.sourceforge.net/faq.html#change-targetfram

Re: [Nant-users] NANT and VS.NET CLI

2004-04-14 Thread Jaroslaw Kowalski
No it doesn't. NAnt only uses the compilers that come with .NET Framework (csc.exe, vbc.exe, and so on). It emulates the behaviour of VS.NET when compiling projects through task. Looks like another compiler needs to be added ;-) Jarek - Original Message - From: "Jean-Francois Gagnon" <

[Nant-users] copy filter

2004-04-14 Thread Noah Davidson
I am trying to use the copy filter.  I am defining a new task and trying to replace my @version@ in my assembly.cs file with my generated version.  I am copying it to assmblyinfo.txt not to overwrite it.    I get the following error: invalid element . Unknown task or datatype.   Here

[Nant-users] NANT and VS.NET CLI

2004-04-14 Thread Jean-Francois Gagnon
Hi,   Is NANT rigged to invoke the VS.NET CLI transparently?   I am asking this because here we are using a COBOL Compiler (don’t laugh) that VS.NET handles, but NANT does not (at least directly).   Regards   JFG

RE: [Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
Whew! Yes, it did take a while for the operation to complete. The nant version I am using is 0.85-20040328 and I am attempting to run my build script on a server with Microsoft Windows 2000 5.00.2195 Service Pack 4. The server has version 1.0 and 1.1 of the .NET framework installed. It's an

RE: [Nant-users] Solution task prerequisites

2004-04-14 Thread Bob Archer
You don't need visual studio installed. I run a build server that uses the solution task without VS. However, you do need the .Net framework installed. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Osbun, Alex Sent: Wednesday, April 14, 2004 10:51

Re: [Nant-users] Solution task prerequisites

2004-04-14 Thread Gert Driesen
Hi Alex, The definitely does not require Visual Studio .NET to be installed. What version of NAnt are you using ? Using the latest nightly build, and exception in GacResolver.IsAssemblyInGAC should never propogate to the caller as we just return false if an assembly cannot be loaded. However,

[Nant-users] Solution task prerequisites

2004-04-14 Thread Osbun, Alex
Does Visual Studio .Net need to be part of the build environment in order to use the Solution task? On an environment that has VS.Net installed the solution task works, but I get the following error on an environment that doesn't have VS.Net installed. BUILD FAILED INTERNAL ERROR System.Run