[NAnt-users] compiling a web application

2008-07-23 Thread Rolando Martinez
Hi All, Using the the "csc" task, I got the next error message from resgen ( I changed the framework property but the error is there yet)

[NAnt-users] compiling CrystalReports

2007-07-26 Thread Dix, John
Hello, Can anyone please tell me if there is a special task that allows it to compile CrystalReport projects built in MSVS.NET 2003? Thanks! -jdix - This SF.net email is sponsored by: Splunk Inc. Still grepping thr

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-10 Thread Eric Fetzer
ange... VB SUCKS (old VB at least) If you want any of this, let me know and I'll shoot you a copy. Eric <>< - Original Message From: Richard Gavel <[EMAIL PROTECTED]> To: nant-users@lists.sourceforge.net Sent: Friday, January 5, 2007 9:28:42 PM Subject: Re: [NAn

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-08 Thread Bob Archer
Sent: Sunday, January 07, 2007 9:46 AM To: Richard Gavel Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Compiling VB6 Web Project Hi, Can I please be removed from the mailing list ? Regards Kirti On Sat, 06 Jan 2007 Richard Gavel wrote : >We had a similar issue due to a lot

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-07 Thread Kirti Krishnaswamy
5 >Date: Thu, 4 Jan 2007 12:23:24 -0600 > From: <[EMAIL PROTECTED]> >Subject: [NAnt-users] Compiling VB6 Web Project >To: >Message-ID: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset="us-ascii" > >I have a couple of VB6 Web Projects (the on

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-05 Thread Richard Gavel
create a local system based service to interact with WinBatch and communicate with it via .NET remoting. -- Message: 5 Date: Thu, 4 Jan 2007 12:23:24 -0600 From: <[EMAIL PROTECTED]> Subject: [NAnt-users] Compiling VB6 Web Project To: Message-ID: <[EMAIL

[NAnt-users] Compiling VB6 Web Project

2007-01-04 Thread dcieslak
I have a couple of VB6 Web Projects (the ones with .dsr files) and I can't seem to get them to compile on the command-line. Has anyone been able to do this? Is there some trick I'm missing? The only thing I can seem to find on the subject is this from Microsoft: http://support.microsoft

Re: [NAnt-users] Compiling VS2003 project files using .NET Framework2.0 - Does it work or not?

2006-10-06 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 9:01 AM Subject: [NAnt-users] Compiling VS2003 project files using .NET Framework2.0 - Does it work or not? > Hi > > In the release notes of 0.85-rc4 it says that: > "...only

[NAnt-users] Compiling VS2003 project files using .NET Framework 2.0 - Does it work or not?

2006-10-06 Thread richard.e.persson
Hi In the release notes of 0.85-rc4 it says that: "...only Microsoft Visual Studio .NET 2002 and 2003 solutions and projects are supported..." Does this mean that I can still use the task as long as the .csproj files are in 2003 format? It seems to work according to the log file: [exec] N

Re: [NAnt-users] Compiling large project using NAnt

2006-08-29 Thread Bradley Ward
t projects will still build even if some other project fails to build.  We’re still in the middle of integrating this with Cruise Control .Net, so that will probably be the tie-breaker… whichever way works best with CC.Net.   If you decide you like the failonerror=true setting, then you can do the sa

[NAnt-users] Compiling large project using NAnt

2006-08-29 Thread Payne, Matt
Title: Compiling large project using NAnt Hi, I'm looking for a bit of advice about how best to go about compiling a large VB.Net solution that contains 15 class library projects and one ASP.Net project. Most of the 15 libraries are interdependent to some degree. I don't see a whole lot

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Marc Towersap
TED]>To: Darren Gage <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.netSent: Monday, June 26, 2006 7:08:44 AMSubject: Re: [NAnt-users] Compiling VC++ 6 Project Darren,   Since you're using Visual Studio 6, you'll probably need to go the route (unless there is a legacy C++ task

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Foster, Richard - PAL
To: nant-users@lists.sourceforge.netSubject: [NAnt-users] Compiling VC++ 6 Project Hi, Can anyone tell me the easiest way to compile a VC++ 6.0 Project. I.e. using Visual Studio project file, StructuredPrototype1.dsp I've tried: 1 - using  devenv.  But this gives me message dialog  stating "Project

[NAnt-users] Compiling VC++ 6 Project

2006-06-25 Thread Darren Gage
Title: Compiling VC++ 6 Project Hi, Can anyone tell me the easiest way to compile a VC++ 6.0 Project. I.e. using Visual Studio project file, StructuredPrototype1.dsp I've tried: 1 - using  devenv.  But this gives me message dialog  stating "Projects generated by a previous version of

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Robert Hanson
; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] compiling OmniOrb idl files - options?   Use the task to execute devenv.exe.     Thanks, Melissa     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson Sent: Friday, May 19, 2006 9:25 AM To

RE: [NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Melissa Kacher
Use the task to execute devenv.exe.   Thanks, Melissa   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert HansonSent: Friday, May 19, 2006 9:25 AMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] compiling OmniOrb idl files - options? I have a number of

[NAnt-users] compiling OmniOrb idl files - options?

2006-05-19 Thread Robert Hanson
I have a number of VS.NET projects that we’re porting from VC 6.0  (all in C++).  The projects use a custom build step to compile an idl file using OmniOrb.   As I understand it, the NANT solution task does not understand or execute custom build steps, which is what we use to compile the

RE: [Nant-users] compiling nant with .net 2.0 sdk...

2005-11-04 Thread John Cole
nt: Friday, November 04, 2005 11:33 AM To: John Cole Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] compiling nant with .net 2.0 sdk... Good Afternoon John 0.85RC3 was toast ..I spent all day saturday trying to get this build to build using the Full debug for nmake nmake -d -p -f Make

Re: [Nant-users] compiling nant with .net 2.0 sdk...

2005-11-04 Thread Martin Gainty
ed at http://nant.sourceforge.net/nightly/latest HTH/Bedankt, Martin- - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: Sent: Friday, November 04, 2005 11:23 AM Subject: [Nant-users] compiling nant with .net 2.0 sdk... Hello, I've installed the .net 2

[Nant-users] compiling nant with .net 2.0 sdk...

2005-11-04 Thread John Cole
Hello, I've installed the .net 2.0 sdk on my system (along with the 1.1 sdk) and now I'm having a lot of trouble building nant and nantcontrib. Here is what I used to do -- nmake -f Makefile.nmake bootstrap\NAnt.exe package cd .. cd NAntContrib ..\nant\bu

RE: [Nant-users] compiling in release mode with define:DEBUG flag

2005-05-13 Thread Gert Driesen
Hi Bert-Jan,   If you're running NAnt 0.85 RC3 or later, you can use this:     or     Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Jan LappenschaarSent: donderdag 12 mei 2005 14:33To: nant-users@lists.sourceforge.netSubject: [Nant-

[Nant-users] compiling in release mode with define:DEBUG flag

2005-05-13 Thread Bert Jan Lappenschaar
Hi,   I want to compile an assembly in release mode and also produce a .PDB file. Reason is that if there is a .PDB file, line numbers are included in stack traces that come with exceptions.   I tried adding a define="DEBUG" attribute to the CSC task in my Nant scripts but to no avail.

[Nant-users] Compiling for multiple frameworks

2005-03-24 Thread shgerstacker
I'm very new to NAnt, so let me know if this is possible. I have a solution with 6 projects in it. 1 project is a library with shared functions in it. 2 projects are command line programs that need to run on .net 1.0 framework. 2 projects are web sites that need to run on .net 1.1 framework. 1 pr

[Nant-users] Compiling VC++

2005-03-20 Thread Robert Smith
I've looked through the mail archives, wiki, and documentation and I've not seen an example of utilizing a task to compile a VC++ .dsw...I see how to compile a single .cpp with the task, but is there a way to compile using a .dsw (a workspace with multiple applications)? Does someone have some sn

[Nant-users] Compiling projects with references to projects in the GAC

2005-03-18 Thread Timothy Burda
Does anyone have any hints or tips on compiling projects with references to assemblies which have been registered in the GAC.   When I compile the solution, I get an error       Can’t find referenced assembly ‘C:\My Work\Shared Assemblies\’   Any help or examples of Nant task

RE: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Shookowsky > Sent: maandag 28 februari 2005 16:53 > To: Ransel Lopez Mena > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Compiling a bunch of pr

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
sage- > From: Dan Shookowsky [mailto:[EMAIL PROTECTED] > Sent: Monday, February 28, 2005 8:33 AM > To: Ransel Lopez Mena > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Compiling a bunch of projects > > Is csc.exe available in the bin directory? Perhaps it

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Is csc.exe available in the bin directory? Perhaps it's a path issue or conflict with the location specified in the nant.exe.config file... On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> wrote: > > > Hello everyone: > > I am new using Nant and I have a problem tha

[Nant-users] Compiling a bunch of projects

2005-02-28 Thread Ransel Lopez Mena
Title: Compiling a bunch of projects Hello everyone: I am new using Nant and I have a problem that I am sure is easy to solve (but I don't know how). I don't have a solution, just a bunch of projects from me and all my developers. I am using the solution task to compile my assemblies like t

Re: [Nant-users] compiling on mono

2004-08-21 Thread Kevin Williams
scratch is quite a time investment for a product I'm still evaluating. Kevin Gert Driesen wrote: - Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 6:32 PM Subject: [Nant-users] compiling on mono

Re: [Nant-users] compiling on mono

2004-08-21 Thread Gert Driesen
- Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 6:32 PM Subject: [Nant-users] compiling on mono Hello all, list newbie here. I want to start compiling projects on Mono in Linux, but I'm h

[Nant-users] compiling on mono

2004-08-20 Thread Kevin Williams
Hello all, list newbie here. I want to start compiling projects on Mono in Linux, but I'm having trouble. I have Mono 1.0.1 installed and that seems to work fine. When I run 'make' in the directory where I unzipped the nightly build, it blows up on the "Obsolete" attributes for the NUnit1 tasks.

RE: [Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
Subject: Re: [Nant-users] compiling licensing file Jarek, This is actually the same issue we've been struggling with for some time now. There's no known workaround or fix for this issue :( Gert - Original Message - From: "Jaroslaw Kowalski" <[EMAIL PROTECT

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Gert Driesen
ED]>; "NAnt Users Mailing List" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 7:27 PM Subject: Re: [Nant-users] compiling licensing file > Can you re-run your build script with the latest nant nightly build? Make >

Re: [Nant-users] compiling licensing file

2004-04-19 Thread Jaroslaw Kowalski
Mailing List" <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 7:04 PM Subject: [Nant-users] compiling licensing file > I am using a solution task. However in the VS solution file I have a .licx > file that needs to be compiled. When I compile from VS all works fine, but

[Nant-users] compiling licensing file

2004-04-19 Thread Noah Davidson
I am using a solution task.  However in the VS solution file I have a .licx file that needs to be compiled.  When I compile from VS all works fine, but from NAnt I get the following error:   Failed to create license for type 'Infragistics.Win.UltraWinEditors.UltraCurrencyEditor'.     Lic

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Brian Beaudet
Title: Message     -Original Message- From: Brian Beaudet [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:47 PM To: 'Clayton Harbour' Subject: RE: [Nant-users] Compiling with .NET Framework 1.1   Thanks Clayton.   I’m not quite ready to start le

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Clayton Harbour
-Original Message-From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: April 8, 2004 11:26 AMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: [Nant-users] Compiling with .NET Framework 1.1 I put this as the first line of my build script

RE: [Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Bob Archer
] Subject: [Nant-users] Compiling with .NET Framework 1.1   How do I tell NAnt to use the CSC.exe for the .NET Framework 1.1 instead of 1.0?  I’m attempting to use Nant on a machine that does not have 1.0 installed.   Brian M. Beaudet Director, Research & Development EfficiencyLab,

[Nant-users] Compiling with .NET Framework 1.1

2004-04-08 Thread Brian Beaudet
How do I tell NAnt to use the CSC.exe for the .NET Framework 1.1 instead of 1.0?  I’m attempting to use Nant on a machine that does not have 1.0 installed.   Brian M. Beaudet Director, Research & Development EfficiencyLab, LLC www.efficiencylab.com  

Re: [Nant-users] Compiling nAnt source code?

2004-02-25 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 2:34 AM > Subject: [Nant-users] Compiling nAnt source code? > > Two questions folks: > > 1- Is there any benefits from comp

[Nant-users] Compiling nAnt source code?

2004-02-25 Thread zee
Two questions folks: 1- Is there any benefits from compiling the source code and not using the assemblies provided? 2- I tried compiling in VS framework 1.1, it does not work, I fixed all refrences and no good. I also tried compiling using the supplied build scripts but they failed too. I even

Re: [Nant-users] compiling with visual studio open

2004-02-13 Thread Craig Williams
ok, sorry you can ignore this - csc.exe was stuck in memory and had locked the file! ;)   C - Original Message - From: Craig Williams To: [EMAIL PROTECTED] Sent: Friday, February 13, 2004 9:42 AM Subject: [Nant-users] compiling with visual studio open I

[Nant-users] compiling with visual studio open

2004-02-13 Thread Craig Williams
I sometimes have to use a designer inside visual studio to do some work but when it's open I can't compile the projects with NAnt.   I get an error saying the output file (*.pdb) is in use by another process, which is odd because its writing this file into my build directory so I don't see h

Re: [Nant-users] Compiling

2004-01-23 Thread Ian MacLean
n the NAnt project, but that may or may not be a big deal. Regards, Jason King Profox Systems Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos Sent: 23 January 2004 09:41 To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling On Thu, 2004-01-22

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
Well, installing ICU from source, and compiling Mono with ICU already installed did the trick! ;) On Thu, 2004-01-22 at 22:46, Pedro Santos wrote: > It's the same: > > /-- > bash-2.05b$ make clean > rm bin/*.* -f > > bash-2.05b$ make > make

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pedro Santos Sent: 23 January 2004 09:41 To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling On Thu, 2004-01-22 at 23:05, Ian MacLean wrote: > Do you have ICU installed with your mono build ? I don't know... I just downloaded M

RE: [Nant-users] Compiling

2004-01-23 Thread Jason King
Profox Systems Ltd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ian MacLean Sent: 22 January 2004 23:06 To: Pedro Santos Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] Compiling Do you have ICU installed with your mono build ? Ian Pedro Santos wrote:

Re: [Nant-users] Compiling

2004-01-23 Thread Pedro Santos
On Thu, 2004-01-22 at 23:05, Ian MacLean wrote: > Do you have ICU installed with your mono build ? I don't know... I just downloaded Mono-0.30 and installed it under a fresh MDK 9.2. Whats ICU? > > Pedro Santos wrote: > > >It's the same: > > > >/-

Re: [Nant-users] Compiling

2004-01-22 Thread Ian MacLean
Do you have ICU installed with your mono build ? Ian Pedro Santos wrote: It's the same: /-- bash-2.05b$ make clean rm bin/*.* -f bash-2.05b$ make make bootstrap make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84' if test x

Re: [Nant-users] Compiling

2004-01-22 Thread Pedro Santos
It's the same: /-- bash-2.05b$ make clean rm bin/*.* -f bash-2.05b$ make make bootstrap make[1]: Entering directory `/home/pre/downloads/www/nant/nant-0.84' if test x = xWindows_NT; then make windows-bootstrap; else make linux-bootstrap; fi

Re: [Nant-users] Compiling

2004-01-22 Thread Rodrigo B. de Oliveira
try instead: make clean make Regards, Rodrigo - Original Message - From: "Pedro Santos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 8:18 PM Subject: [Nant-users] Compiling

[Nant-users] Compiling

2004-01-22 Thread Pedro Santos
I donwloaded nant-0.84 but I can't compile it under Linux/Mono-030. Before compiling I deleted all the bin content and when I make it I get this: / mono bin/NAnt.exe -buildfile:NAnt.build build NAnt 0.84 (Build 0.84.1

[Nant-users] Compiling VSNantAddin

2003-11-21 Thread Dmitriy Bezugliy
In latest realization Nant disappear method ProcessSettings wich was used in VSNantAddin. For fixing problem may be useful creating this method or making public ProjectSettingsLoader class Regards, Dmitry Bezuglyy amid@bkc.com.ua  

[Nant-users] Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-19 Thread Jaroslaw Kowalski
Hi Eric,   you're right, you need to get the sources from CVS. It's very easy. Here I've provided you with some instructions for compiling NAnt from CVS.   Hope it helps,   Jarek   P.S. As I've written, this may or may not solve the mentioned problem.           HOW TO COMPILE NAnt FROM CV

RE: [Nant-users] Compiling in resource files

2003-08-07 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, I have a project and I want to compile in resource files like csc > *stuff* /res:thing.resx > > I only found stuff in the documentation for converting them. How > would I build them in? > Add a tag to the csc task, f.ex like this: -- Arild

[Nant-users] Compiling in resource files

2003-08-05 Thread revision17
Hi, I have a project and I want to compile in resource files like csc *stuff* /res:thing.resx I only found stuff in the documentation for converting them. How would I build them in? Thanks (I hope this question hasn't been asked 1000 times, I can't access the archives so I wouldn't know). -

[Nant-users] Compiling for Mono

2003-02-28 Thread Gert Driesen
Hi,   I'm trying to build a assemby using Mono 0.20 on Windows, but apparently the Mcs task calls the mcs.exe, this will cause Mono to compile an assembly using the .NET runtime instead of the Mono runtime.   The task should instead call "mono mcs.exe [options]"  where mcs.exe should be spe

Re: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Ian MacLean
ok good point. Just add the paramater to your csc task then Ian csc supports a /main: switch allowing you to state which type(containing a Main) should be used as an entry point: /main:Specifies the type that contains the entry point (ignore all other possi

RE: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Arild Fines
> > Has anyone run into a problem building a class the has multiple entry > > points into it with nant? Is there a way to get around this with the > > task? > > > > Thanks, > > Mike. > This is the standard behaviour for the csc compiler and in fact for > every .net compiler. There can only be a si

Re: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Ian MacLean
This is the standard behaviour for the csc compiler and in fact for every .net compiler. There can only be a single static Main method in a given .exe assembly otherwise the runtime will not know which one to execute at startup. Remove or rename one of the Main methods and it will work fine. I

[Nant-users] Compiling a class with multiple entry points

2003-02-12 Thread Nau, Michael
Has anyone run into a problem building a class the has multiple entry points into it with nant? Is there a way to get around this with the task? Thanks, Mike. Here is the output I am getting from nant: BUILD FAILED D:\dotNet\nAnt\Projects\ItemSetup\ide\nant\nant.build(69,6):External Program Fai

RE: [Nant-users] Compiling WinExe's

2003-02-03 Thread Hearn, Bruce
ginal Message-From: Gill, Bobby [mailto:[EMAIL PROTECTED]]Sent: Monday, February 03, 2003 10:42 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] Compiling WinExe's Another question is essentially how to get Nant to compile a WinExe? So far whenever I try to run a build script on

[Nant-users] Compiling WinExe's

2003-02-03 Thread Gill, Bobby
Another question is essentially how to get Nant to compile a WinExe? So far whenever I try to run a build script on win exe it outputs a console application which of course doesn’t run. I know that auxiliary .resx files need to included as resources whilst the Form is compiled, but what is

Re: [Nant-users] Compiling with different versions of the framework

2003-01-11 Thread Ian MacLean
Set CSC=C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe or Set CSC=mcs.exe Ian OK - Thanks! Niels - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Niels Berglund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, Ja

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Niels Berglund
OK - Thanks! Niels - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Niels Berglund" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 10:18 PM Subject: Re: [Nant-users] Compiling with different version

Re: [Nant-users] Compiling with different versions of the framework

2003-01-06 Thread Scott Hernandez
nment. - Original Message - From: "Niels Berglund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 7:58 AM Subject: [Nant-users] Compiling with different versions of the framework > Is there any way to point to a specific version of the

[Nant-users] Compiling with different versions of the framework

2002-12-18 Thread Niels Berglund
Is there any way to point to a specific version of the compiler (1.0 or 1.1 and in the future newer versions) and system dlls to use at compile time? The only way I've seen so far is to change the path variable in the system, but I'm not sure what version of system.*.dll that would bring in. Niel