RE: [nant-dev] NAnt Exception

2004-12-02 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Henry > Sent: donderdag 2 december 2004 20:51 > To: Gert Driesen > Cc: [EMAIL PROTECTED] > Subject: Re: [nant-dev] NAnt Exception > > Ok, later today I'll go ahead and send you our project s

RE: [nant-dev] FW: Build Failure

2004-12-02 Thread Gert Driesen
Hi, This issue was fixed after the 0.84 release. Try using NAnt 0.85 Release Candidate 1. Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Raghuraman Rajagopalan > Sent: vrijdag 3 december 2004 5:30 > To: [EMAIL PROTECT

Re: [nant-dev] NAnt Exception

2004-12-02 Thread Mark Henry
Ok, later today I'll go ahead and send you our project setup minus the code (at least with an empty source file to compile). I have a quick question that I haven't found in the docs yet - is there a way to specific include paths for headers and libraries for C++ projects if I'm using the task?

[nant-dev] FW: Build Failure

2004-12-02 Thread Raghuraman Rajagopalan
Hi, I have a project that references Visio Type library. I'm using the tag so that my solution and build files are always in sync. However, the build is failing with the following error System.ApplicationException: Couldn't find reference to type library 'Visio' (TYPELIB\{00021A98-

[nant-dev] [ nant-Bugs-1077318 ] if attribute on target should control dependencies as well

2004-12-02 Thread SourceForge.net
Bugs item #1077318, was opened at 2004-12-02 13:56 Message generated for change (Comment added) made by ianm74 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077318&group_id=31650 Category: Core Group: None Status: Open Resolution: None Priority: 5 Subm

[nant-dev] [ nant-Bugs-1077712 ] Solution task doesn't compile resources for VC++

2004-12-02 Thread SourceForge.net
Bugs item #1077712, was opened at 2004-12-02 08:51 Message generated for change (Comment added) made by haniatassi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077712&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 9

Re[2]: [nant-dev] Problem with AssemblyFolderKey and fix details

2004-12-02 Thread Fernando P. Nájera Cano
Hi Gert, GD> Hi Fernando, GD> Can you submit a bug report for this issue GD> (http://www.sourceforge.net/projects/nant) ? No problem. It is my first time submitting a bug, so bear with me if I don't do it OK :) GD> I had a very quick look and apparently there seems to be another prefix : GD> h

Re: [nant-dev] Problem with AssemblyFolderKey and fix details

2004-12-02 Thread Fernando P. Nájera Cano
Hi, > ... > In one of my projects we're using ODP.NET (Oracle Data Provider). In > the .vbproj, VS.NET 2003 has added this: > Name = "Oracle.DataAccess" >AssemblyName = "Oracle.DataAccess" >AssemblyFolderKey = "hklm\dn\odp.net" > /> I've just found an MSDN article on this. http://m

RE: [nant-dev] Problem with AssemblyFolderKey and fix details

2004-12-02 Thread Gert Driesen
Hi Fernando, Can you submit a bug report for this issue (http://www.sourceforge.net/projects/nant) ? I had a very quick look and apparently there seems to be another prefix : hklm\publicassemblies But I'm not sure yet what this refers to. Gert > -Original Message- > From: [EMAIL PROT

[nant-dev] Problem with AssemblyFolderKey and fix details

2004-12-02 Thread Fernando P. Nájera Cano
Hi, First, hello to you all. I'm a developer from Spain and I'm investigatin on NAnt. I've so far created a couple of tasks, and through my tests I've run across a problem that I think it is simple to fix. I've fix it myself but I think you'll want to know. In one of my projects we're using ODP.N

[nant-dev] [ nant-Bugs-1077318 ] if attribute on target should control dependencies as well

2004-12-02 Thread SourceForge.net
Bugs item #1077318, was opened at 2004-12-02 05:56 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077318&group_id=31650 Category: Core Group: None Status: Open Resolution: None Priority: 5 Su

[nant-dev] [ nant-Bugs-1077437 ] Spelling: Devide should be Divide

2004-12-02 Thread SourceForge.net
Bugs item #1077437, was opened at 2004-12-02 10:45 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077437&group_id=31650 Category: Documentation >Group: 0.85 >Status: Closed >Resolution: Fixed

[nant-dev] [ nant-Bugs-1077712 ] Solution task doesn't compile resources for VC++

2004-12-02 Thread SourceForge.net
Bugs item #1077712, was opened at 2004-12-02 17:51 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077712&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None Priority: 9 S

[nant-dev] [ nant-Bugs-1077712 ] Solution task doesn't compile resources for VC++

2004-12-02 Thread SourceForge.net
Bugs item #1077712, was opened at 2004-12-02 08:51 Message generated for change (Settings changed) made by haniatassi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077712&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: None >Priorit

[nant-dev] [ nant-Bugs-1077712 ] Solution task doesn't compile resources for VC++

2004-12-02 Thread SourceForge.net
Bugs item #1077712, was opened at 2004-12-02 08:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077712&group_id=31650 Category: Tasks Group: 0.85 Status: Open Resolution: Non

RE: [nant-dev] ArgumentException while using cvs-checkout

2004-12-02 Thread Clayton Harbour
Hi Swati, The sharpcvslib does not support ntserver protocol. You will want to add the attribute usesharpcvslib="false" to use your default cvs binary. You can specify a path to this binary if it does not exist in your environment path. Cheers, Clayton > -Original Message- > F

[nant-dev] [ nant-Bugs-1042442 ] .cvspass overrides password attribute

2004-12-02 Thread SourceForge.net
Bugs item #1042442, was opened at 2004-10-07 11:40 Message generated for change (Settings changed) made by drakmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1042442&group_id=31650 Category: Tasks Group: 0.85 >Status: Closed Resolution: None Priority

[nant-dev] [ nant-Bugs-1043110 ] cvschangelog task (sharpcvslib)

2004-12-02 Thread SourceForge.net
Bugs item #1043110, was opened at 2004-10-08 07:52 Message generated for change (Settings changed) made by drakmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1043110&group_id=31650 Category: Tasks Group: None >Status: Closed Resolution: None Priority

Re: [nant-dev] Adding extension objects to style task

2004-12-02 Thread Tim Noll
I've tested this with some proprietary code that I've written at work, but I could prepare a simple example from scratch. Again, it may be a few days before I have the time to work on it, but I'll send it along as soon as I can. Tim On Thu, 02 Dec 2004 21:10:16 +0900, Ian MacLean <[EMAIL PROTECT

Re: [nant-dev] Adding extension objects to style task

2004-12-02 Thread Ian MacLean
Tim Noll wrote: Here are the changes needed in order to add extension objects to the style task. This change consists of three files: NAnt.Core\Tasks\StyleTask.cs - modified (I've also included a diff file against the original source) NAnt.Core\Types\XsltExtensionObjectCollection.cs - new NAnt.Core

[nant-dev] [ nant-Bugs-1076797 ] Problems with NUNIT2 task

2004-12-02 Thread SourceForge.net
Bugs item #1076797, was opened at 2004-12-01 15:46 Message generated for change (Comment added) made by bingobonzo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1076797&group_id=31650 Category: Tasks Group: None >Status: Closed >Resolution: Fixed Priori

Re: [nant-dev] Adding extension objects to style task

2004-12-02 Thread Tim Noll
Here are the changes needed in order to add extension objects to the style task. This change consists of three files: NAnt.Core\Tasks\StyleTask.cs - modified (I've also included a diff file against the original source) NAnt.Core\Types\XsltExtensionObjectCollection.cs - new NAnt.Core\Types\XsltExte

[nant-dev] [ nant-Bugs-1077437 ] Spelling: Devide should be Divide

2004-12-02 Thread SourceForge.net
Bugs item #1077437, was opened at 2004-12-02 09:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1077437&group_id=31650 Category: Documentation Group: None Status: Open Resolut

[nant-dev] [ nant-Bugs-1076797 ] Problems with NUNIT2 task

2004-12-02 Thread SourceForge.net
Bugs item #1076797, was opened at 2004-12-01 15:46 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1076797&group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5 S

[nant-dev] [ nant-Bugs-1076797 ] Problems with NUNIT2 task

2004-12-02 Thread SourceForge.net
Bugs item #1076797, was opened at 2004-12-01 15:46 Message generated for change (Comment added) made by bingobonzo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1076797&group_id=31650 Category: Tasks Group: None Status: Open Resolution: None Priority: 5