[Nant-users] capability from

2004-05-03 Thread Michael A. Angelo
I saw a post regarding this being finished and checked in. Can I get the latest build from anywhere? Thanx. --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Or

RE: [Nant-users] Need capability from

2004-04-27 Thread Michael A. Angelo
In the mean time, can anyone tell me how they may be doing this now? I have generic components that I need to install to the GAC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Geurts Sent: Monday, April 26, 2004 6:20 PM To: 'Michael A. A

RE: [Nant-users] Need capability from

2004-04-27 Thread Michael A. Angelo
ael A. Angelo'; [EMAIL PROTECTED] Subject: RE: [Nant-users] Need capability from Currently there isn't support for installing to the GAC. I'll fix this before I move ahead with other things... Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Nant-users] Need capability from

2004-04-26 Thread Michael A. Angelo
The latest release does have a working version of !! Thanx! Now we need the ability to move assemblies into the gac from the MSI. Is there a way to do this that I am not seeing??? TIA Michael. --- This SF.net email is sponsored by: The Robo

[Nant-users] Nant VS. Visual Studio Deployment Project

2004-04-26 Thread Michael A. Angelo
Can no one arm me with any good argument as to why we should pick NAnt??? I need something to go back to management with. I know what my reasons are, but I came from Java. Everyone here is MS. TIA Michael. --- This SF.net email is sponsored

[Nant-users] NAnt vs. Setup and Deployment projects

2004-04-22 Thread Michael A. Angelo
I have a general question that is causing debate here. I am a Java guy new to the .NET platform. Ant was a big player in my arena. Now that I am in the .NET arena, I am trying to find a reason why to use NAnt rather than the Setup and Deployment projects. The argument I am getting here is that if

RE: [Nant-users] Attempting MSI build

2004-04-21 Thread Michael A. Angelo
:line 917 Please send bug report to [EMAIL PROTECTED] Total time: 0.5 seconds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, April 21, 2004 1:37 PM To: Michael A. Angelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] Attemp

[Nant-users] MSI excpetion problem

2004-04-21 Thread Michael A. Angelo
Let's back up a sec...how should I install NAnt and NantContrib? I was just copying the relevant .dll files from NantContrib into the bin directory of Nant. Could this be causing a problem? We are going to try just putting both bin dirs in the path and see what happens. We are still getting the e

RE: [Nant-users] Attempting MSI build

2004-04-21 Thread Michael A. Angelo
We tried to get the version of NantContrib from last night but we get the "Forbidden" page. I did not try from CVS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, April 21, 2004 1:37 PM To: Michael A. Ange

[Nant-users] Attempting MSI build

2004-04-21 Thread Michael A. Angelo
I am getting an error trying to do the MSI build. The following is my dos window during and after the build: C:\Documents and Settings\DougK\Desktop>nant -f:build.xml installer NAnt 0.85 (Build 0.85.1565.0; net-1.0.win32; nightly; 4/14/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.source

[Nant-users] Bulding with NantContrib.build

2004-04-21 Thread Michael A. Angelo
I am attempting to build with this file so that I can test the task. I am getting errors stating that a definition already exists. Actual error: d:\nantcontrib\src\Tasks\VSS\GetTask.cs(85,25): error CS0101: The namespace 'NAnt.Contrib.Tasks.SourceSafe' already contains a definition for 'GetTask'

RE: [Nant-users] / vs. \

2004-04-21 Thread Michael A. Angelo
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: Wednesday, April 21, 2004 12:33 PM To: Ian MacLean; Michael A. Angelo Cc: Gert Driesen; [EMAIL PROTECTED] Subject: RE: [Nant-users] / vs. \ I've gotten similar errors in the pas

RE: [Nant-users] / vs. \

2004-04-21 Thread Michael A. Angelo
alf Of Gert Driesen Sent: Wednesday, April 21, 2004 1:27 AM To: Michael A. Angelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] / vs. \ Michael, Tasks should not have problems with either, so please post a repro if you have different results. Thanks, Gert ----- Original Message - Fro

[Nant-users] / vs. \

2004-04-20 Thread Michael A. Angelo
Is it my imagination or do some tasks like / but dislike \ ? I am trying to set values at the top of my build file and some of my tasks like do not like / This is causing me to have numerous entries with one have / and the other have \ Any way around this? TIA Mike. --

[Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
The version attribute says it has multiple forms (label, version, date, etc). Can anyone let me know the proper syntax? It is not documented anywhere. Could it be: version="label=x" or version="y" --- This SF.Net email is sponsored by: I

RE: [Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
That does work! Thanx. I had .dll references in my projects instead of projects. Not very bright huh? Mike. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Tuesday, April 20, 2004 11:07 AM To: Michael A. Angelo; [EMAIL PROTECTED

[Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
My VB projects may have references to other projects which I am assuming is information obtained from the .vbproj file. How do I get Nant to recognize this reference and build the references project if it needs to be built? I hope I explained this clearly. ;) TIA Mike. ---

[Nant-users] NAnt taks for VBCommenter

2004-04-13 Thread Michael A. Angelo
Does anyone have a clue as to how I can get my .xml doc file to be created with Nant? I tried the VB.DOC nant task, but it looks like it may be broken. I am getting a syntax error on line 1 when I try the VB.DOC Nant task. Any other suggestions? TIA Mike. -

RE: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Michael A. Angelo
Should I mention that these are VB.net projects? I don't think the doc .xml file gets created with VB.net projects Help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Friday, April 09, 2004 4:07 AM To: Michael A. A

[Nant-users] Can't get .xml doc file to build

2004-04-09 Thread Michael A. Angelo
I'm using the tag with the tag. I am not using the .sln file. Is this why I cannot get the .xml doc file? TIA --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of Ge

RE: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Michael A. Angelo
: Michael A. Angelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] NDoc and the assembly .xml file containing doc Michael, The task definitely also creates the xml doc. Are you sure you're building the solution using the task in the same configuration as you do when you build it using VS.NET ?

[Nant-users] NDoc and the assembly .xml file containing doc

2004-04-08 Thread Michael A. Angelo
Anyone have any idea how to generate the .xml file that ndoc needs to go along with the .dll file? My goal here is to pull source from source control, compile, and then generate the documentation with the task. I get the .xml file when I build from VS of course, but not when I automate using the

[Nant-users]

2004-04-08 Thread Michael A. Angelo
This task is not working! I get an error no matter how I try to use the solution task. INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an obj ect. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlEleme nt elemReference, SolutionTa