RE: [NAnt-users] How to build select projects with .Net 2.0 framework

2006-03-11 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jonathan Hutcherson > Sent: donderdag 2 maart 2006 17:14 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] How to build select projects with .Net > 2.0 framework > > I am trying to

[NAnt-users] AUTO GENERATE NAnt build file

2006-03-11 Thread Ranjith chevanan
Hi all, I am actually trying to AUTO generate the NAnt build file. All my projects are developed using .NET. I know NAnt takes care of dependencies within a project. Please tell me a way so that i can automatically configure the external dependencies in the build file.. depend

[NAnt-users] Project References Issue.

2006-03-11 Thread Adrian Lazea
Hi all, Is there a way to have NAnt skip "unused" project references (without attempting to build those projects on a given configuration) when a solution is being built on a certain configuration (debug/release)? For instance, if "Project_1" is referenced by "Project_2" and I would like to

[NAnt-users] HELP

2006-03-11 Thread Rajnish kumar
Hi I am trying to build an automated build with NANT, with active reports. I am getting the following error with Licence.licx, the error message I am getting is: licenses.licx(1) : error LC0003 : Unabled to resolve type 'CuteEditor.Editor, CuteEditor, Version=4.0.0.5, Culture=neutral, PublicKeyTok

[NAnt-users] How to build select projects with .Net 2.0 framework

2006-03-11 Thread Jonathan Hutcherson
I am trying to convert some of my projects from .Net 1.1 to .Net 2.0 . I would like to be able to build the coverted files in .Net 2.0 and have the others build in .Net 1.1. Is there anyway to do this?   -Jonathan

Re: [NAnt-users] build fails with "Cannot access the file [file] because it is being used by another process"

2006-03-11 Thread Troy Hall
Title: build fails with "Cannot access the file [file] because it is being used by another process" I have found that the indexing service is a frequent culprit in this sort of scenario. Try adding appropriate entries** to exclude directories from being scanned by the service. [The indexing se